* [gentoo-user] I messed up my gcc upgrade, badly I think.
@ 2005-12-23 16:51 Dale
2005-12-23 20:26 ` Richard Fish
2005-12-24 4:49 ` Lares Moreau
0 siblings, 2 replies; 9+ messages in thread
From: Dale @ 2005-12-23 16:51 UTC (permalink / raw
To: gentoo-user
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:
> root@pokey / # emerge -ev system
> /usr/bin/python: error while loading shared libraries: libstdc++.so.5:
> cannot open shared object file: No such file or directory
> root@pokey / #
It doesn't matter what I tell it to do, I get that same error. I did a
portage rescue but still no go. How do I fix this? It's a old AMD rig
so I guess some x86 rescue tarball would work. If such a creature exists.
I have been messing with this for a while. I'm going to nap a while.
I'm tired and my neck is sore too.
Thanks
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-23 16:51 [gentoo-user] I messed up my gcc upgrade, badly I think Dale
@ 2005-12-23 20:26 ` Richard Fish
2005-12-23 22:25 ` Dale
2005-12-24 4:49 ` Lares Moreau
1 sibling, 1 reply; 9+ messages in thread
From: Richard Fish @ 2005-12-23 20:26 UTC (permalink / raw
To: gentoo-user
On 12/23/05, Dale <dalek@exceedtech.net> 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.
>
> This is what I get:
>
> > root@pokey / # emerge -ev system
> > /usr/bin/python: error while loading shared libraries: libstdc++.so.5:
> > cannot open shared object file: No such file or directory
> > root@pokey / #
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 a trick that has
worked for me with some libraries, but there are no guarantees there.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-23 20:26 ` Richard Fish
@ 2005-12-23 22:25 ` Dale
2005-12-24 0:13 ` William Kenworthy
0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2005-12-23 22:25 UTC (permalink / raw
To: gentoo-user
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 a trick that has
>worked for me with some libraries, but there are no guarantees there.
>
>-Richard
>
>
>
I'm going to give that a try. I looked on my old rig and it is in
something like /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6. It didn't work
then either. Maybe your way is the correct way. Some symlink thing or
something. I have copies though. I have two installs, one up to date
and one a few months old.
It's funny that the new KDE won't let me copy over fish. I get a error
message though. I have to login to KDE 3.4 to copy over files to my
servers. Strange huh? Guess that is why it is masked. Guess it is why
I'm not cleaning out KDE 3.4 too.
Thanks for the help. It sort of sucks right now. :(
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-23 22:25 ` Dale
@ 2005-12-24 0:13 ` William Kenworthy
2005-12-24 4:20 ` Dale
0 siblings, 1 reply; 9+ messages in thread
From: William Kenworthy @ 2005-12-24 0:13 UTC (permalink / raw
To: gentoo-user
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 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 a trick that has
> >worked for me with some libraries, but there are no guarantees there.
> >
> >-Richard
> >
> >
> >
> I'm going to give that a try. I looked on my old rig and it is in
> something like /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6. It didn't work
> then either. Maybe your way is the correct way. Some symlink thing or
> something. I have copies though. I have two installs, one up to date
> and one a few months old.
>
> It's funny that the new KDE won't let me copy over fish. I get a error
> message though. I have to login to KDE 3.4 to copy over files to my
> servers. Strange huh? Guess that is why it is masked. Guess it is why
> I'm not cleaning out KDE 3.4 too.
>
> Thanks for the help. It sort of sucks right now. :(
>
> Dale
> :-)
>
> --
> To err is human, I'm most certainly human.
>
> I have four rigs:
>
> 1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
> 2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
> 3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
> 4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
>
> All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
>
--
William Kenworthy <billk@iinet.net.au>
Home!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-24 0:13 ` William Kenworthy
@ 2005-12-24 4:20 ` Dale
2005-12-24 4:30 ` Dan Meltzer
0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2005-12-24 4:20 UTC (permalink / raw
To: gentoo-user
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.
> root@pokey / # fix_libtools.sh old_gcc_version
> -bash: fix_libtools.sh: command not found
> root@pokey / #
I'm not sure what happened there. I'm about to copy some filesover now
to see if it will work.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-24 4:20 ` Dale
@ 2005-12-24 4:30 ` Dan Meltzer
2005-12-24 4:41 ` Dale
0 siblings, 1 reply; 9+ messages in thread
From: Dan Meltzer @ 2005-12-24 4:30 UTC (permalink / raw
To: gentoo-user
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.
>
> > root@pokey / # fix_libtools.sh old_gcc_version
> > -bash: fix_libtools.sh: command not found
> > root@pokey / #
fix_libtool_files.sh
>
> I'm not sure what happened there. I'm about to copy some filesover now
> to see if it will work.
>
> Dale
>
> :-)
>
> --
> To err is human, I'm most certainly human.
>
> I have four rigs:
>
> 1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now
> two 80GB hard drives. 2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs
> of ram and a 4GB drive. 3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU,
> 128MBs of ram and a 2.5GB drive. 4: Compaq Proliant 6000 Server w/ Quad
> 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
>
> All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are
> set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-24 4:30 ` Dan Meltzer
@ 2005-12-24 4:41 ` Dale
0 siblings, 0 replies; 9+ messages in thread
From: Dale @ 2005-12-24 4:41 UTC (permalink / raw
To: gentoo-user
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 work.
>>
>>
>>
>>>root@pokey / # fix_libtools.sh old_gcc_version
>>>-bash: fix_libtools.sh: command not found
>>>root@pokey / #
>>>
>>>
>fix_libtool_files.sh
>
>
>>I'm not sure what happened there. I'm about to copy some filesover now
>>to see if it will work.
>>
>>Dale
>>
>>:-)
>>
>>
>>
>>
Typo ??? Anyway, I copied the file and one link over and it is working,
at least I can emerge anyway. I did a emerge -ev system. See what that
breaks. LOL
> root@pokey / # fix_libtool_files.sh
> -bash: fix_libtool_files.sh: command not found
> root@pokey / #
I dunno. o_O Maybe I borked a lot more than I thought. It compiling
now though.
Thanks
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-23 16:51 [gentoo-user] I messed up my gcc upgrade, badly I think Dale
2005-12-23 20:26 ` Richard Fish
@ 2005-12-24 4:49 ` Lares Moreau
2005-12-24 5:09 ` Dale
1 sibling, 1 reply; 9+ messages in thread
From: Lares Moreau @ 2005-12-24 4:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]
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 here.
>
> This is what I get:
>
> > root@pokey / # emerge -ev system
> > /usr/bin/python: error while loading shared libraries: libstdc++.so.5:
> > cannot open shared object file: No such file or directory
> > root@pokey / #
>
>
> It doesn't matter what I tell it to do, I get that same error. I did a
> portage rescue but still no go. How do I fix this? It's a old AMD rig
> so I guess some x86 rescue tarball would work. If such a creature exists.
>
> I have been messing with this for a while. I'm going to nap a while.
> I'm tired and my neck is sore too.
>
> Thanks
>
> :-)
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
--
Lares Moreau <lares.moreau@gmail.com> | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester | ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net | Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628 C5D4 7D94 483E 0D46 BB6E
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] I messed up my gcc upgrade, badly I think.
2005-12-24 4:49 ` Lares Moreau
@ 2005-12-24 5:09 ` Dale
0 siblings, 0 replies; 9+ messages in thread
From: Dale @ 2005-12-24 5:09 UTC (permalink / raw
To: gentoo-user
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 two versions of Gentoo, one new and one a few months
old. I just copied the files over that it needed and it is doing a
emerge -ev system at the moment. I'm hoping that will fix what I messed
up. I'm pretty sure it will though.
For the record though. The file is a link to another file. You have to
copy them both over at the same time or copy the file then the link to it.
That is a sure fix but I don't want to loose the foldingathome data that
I have. In the past when I copy it over to another rig, it never works
right until I re-install folding.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-12-24 5:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-23 16:51 [gentoo-user] I messed up my gcc upgrade, badly I think Dale
2005-12-23 20:26 ` Richard Fish
2005-12-23 22:25 ` Dale
2005-12-24 0:13 ` William Kenworthy
2005-12-24 4:20 ` Dale
2005-12-24 4:30 ` Dan Meltzer
2005-12-24 4:41 ` Dale
2005-12-24 4:49 ` Lares Moreau
2005-12-24 5:09 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox