Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263683 - sys-libs/glibc-2.8_p20080602: -Wa,-f breaks build
Summary: sys-libs/glibc-2.8_p20080602: -Wa,-f breaks build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High minor
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 02:35 UTC by Steve Buzonas
Modified: 2009-03-26 16:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Eclass from my local overlay to make the ebuild work. (flag-o-matic-as.eclass,1.87 KB, text/plain)
2009-03-25 02:38 UTC, Steve Buzonas
Details
Working ebuild from my local overlay. (glibc-2.8_p20080602-r2.ebuild,13.43 KB, text/plain)
2009-03-25 02:43 UTC, Steve Buzonas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Buzonas 2009-03-25 02:35:05 UTC
The work faster flag in GAS disables preprocessing which is needed to build glibc.

Reproducible: Always

Steps to Reproduce:
1.ASFLAGS="-Wa,-f" emerge =sys-libs/glibc-2.8_p20080602

Actual Results:  
Configure fails stating that assembler CFI is required.

Expected Results:  
-Wa,-f and -Wa,--fast should be stripped from asflags.
Comment 1 Steve Buzonas 2009-03-25 02:38:57 UTC
Created attachment 186164 [details]
Eclass from my local overlay to make the ebuild work.
Comment 2 Steve Buzonas 2009-03-25 02:43:30 UTC
Created attachment 186166 [details]
Working ebuild from my local overlay.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2009-03-26 16:14:13 UTC
It would be nice if you posted diffs to the original files instead of the edited files.
Comment 4 SpanKY gentoo-dev 2009-03-26 16:30:58 UTC
you're injecting non-standard behavior into packages.  dont do that.