Gentoo Archives: gentoo-user

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gcc4.7.2-r1 to 4.7.3 upgrade - hosed system?
Date: Thu, 16 May 2013 14:37:45
Message-Id: 5194EF20.4060309@admin-box.com
In Reply to: [gentoo-user] gcc4.7.2-r1 to 4.7.3 upgrade - hosed system? by Adam Carter
1 Am 16.05.2013 13:49, schrieb Adam Carter:
2 > My system no longer had a /lib64/libgcc_s.so.1 which made it quite
3 > unhappy. I eventually copied one over from a fedora live iso i had and
4 > things are operational again. Is there some way i can confirm if it was
5 > the gcc upgrade?
6 >
7 > This looks damning;
8 >
9 > # gcc-config 2
10 > * Switching native-compiler to x86_64-pc-linux-gnu-4.7.3 ...
11 > /usr/bin/python2.7: error while loading shared libraries: libgcc_s.so.1:
12 > cannot open shared object file: No such file or directory
13 >
14 > ewarn: error while loading shared libraries: libgcc_s.so.1: cannot open
15 > shared object file: No such file or directory
16 > ewarn: error while loading shared libraries: libgcc_s.so.1: cannot open
17 > shared object file: No such file or directory
18 >
19 I had the same yesterday - run:
20 LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/ ldconfig
21 to fix your system.
22
23 Thanx to chithanh for this life-saving oneliner
24 (http://forums.gentoo.org/viewtopic-p-7053126.html).
25
26 Greetings,
27 Daniel
28
29
30 --
31 Get my PGP key at:
32 *
33 http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x837FB8B5BB9D4887
34 * $ gpg --recv-keys --keyserver keyserver.ubuntu.com 0xBB9D4887

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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