Closed
Bug 930981
Opened 12 years ago
Closed 12 years ago
Build failure in Chatzilla
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: mcsmurf, Assigned: neil)
References
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
Currently the official SeaMonkey build on Windows fails due to some build problem in Chatzilla:
make.py[7]: Entering directory 'e:\builds\slave\c-cen-t-w32-ntly\build\objdir\mozilla\extensions\irc\locales'
Error remaking makefiles (ignored)
No rule to remake missing include file backend.mk
e:\builds\slave\c-cen-t-w32-ntly\build\objdir\mozilla\extensions\irc\Makefile:48:0: command 'set -e; \
for locale in en-US; do \
D:/mozilla-build/python27/python2.7.exe e:/builds/slave/c-cen-t-w32-ntly/build/mozilla/build/pymake/pymake/../make.py -C locales AB_CD=$locale; \
done' failed, return code 2
evaluation from e:\builds\slave\c-cen-t-w32-ntly\build\mozilla\config\recurse.mk:186:53:7:0: command 'D:/mozilla-build/python27/python2.7.exe e:/builds/slave/c-cen-t-w32-ntly/build/mozilla/build/pymake/pymake/../make.py -C irc libs' failed, return code 2
(from http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/2013/10/2013-10-25-00-30-01-comm-central-trunk/comm-central-trunk-win32-nightly-bm01-universal-build126.txt.gz)
This still happens even after the landing of the fix from bug 931017 :(
| Reporter | ||
Comment 3•12 years ago
|
||
From what I know the position of the config.mk include in the Makefile needs to be changed (after the STANDALONE_MAKEFILE directive), I'm going to test that.
| Assignee | ||
Comment 4•12 years ago
|
||
You added STANDALONE_MAKEFILE earlier in Venkman's Makefile.in than Ms2ger did for ChatZilla in bug 846524 so I just copied the Venkman placement.
Comment 5•12 years ago
|
||
Comment on attachment 823893 [details] [diff] [review]
Proposed patch
Review of attachment 823893 [details] [diff] [review]:
-----------------------------------------------------------------
I think this will work!
Attachment #823893 -
Flags: review?(gps) → review+
| Reporter | ||
Comment 6•12 years ago
|
||
Pushed to finally fix the build failure: http://hg.mozilla.org/chatzilla/rev/247d7131d63c should fix this on aurora, too.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Component: General → ChatZilla
Product: SeaMonkey → Other Applications
Resolution: --- → FIXED
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•