Closed
Bug 761678
Opened 13 years ago
Closed 13 years ago
source step failed on Firefox 14.0b6
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file)
|
1.30 KB,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
Pretty much like bug 750973.
Much like that bug, I'm going to short-term fix by updating the mozilla2 mozconfig, and long-term fix by fixing bug 748796.
cp configs/mozilla2/linux/mozilla-beta/release/mozconfig mozilla-beta/.mozconfig
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/builds/slave/rel-m-beta-firefox-source/mozilla-beta/obj-firefox/js/src/ctypes/libffi':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: /builds/slave/rel-m-beta-firefox-source/mozilla-beta/js/src/ctypes/libffi/configure failed for ctypes/libffi
configure: error: /builds/slave/rel-m-beta-firefox-source/mozilla-beta/js/src/configure failed for js/src
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [configure] Error 1
| Assignee | ||
Comment 1•13 years ago
|
||
This is the diff between mozilla-beta/browser/config/mozconfigs/linux32/release and the patched buildbot-configs/mozilla2/linux/mozilla-beta/release/mozconfig:
1c1,2
< ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
---
> ac_add_options --enable-application=browser
> ac_add_options --enable-update-channel=beta
5,6c6,7
< . $topsrcdir/build/unix/mozconfig.linux
<
---
> CC=/tools/gcc-4.5-0moz3/bin/gcc
> CXX=/tools/gcc-4.5-0moz3/bin/g++
18a20
>
Attachment #630198 -
Flags: review?(catlee)
Updated•13 years ago
|
Attachment #630198 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 630198 [details] [diff] [review]
Update mozilla2/linux/mozilla-beta/release/mozconfig
default: http://hg.mozilla.org/build/buildbot-configs/rev/c1bacabcb231
production: http://hg.mozilla.org/build/buildbot-configs/rev/4d6e84801416
Attachment #630198 -
Flags: checked-in+
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
The changed got merged to the production branch and reconfiguration happened at 6:15 AM PDT.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•