Closed Bug 572326 Opened 14 years ago Closed 14 years ago

build error in layout/tools/layout-debug/application.ini

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: vingtetun, Assigned: vingtetun)

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
When building layout-debug I encountered the following build error

Traceback (most recent call last):
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 483, in <module>
    main()
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 468, in main
    pp.handleCommandLine(None, True)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 168, in handleCommandLine
    self.do_include(f)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 453, in do_include
    self.handleLine(l)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 235, in handleLine
    self.write(aLine)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 150, in write
    aLine = f[1](aLine)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 415, in filter_substitution
    return self.varsubst.sub(repl, aLine)
  File "/home/steakdepapillon/Devel/fennec/mozilla-central/config/Preprocessor.py", line 413, in repl
    raise Preprocessor.Error(self, 'UNDEFINED_VAR', varname)
__main__.Error: ('/home/steakdepapillon/Devel/fennec/mozilla-central/layout/tools/layout-debug/application.ini', 6, 'UNDEFINED_VAR', 'BUILD_ID')
make[6]: *** [libs] Erreur 1


This happen because BUILD_ID is never defined somewhere. This seems like a followup of bug 534694.
Attachment #451537 - Flags: review?(ted.mielczarek)
Comment on attachment 451537 [details] [diff] [review]
Patch

Huh, wonder if this ever worked for xulrunner.
Attachment #451537 - Flags: review?(ted.mielczarek) → review+
Assignee: nobody → 21
http://hg.mozilla.org/mozilla-central/rev/71434b5d7965
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: