Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Lares Moreau wrote: I might be easier to just backup all your Data, configs and other Info, and rebuild from scratch. Next quickpkg it from one server to the others if the Rigs are identical. -Lares Oh dear. That sounds like windoze. LOL I have four computers here and one of them has t

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Lares Moreau
On Fri, 2005-12-23 at 10:51 -0600, Dale wrote: > Hi guys, and Holly too, > > I did my gcc upgrade on my servers and I messed up. I was doing two at > a time and one is faster then the other. I unmerged the old gcc BEFORE > doing the revdep-rebuild on one of them. I may have really messed up h

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Dan Meltzer wrote: On Friday 23 December 2005 23:20, Dale wrote: William Kenworthy wrote: Use LD_PRELOAD get your missing lib and: gcc-config <# of version> fix_libtools.sh old_gcc_version "LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3" BillK That didn't wo

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dan Meltzer
On Friday 23 December 2005 23:20, Dale wrote: > William Kenworthy wrote: > >Use LD_PRELOAD > > > >get your missing lib and: > > > >gcc-config <# of version> > >fix_libtools.sh old_gcc_version > >"LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3" > > > >BillK > > That didn't work. > >

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
William Kenworthy wrote: Use LD_PRELOAD get your missing lib and: gcc-config <# of version> fix_libtools.sh old_gcc_version "LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3" BillK That didn't work. [EMAIL PROTECTED] / # fix_libtools.sh old_gcc_version -bash: fix_libtoo

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread William Kenworthy
Use LD_PRELOAD get your missing lib and: gcc-config <# of version> fix_libtools.sh old_gcc_version "LD_PRELOAD=/path/to/libstdc++.so.5 emerge sys-libs/libstdc++-v3" BillK On Fri, 2005-12-23 at 16:25 -0600, Dale wrote: > Richard Fish wrote: > > > > >Yep, that is pretty hosed. ;-> > > > >You

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Richard Fish wrote: Yep, that is pretty hosed. ;-> You can find a libstdc++.so.5 binary in the stage tarballs on the Gentoo CD, or KNOPPIX, or maybe on one of your other systems. Just copy it to /usr/lib, and you should be able to run portage. You could also try symlinking .5 to .6. That is

Re: [gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Richard Fish
On 12/23/05, Dale <[EMAIL PROTECTED]> wrote: > Hi guys, and Holly too, > > I did my gcc upgrade on my servers and I messed up. I was doing two at > a time and one is faster then the other. I unmerged the old gcc BEFORE > doing the revdep-rebuild on one of them. I may have really messed up here.

[gentoo-user] I messed up my gcc upgrade, badly I think.

2005-12-23 Thread Dale
Hi guys, and Holly too, I did my gcc upgrade on my servers and I messed up. I was doing two at a time and one is faster then the other. I unmerged the old gcc BEFORE doing the revdep-rebuild on one of them. I may have really messed up here. This is what I get: [EMAIL PROTECTED] / # emerg