Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209638 - x11-libs/wxGTK-2.8.7.1-r1 broken with -fvisibility-inlines-hidden
Summary: x11-libs/wxGTK-2.8.7.1-r1 broken with -fvisibility-inlines-hidden
Status: RESOLVED DUPLICATE of bug 127020
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-11 06:32 UTC by Rafal Rzepecki
Modified: 2008-02-11 11:12 UTC (History)
0 users

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 Rafal Rzepecki 2008-02-11 06:32:14 UTC
I've recently recompiled wxGTK and wxPython. Alas, it doesn't work: programs fail with an error message:
/usr/lib/libwx_gtk2u_adv-2.8.so.0: undefined symbol: _ZNK8wxColour4IsOkEv

Some googling revealed that it's possibly related to gcc-4.2. I'm currently emerging 4.1 to see if that fixes the issue.

Reproducible: Always
Comment 1 Rafal Rzepecki 2008-02-11 06:33:52 UTC
For record, CFLAGS="-march=prescott -O3 -pipe",
CXXFLAGS="-march=prescott -O3 -pipe -fvisibility-inlines-hidden".
Comment 2 SpanKY gentoo-dev 2008-02-11 06:43:42 UTC
retest with sane flags then
Comment 3 Rafal Rzepecki 2008-02-11 09:59:59 UTC
Thanks, it seems that -fvisibility-inlines-hidden is what causes it. I suggest it be stripped in the ebuild.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-02-11 11:12:47 UTC

*** This bug has been marked as a duplicate of bug 127020 ***