Bug 1303621 - [GCC 6.0] Firefox fails to build
Summary: [GCC 6.0] Firefox fails to build
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-01 13:23 UTC by Martin Stransky
Modified: 2016-02-05 00:21 UTC (History)
3 users (show)

Fixed In Version: firefox-44.0-5.fc23 firefox-44.0-5.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-04 23:22:12 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Mozilla Foundation 1245076 0 None None None 2016-02-02 12:56:41 UTC

Description Martin Stransky 2016-02-01 13:23:46 UTC
Description of problem:

Rawhide firefox fails to build with new shiny gcc 6.0.

Comment 1 Martin Stransky 2016-02-02 12:46:01 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

Comment 2 Martin Stransky 2016-02-02 12:56:42 UTC
Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1245076

Comment 3 Fedora Update System 2016-02-03 09:35:13 UTC
firefox-44.0-5.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d73684df54

Comment 4 Fedora Update System 2016-02-03 09:35:13 UTC
firefox-44.0-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8344bd0b61

Comment 5 Fedora Update System 2016-02-03 09:35:16 UTC
firefox-44.0-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8344bd0b61

Comment 6 Fedora Update System 2016-02-03 23:00:28 UTC
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

Comment 7 Fedora Update System 2016-02-03 23:25:28 UTC
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

Comment 8 Fedora Update System 2016-02-04 23:22:11 UTC
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.

Comment 9 Fedora Update System 2016-02-05 00:21:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.