Closed
Bug 1012510
Opened 11 years ago
Closed 11 years ago
[Mac] |./mach build| for xulrunner reports error after build complete
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla32
People
(Reporter: schien, Assigned: schien)
Details
Attachments
(1 file, 1 obsolete file)
1.33 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
Exception: Binary expected at /Users/hellfire/workspace/hg/mozilla-central/obj-xulrunner.noindex/dist/XULRunner.app/Contents/MacOS/xulrunner does not exist.
File "/Users/hellfire/workspace/hg/mozilla-central/python/mozbuild/mozbuild/mach_commands.py", line 421, in build
app_path = self.get_binary_path('app')
File "/Users/hellfire/workspace/hg/mozilla-central/python/mozbuild/mozbuild/base.py", line 334, in get_binary_path
raise Exception('Binary expected at %s does not exist.' % path)
Assignee | ||
Comment 1•11 years ago
|
||
binary for xulrunner is under XUL.framework instead of XULRunner.app/Contents/MacOS, see http://dxr.mozilla.org/mozilla-central/source/xulrunner/installer/Makefile.in#28 .
Attachment #8424569 -
Flags: feedback?(gps)
Updated•11 years ago
|
Attachment #8424569 -
Flags: feedback?(gps) → feedback+
Assignee | ||
Comment 2•11 years ago
|
||
update commit log.
try result: https://tbpl.mozilla.org/?tree=Try&rev=97f45812ceca
Assignee: nobody → schien
Attachment #8424569 -
Attachment is obsolete: true
Attachment #8428459 -
Flags: review?(gps)
Updated•11 years ago
|
Attachment #8428459 -
Flags: review?(gps) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•