Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82034

Summary: SilverCity needs to be linked to libstdc++.
Product: Gentoo Linux Reporter: Muti <muti>
Component: New packagesAssignee: Julien Allanos (RETIRED) <dju>
Status: RESOLVED WORKSFORME    
Severity: normal CC: viktor
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated silvercity ebuild

Description Muti 2005-02-14 12:55:02 UTC
I installed trac, which is a source code tracker that depends on SilverCity for syntax highlighting of source code.  The syntax highlighting component of trac wasn't working properly and a view of the log revealed this error:

13:19:45 Trac[Mimeview] WARNING: Display failed: /usr/lib/python2.3/site-packages/SilverCity/_SilverCity.so: undefined symbol: __gxx_personality_v0

This is because _SilverCity.so is not linked to libstdc++.  Attached is an ebuild which fixes this issue.

Reproducible: Always
Steps to Reproduce:
Comment 1 Muti 2005-02-14 12:57:04 UTC
Created attachment 51233 [details]
Updated silvercity ebuild
Comment 2 Julien Allanos (RETIRED) gentoo-dev 2005-07-06 02:24:06 UTC
is this bug still relevant?

my silvercity-0.9.5-r1 installation (using gcc-3.3.5.20050130-r1) looks ok:

# nm -D /usr/lib/python2.3/site-packages/SilverCity/_SilverCity.so | grep gxx
         U __gxx_personality_v0

# ldd /usr/lib/python2.3/site-packages/SilverCity/_SilverCity.so | grep std
        libstdc++.so.5 =>
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5 (0xb7edc000)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-04 02:02:45 UTC
No response from reporter...