the upgrade was:
i386-pc-linux-gnu-3.3.5-20050130 => i686-pc-linux-gnu-3.4.5
Then I wanted to rebuild files using the libstdc++ with:
revdep-rebuild --library libstdc++.so.5 -pv
it made a list of packages to rebuild, and when calling emerge, it throws:
/usr/bin/python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Then I tried:
fix_libtool_files.sh 3.3.5-20050130 --oldarch i386-pc-linux-gnu
it fixed something, but not this error.
the library is there, so it has to be someting with wrong paths:
borg lib # find ./ -iname "*libstdc++*"
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++.la
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++.a
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so.6
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++_pic.a
./gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so.6.0.3
./libstdc++.so.2.7.2.8
./libstdc++-2-libc6.1-1-2.9.0.so
./libstdc++-3-libc6.2-2-2.10.0.so
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.so
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.a
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++_pic.a
./gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5.0.7
./libstdc++-libc6.2-2.so.3
./libstdc++.so.2.8
./libstdc++.so.2.9
./libstdc++.so.2.7.2
./libstdc++.so.2.8.0
./libstdc++.so.2.9.0
./libstdc++-libc6.1-1.so.2
./openoffice/program/libstdc++.so.6
./openoffice/program/libstdc++.so.6.1
What should I change, to fix this? (Yes, I've searched for older topics on this... maybe I've found wrong ones, since it didn't help)
Thanks in advance.