Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14697 - Bug in gcc-3.2.1-r6? (version `GLIBCPP_3.2.2' not found)
Summary: Bug in gcc-3.2.1-r6? (version `GLIBCPP_3.2.2' not found)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-28 19:19 UTC by Jasmin Buchert
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 Jasmin Buchert 2003-01-28 19:19:06 UTC
Hi,

I just emerged app-misc/devtodo-0.1.17 and noticed a strange problem.
I cannot run any of the binaries of this package. The error is:
/usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found

Yesterday i emerged gabber and saw the same thing. I thought its a gabber bug
but now i have the feeling it has something todo with gcc-3.2.1-r6 and its CVS
update.

All other packages i compiled the last days seem to work fine...

Greetings,
Jasi
Comment 1 SpanKY gentoo-dev 2003-01-29 01:40:09 UTC
did you upgrade from 1.2 to 1.4 ? 
Comment 2 Jasmin Buchert 2003-01-29 06:44:38 UTC
Yes but that was some months ago i think ;)
Comment 3 Jasmin Buchert 2003-01-29 06:57:50 UTC
grep -r -i GLIBCPP_3.2.2 /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.1/libstdc++.so.5
Binary file /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.1/libstdc++.so.5 matches

uranus root # grep -r -i GLIBCPP_3.2.2 /usr/lib/libstdc++.so.5
uranus root # 

It seems portage didn't correctly uninstall the old libstdc++ files...
Comment 4 Jasmin Buchert 2003-01-29 07:01:15 UTC
removed `/usr/lib/libstdc++.so.5'
removed `/usr/lib/libstdc++.so.5.0.1'

+ ldconfig

... and it works