Closed Bug 773706 Opened 12 years ago Closed 12 years ago

make install fails to build omni.ja in dist/firefox/webapprt: syntax error near unexpected token `)'

Categories

(Firefox Build System :: General, defect)

15 Branch
x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla15

People

(Reporter: david+bugs, Assigned: myk)

Details

(Whiteboard: [qa-])

Compilation of Firefox 15 Aurora compiles successfully, but make install fails, due to a stray closed parenthesis in the building of omni.ja in dist/firefox/webapprt; this is on an up-to-date Debian Testing (but with gcc-4.6), using the Firefox snapshot of <URL: http://hg.mozilla.org/releases/mozilla-aurora/file/156d908eccd4 >.

Last lines are:

cd ../../dist/firefox/webapprt && rm -f omni.ja; /usr/bin/zip -r9m omni.ja chrome chrome.manifest components/*.js components/*.xpt components/*.manifest modules res defaults greprefs.js jsloader jssubloader hyphenation update.locale  -x chrome/icons/\* defaults/preferences/channel-prefs.js defaults/pref/channel-prefs.js res/cursors/\* res/MainMenu.nib/\*  && /usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python /usr/src/local/mozilla/config/optimizejars.py --optimize /usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu/browser/installer/../../jarlog//en-US ./ ./)
/bin/sh: -c: line 0: syntax error near unexpected token `)'
/bin/sh: -c: line 0: `cd ../../dist/firefox/webapprt && rm -f omni.ja; /usr/bin/zip -r9m omni.ja chrome chrome.manifest components/*.js components/*.xpt components/*.manifest modules res defaults greprefs.js jsloader jssubloader hyphenation update.locale  -x chrome/icons/\* defaults/preferences/channel-prefs.js defaults/pref/channel-prefs.js res/cursors/\* res/MainMenu.nib/\*  && /usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python /usr/src/local/mozilla/config/optimizejars.py --optimize /usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu/browser/installer/../../jarlog//en-US ./ ./)'
make[2]: *** [install] Error 1
make[2]: Leaving directory `/usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu/browser/installer'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/local/mozilla/obj-x86_64-unknown-linux-gnu'
make: *** [install] Error 2

The full install log is in <URL: http://www.madore.org/~david/.tmp/mozilla-20120713-install.log >.
This sounds like bug 761975, which we should be able to uplift to aurora.
Resolved by uplift of the fix for bug 761975 to Aurora:

https://hg.mozilla.org/releases/mozilla-aurora/rev/5a17af2f7a20
Assignee: nobody → myk
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Whiteboard: [qa-]
Component: Build Config → General
Product: Firefox → Firefox Build System
Target Milestone: Firefox 15 → mozilla15
You need to log in before you can comment on or make changes to this bug.