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

Bug 11391

Summary: Python2.2. has a pb finding some gcc-3.2.1 libs
Product: Gentoo Linux Reporter: Ludovic Danigo <ldng>
Component: [OLD] GCC PortingAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.