Re: [gentoo-user] Watch out folks!!! (Bug #95050 appears deadly!!!)

2005-06-04 Thread Zac Medico


--- Mark Knecht [EMAIL PROTECTED] wrote:

 
 localhost root # emerge -pv system
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root # emerge sync
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root # emerge info
 /usr/bin/python: error while loading shared
 libraries: libstdc++.so.5:
 cannot open shared object file: No such file or
 directory
 localhost root #
 
 Bug report here:
 
 http://bugs.gentoo.org/show_bug.cgi?id=95050
 
 The is a bad one as far as I can tell. Anyone know
 what I might do to
 try and move forward??
 

Hi Mark,

You only need to get back libstdc++.so.5 ;-)

Are you sure it's gone?  Mine is in
/usr/lib/libstdc++-v3/libstdc++.so.5 and if yours is
still there then you can run ldconfig to fix it
(/usr/lib/libstdc++-v3 should be in /etc/ld.so.conf).

If it's really gone then you could get a libstdc++-v3
binary package and untar it.  If you have
FEATURES=buildpkg then you might have a tbz2 in
${PKGDIR}/All.  If you don't have a tbz2 you can use
quickpkg from the gentookit package to generate tbz2
from a working gentoo system.

Zac





__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Watch out folks!!! (Bug #95050 appears deadly!!!)

2005-06-04 Thread Mark Knecht
On 6/4/05, Zac Medico [EMAIL PROTECTED] wrote:
 
 
 --- Mark Knecht [EMAIL PROTECTED] wrote:
 
 
  localhost root # emerge -pv system
  /usr/bin/python: error while loading shared
  libraries: libstdc++.so.5:
  cannot open shared object file: No such file or
  directory
  localhost root # emerge sync
  /usr/bin/python: error while loading shared
  libraries: libstdc++.so.5:
  cannot open shared object file: No such file or
  directory
  localhost root # emerge info
  /usr/bin/python: error while loading shared
  libraries: libstdc++.so.5:
  cannot open shared object file: No such file or
  directory
  localhost root #
 
  Bug report here:
 
  http://bugs.gentoo.org/show_bug.cgi?id=95050
 
  The is a bad one as far as I can tell. Anyone know
  what I might do to
  try and move forward??
 
 
 Hi Mark,
 
 You only need to get back libstdc++.so.5 ;-)
 
 Are you sure it's gone?  Mine is in
 /usr/lib/libstdc++-v3/libstdc++.so.5 and if yours is
 still there then you can run ldconfig to fix it
 (/usr/lib/libstdc++-v3 should be in /etc/ld.so.conf).
 
 If it's really gone then you could get a libstdc++-v3
 binary package and untar it.  If you have
 FEATURES=buildpkg then you might have a tbz2 in
 ${PKGDIR}/All.  If you don't have a tbz2 you can use
 quickpkg from the gentookit package to generate tbz2
 from a working gentoo system.
 
 Zac
 

Zac,
   There are now about 5 different bug reports on this sort of thing
all since yesterday. I don't understand how this happens on a new,
stable system. I thought that was what ~x86 was for!

   OK, I'm not a guru here. Far from it. You're idea sounds reasonable
but I don't know how to do it and the one attempt I tried didn't work.
So it goes...

One of the bug reports said to find the path to libstdc++.so.5,
add it to/etc/ld.so.conf and then run ldconfig. I did that. However
then it says to run gcc-config 1 which fails bitterly. After all that
I'm still left with the same problems:

localhost root # emerge sync
/usr/bin/python: error while loading shared libraries: libstdc++.so.5:
cannot open shared object file: No such file or directory
localhost root #

   QUESTION: Could I just go back to the LiveCD and reload all of the
stage 3 files, etc., and somehow get back to where I was before I
started the emerge system step? My thought is that if I just get the
machine back to where it was then I can wait a few days to do this.
Question is what's the simplest way to get there?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Watch out folks!!! (Bug #95050 appears deadly!!!)

2005-06-04 Thread Mark Knecht
On 6/4/05, Zac Medico [EMAIL PROTECTED] wrote:

 Hi Mark,
 
 You only need to get back libstdc++.so.5 ;-)
 
 Are you sure it's gone?  Mine is in
 /usr/lib/libstdc++-v3/libstdc++.so.5 and if yours is
 still there then you can run ldconfig to fix it
 (/usr/lib/libstdc++-v3 should be in /etc/ld.so.conf).
 
 If it's really gone then you could get a libstdc++-v3
 binary package and untar it.  If you have
 FEATURES=buildpkg then you might have a tbz2 in
 ${PKGDIR}/All.  If you don't have a tbz2 you can use
 quickpkg from the gentookit package to generate tbz2
 from a working gentoo system.

Zac,
   I just read your other post on this subject and realized that I
needed a path to the file and not the path including the file. Now:

localhost root # gcc-config i686-pc-linux-gnu-3.3.5-20050130
 * Switching to i686-pc-linux-gnu-3.3.5-20050130 compiler...  [ ok ]
 * If you intend to use the gcc from the new profile in an already
 * running shell, please remember to do:

 *   # source /etc/profile

localhost root # source /etc/portage/
-bash: source: /etc/portage/: is a directory
localhost root # source /etc/profile
localhost root #

And now emerge info works!!

Thanks so much!!!

- Mark

-- 
gentoo-user@gentoo.org mailing list