Closed
Bug 1137359
Opened 11 years ago
Closed 11 years ago
"B2G L Emulator" builds on Try are perma-red, with "Compiler.h:27:6: error: #error "mfbt (and Gecko) require at least gcc 4.6 to build.""
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
Details
In a Try run that I pushed today with "-p all", I got "B2G L Emulator" builds, which are perma-red due to having an old version of gcc.
My treeherder push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0f510321fe1e
Sample failure log:
http://ftp.mozilla.org/pub/mozilla.org/b2g/try-builds/dholbert@mozilla.com-0f510321fe1e/try-emulator-l/b2g_try_emulator-l_dep-bm76-try1-build0.txt.gz
http://ftp.mozilla.org/pub/mozilla.org/b2g/try-builds/dholbert@mozilla.com-0f510321fe1e/try-emulator-l-debug/b2g_try_emulator-l-debug_dep-bm76-try1-build1.txt.gz
The logs contain this line:
> INFO - [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
...and we end up erroring out with:
{
../../../dist/include/mozilla/Compiler.h:27:6: error: #error "mfbt (and Gecko) require at least gcc 4.6 to build."
}
Comment 1•11 years ago
|
||
That bustage is already fixed via a follow-up push to m-c. We're working on another bustage issue right now, though. I'll take care of filing that as needed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•11 years ago
|
||
(For reference, the commit that's expected to fix this is
https://hg.mozilla.org/mozilla-central/rev/600f44fd317c )
| Assignee | ||
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•