Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198729 - sci-chemistry/mpqc broken by -fvisibility-inlines-hidden
Summary: sci-chemistry/mpqc broken by -fvisibility-inlines-hidden
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 19:27 UTC by Chris Kerr
Modified: 2007-11-10 22:38 UTC (History)
0 users

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


Attachments
Build log (build.log,746.73 KB, text/plain)
2007-11-10 19:27 UTC, Chris Kerr
Details
emerge --info (einfo,13.20 KB, text/plain)
2007-11-10 19:28 UTC, Chris Kerr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kerr 2007-11-10 19:27:08 UTC
Trying to emerge sci-chemistry/mpqc-2.3.1-r1 with CXXFLAGS="$CFLAGS -fvisibility-inlines-hidden" causes a load of "undefined symbol" errors. Yes, I know it's my own fault for ricing my CXXFLAGS, but please add "filter-flags -fvisibility-inlines-hidden" to the ebuild so other people don't get hit by the same problem.


Reproducible: Always

Steps to Reproduce:
set CXXFLAGS="$CFLAGS -fvisibility-inlines-hidden"
emerge mpqc

Actual Results:  
mpqc fails to merge (I will attach the build log once the bug is filed)

Expected Results:  
The ebuild filters the -fvisibility-inlines-hidden flag and the build works.
Comment 1 Chris Kerr 2007-11-10 19:27:45 UTC
Created attachment 135660 [details]
Build log
Comment 2 Chris Kerr 2007-11-10 19:28:48 UTC
Created attachment 135662 [details]
emerge --info