Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: gcc4.7.2-r1 to 4.7.3 upgrade - hosed system?
Date: Thu, 16 May 2013 19:06:13
Message-Id: 51952E1C.9020804@gmail.com
In Reply to: Re: [gentoo-user] gcc4.7.2-r1 to 4.7.3 upgrade - hosed system? by Adam Carter
1 On 05/16/2013 08:30 AM, Adam Carter wrote:
2 > I had the same yesterday - run:
3 >
4 > LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/ ldconfig
5 > to fix your system.
6 >
7 > Thanx to chithanh for this life-saving oneliner
8 > (http://forums.gentoo.org/viewtopic-p-7053126.html).
9 >
10 > Greetings,
11 > Daniel
12 >
13 >
14 > That didnt help the gcc-config error, and also i notice that there's bits of 4.7.2 still around;
15 >
16 > # ls -l /lib64/libgcc*
17 > -rwxr-xr-x 1 root root 88720 May 16 21:13 /lib64/libgcc_s-4.7.2-20121109.so.1
18 > lrwxrwxrwx 1 root root 28 May 17 01:19 /lib64/libgcc_s.so.1 -> libgcc_s-4.7.2-20121109.so.1
19
20 That's weird, I have no such libraries in /lib64 and qlist =gcc-4.7.2-r1 shows
21 no files whatever installed in /lib64.
22
23 Do you have these files?:
24
25 #ls -l /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so*
26
27 lrwxrwxrwx 1 root root 13 May 16 07:46 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so -> libgcc_s.so.1
28 -rw-r--r-- 1 root root 92384 May 16 07:46 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so.1

Replies

Subject Author
Re: [gentoo-user] Re: gcc4.7.2-r1 to 4.7.3 upgrade - hosed system? Adam Carter <adamcarter3@×××××.com>