Closed
Bug 1637957
Opened 6 years ago
Closed 6 years ago
./mach build on italian gentoo fails
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: jstutte, Assigned: froydnj)
Details
Attachments
(2 files)
The build on an italian gentoo box fails. It turns out, that setting
mk_add_options LC_ALL=C
helps, as the linker recognition otherwise fails. The linker in italian reports:
ld di GNU (Gentoo 2.33.1 p2) 2.33.1
instead of
GNU ld (Gentoo 2.33.1 p2) 2.33.1
| Assignee | ||
Comment 1•6 years ago
|
||
If we don't do this, configure will happily think the linker kind is
"unknown", which then causes problems downstream.
Updated•6 years ago
|
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e4c2a5b00ef7
ensure consistent output when checking for linker kind; r=firefox-build-system-reviewers,rstewart
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•