Closed
Bug 545946
Opened 15 years ago
Closed 15 years ago
Places branch linux-x64 always failing
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sdwilsh, Assigned: nthomas)
Details
Attachments
(1 file)
(deleted),
patch
|
jhford
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
It is failing in configure:
checking for gcc... /tools/gcc-4.3.3/installed/bin/gcc
checking whether the C compiler (/tools/gcc-4.3.3/installed/bin/gcc -gstabs+ ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
*** Fix above errors and then restart with "make -f client.mk build"
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/builds/slave/places-linux64/build'
make: *** [obj-firefox/Makefile] Error 2
program finished with exit code 2
Comment 1•15 years ago
|
||
this requires us to install gcc-4.3.3 on the slaves
Comment 2•15 years ago
|
||
actually, marking as a duplicate
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•15 years ago
|
||
The linux64 builds should still be using the older gcc on all branches (at least until bug 523365 is resolved) and that's what it's doing on mozilla-central. However on places the step is
cp configs/mozilla2/linux/places/nightly/mozconfig .mozconfig
It should be copying from linux64 rather than linux.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Comment 4•15 years ago
|
||
Staging is fine already via the compaction catlee did.
Attachment #426797 -
Flags: review?(jhford)
Updated•15 years ago
|
Attachment #426797 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 426797 [details] [diff] [review]
Fix production config.py
http://hg.mozilla.org/build/buildbot-configs/rev/827f10c8b911
Attachment #426797 -
Flags: checked-in+
Assignee | ||
Comment 6•15 years ago
|
||
pm reconfigured, clobber set, build triggered and it got through configure.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•