Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11391 - Python2.2. has a pb finding some gcc-3.2.1 libs
Summary: Python2.2. has a pb finding some gcc-3.2.1 libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 08:23 UTC by Ludovic Danigo
Modified: 2003-02-04 19:42 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 Ludovic Danigo 2002-11-30 08:23:33 UTC
After emerging gcc-3.2.1, python2.2 is not my friend anymore. It complains about
not finding libstdc++.so.5. Copying
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/lib* to /usr/lib/ resolved the pb. But
that is not the best way I guess :)

I think the pb lies in the gcc-3.2.1 ebuild.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-30 14:13:20 UTC
you need to re-emerge python after upgrading your gcc. you'll need to do this
for any package which linkes to the previous gcc's libstdc++
Comment 2 Ludovic Danigo 2002-12-01 08:19:26 UTC
It won't work, since those lib are not in the path. That's why I copied them
_in_ the path. And btw, you can't use emerge when python doesn't (hint hint).
But I must be wrong.