Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21602 - An error in the way -mfpmath is filtered - causes configure scripts to fail with unable to create executables
Summary: An error in the way -mfpmath is filtered - causes configure scripts to fail w...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-24 06:57 UTC by David Nielsen
Modified: 2003-07-22 08:41 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Nielsen 2003-05-24 06:57:03 UTC
I've seen this in the cause of my work on the ebuild janitor project, if
mfpmath=sse,387 is set in CFLAGS and the ebuild filters -mfpmath=sse - this will
leave ,387 hanging and thus cause the configure script.

several ebuilds are affected - grepping the portage dir would be the best way to
find them all.

off the top of my mind, I can remember that transcode is affected.

Reproducible: Always
Steps to Reproduce:
1. add -mfpmath=sse,387 to cflags
2. emerge transcode
3. watch failure message that the compiler is unable to produce executables.



Expected Results:  
filtered -mfpmath correctly, and thus emerge being succusful.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2003-07-22 06:18:06 UTC
I've added the new filter-mfpmath function the the transcode ebuilds (and every 
other ebuild that had filter-flags mfpmath in it), so this bug could be closed now. 
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-07-22 08:41:29 UTC
Thanks Aliz.