Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82034 - SilverCity needs to be linked to libstdc++.
Summary: SilverCity needs to be linked to libstdc++.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Julien Allanos (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 12:55 UTC by Muti
Modified: 2006-01-04 02:02 UTC (History)
1 user (show)

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


Attachments
Updated silvercity ebuild (silvercity-0.9.5.ebuild,681 bytes, text/plain)
2005-02-14 12:57 UTC, Muti
Details

Note You need to log in before you can comment on or make changes to this bug.
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...