Bug 1303621
Summary: | [GCC 6.0] Firefox fails to build | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Stransky <stransky> |
Component: | firefox | Assignee: | Martin Stransky <stransky> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gecko-bugs-nobody, jhorak, pjasicek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | firefox-44.0-5.fc23 firefox-44.0-5.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-04 23:22:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Martin Stransky
2016-02-01 13:23:46 UTC
That's because "/usr/include/c++/6.0.0/stdlib.h" is included instead of "/usr/include/stdlib.h". /usr/include/c++/6.0.0/stdlib.h is a new file added to gcc 6.0. Fails (6.0.0): # 2 "../../dist/system_wrappers/stdlib.h" 3 # 1 "/usr/include/c++/6.0.0/stdlib.h" 1 3 # 1 "../../dist/stl_wrappers/cstdlib" 1 3 Ok (5.x) # 2 "../../dist/system_wrappers/stdlib.h" 3 # 1 "/usr/include/stdlib.h" 1 3 4 Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1245076 firefox-44.0-5.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d73684df54 firefox-44.0-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8344bd0b61 firefox-44.0-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8344bd0b61 firefox-44.0-5.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8344bd0b61 firefox-44.0-5.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d73684df54 firefox-44.0-5.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. firefox-44.0-5.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |