Bug 15585 - gcc 4.9 is too "old" to build glibc
Summary: gcc 4.9 is too "old" to build glibc
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: build (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 18:30 UTC by Zack Buhman
Modified: 2014-06-13 15:10 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
configure output from glibc when using gcc49 (782 bytes, text/plain)
2013-06-05 18:30 UTC, Zack Buhman
Details
glibc-git config.log (4.50 KB, text/plain)
2013-06-06 07:26 UTC, Zack Buhman
Details
gcc -v output (554 bytes, text/plain)
2013-06-06 07:27 UTC, Zack Buhman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zack Buhman 2013-06-05 18:30:08 UTC
Created attachment 7058 [details]
configure output from glibc when using gcc49

While it builds fine, configure seems to think gcc '4.9' is not a valid version of gcc.
Comment 1 Carlos O'Donell 2013-06-05 18:54:39 UTC
Attach config.log from build directory please.
Comment 2 Allan McRae 2013-06-06 00:48:15 UTC
Also post the "gcc -v" output.  Does it say 4.9 rather than 4.9.0?
Comment 3 Zack Buhman 2013-06-06 07:26:16 UTC
Created attachment 7060 [details]
glibc-git config.log
Comment 4 Zack Buhman 2013-06-06 07:27:35 UTC
Created attachment 7061 [details]
gcc -v output
Comment 5 Allan McRae 2013-06-06 07:42:21 UTC
Your gcc is given a version with only two components (4.9) instead of the usual three (4.9.0).  I have not build gcc from SVN in a month, but last time I did it reported 4.9.0.  I'll check if that has changed.

Do you alter "gcc/BASE-VER" when building gcc?
Comment 6 Zack Buhman 2013-06-06 12:58:58 UTC
(In reply to Allan McRae from comment #5)
> Do you alter "gcc/BASE-VER" when building gcc?

You are quite correct; the two-component version number is a direct result of my stupidity.