Closed
Bug 683686
Opened 13 years ago
Closed 8 years ago
pymake build failure for InfoPlist.strings in toolkit/mozapps/update/updater
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gps, Unassigned)
Details
Upon refreshing mozilla-central today, I noticed that PyMake builds were choking during processing of InfoPlist.strings in toolkit/mozapps/update/updater.
Output around the error can be seen at http://pastebin.mozilla.org/1316584
Poking around, it appears the sed and iconv commands execute fine. However, the IO redirection is failing because the directory does not exist. I'm compiling with -j6 on OSX using the pymake in build/pymake. Failure occurs when processing the libs:: target.
Things seem to work with GNU make, interestingly.
This is always reproducible for me with a:
../build/pymake/make.py -C toolkit/mozapps/update
Reporter | ||
Comment 1•13 years ago
|
||
I updated PyMake to the "Native commands should print exception backtraces" changeset and the build compiles. So, this appears to be a PyMake regression.
Good to know. It'll likely be a while before I can look into this though.
Reporter | ||
Comment 3•13 years ago
|
||
I backed out the PyMake change for bug 675084 and the build started working.
Reporter | ||
Comment 4•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=13204095&tree=Try&full=1
(yes, I forced pymake builds on Try using client.mk hackery)
Blocks: 593585
Comment 5•12 years ago
|
||
This is Mac-only. Why does this block Pymake on Windows?
Comment 7•8 years ago
|
||
Mass close of pymake-related bugs.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
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
•