--without-sysroot in configure flags appears to be ignored
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr78 unaffected, firefox-esr91 unaffected, firefox90 unaffected, firefox91 unaffected, firefox92 fixed, firefox93 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox90 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | fixed |
| firefox93 | --- | fixed |
People
(Reporter: jseward, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
|
491 bytes,
text/plain
|
Details | |
|
29.70 KB,
text/plain
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
(w/ apologies for incorrect Product/Component choice; please re-target)
This is a follow-on from bug 1723953. That was about failures in configure
when building with GCC on Linux. A possible workaround to that bug is to
configure with --without-sysroot, but that also fails -- it seems as if the
request to ignore the ~/mozbuild sysroot is ignored.
This is on Fedora 33, x86_64, gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1).
mozconfig and config.log are attached.
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 3•4 years ago
|
||
Also make it not bootstrap a host sysroot.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1721514
Comment 6•4 years ago
|
||
Comment 9•4 years ago
|
||
Backed out for causing build bustages.
| Assignee | ||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
| Assignee | ||
Comment 12•4 years ago
|
||
Comment on attachment 9234808 [details]
Bug 1723956 - Make --without-sysroot work again.
Beta/Release Uplift Approval Request
- User impact if declined: Build failures related to sysroots can't be worked around with --without-sysroot.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The patch is a no-op for automation.
- String changes made/needed: N/A
Comment 13•4 years ago
|
||
Comment on attachment 9234808 [details]
Bug 1723956 - Make --without-sysroot work again.
Approved for 92.0b3.
Comment 14•4 years ago
|
||
| bugherder uplift | ||
Description
•