From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 554311381F3 for ; Fri, 17 May 2013 03:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E27E08B2; Fri, 17 May 2013 03:59:04 +0000 (UTC) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEA49E08AC for ; Fri, 17 May 2013 03:59:03 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wd20so2519852obb.24 for ; Thu, 16 May 2013 20:59:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ZU/+khyzhnT4+F099CvmmvsGxrtNcLjlhGd9gy5ysMM=; b=YR0ldnWACZS+TPfvy/D8pJZVYXZGcozCZKUH3mJMdqeNtfIqSz7R8lNTogYxlBT47B 7r8He/EbRUlShOS0VAtqLgMFRs4Y5E4HLuN/Vo+NM0xb7Vx9jJHoHbKe80i5Ef18qu/1 RE47xn/HbPgxhIqhnRek78V3CL0RmYJe8d2ONVoJCogYd6mdbYPnx/e9vVSJsv6V7qg+ KVQEh+xDBsciTChQXTFw0kN9fRp7BidKOduojFEhGWLhKq7Hxf6fnMMeFe/GToXVtjN4 atRoA705ZQtAuFFzV/Od+ca172nMDfEJFfKrJwVlSt0x5iIrCp0J/2SuK8ZHam1DC7Jy tagw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.182.171.99 with SMTP id at3mr21076777obc.25.1368763142710; Thu, 16 May 2013 20:59:02 -0700 (PDT) Received: by 10.60.6.194 with HTTP; Thu, 16 May 2013 20:59:02 -0700 (PDT) In-Reply-To: <51952E1C.9020804@gmail.com> References: <5194EF20.4060309@admin-box.com> <51952E1C.9020804@gmail.com> Date: Fri, 17 May 2013 13:59:02 +1000 Message-ID: Subject: Re: [gentoo-user] Re: gcc4.7.2-r1 to 4.7.3 upgrade - hosed system? From: Adam Carter To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary=e89a8ff1cf86e731a604dce200b6 X-Archives-Salt: 269fb81f-77fb-49d3-b55c-769e2d012f21 X-Archives-Hash: a8984d63412689ca5c50957f6d656020 --e89a8ff1cf86e731a604dce200b6 Content-Type: text/plain; charset=ISO-8859-1 > > # ls -l /lib64/libgcc* > > -rwxr-xr-x 1 root root 88720 May 16 21:13 > /lib64/libgcc_s-4.7.2-20121109.so.1 > > lrwxrwxrwx 1 root root 28 May 17 01:19 /lib64/libgcc_s.so.1 -> > libgcc_s-4.7.2-20121109.so.1 > > That's weird, I have no such libraries in /lib64 and qlist =gcc-4.7.2-r1 > shows > no files whatever installed in /lib64. > > Do you have these files?: > > #ls -l /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so* > > 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 > -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 > Yep: # ls -l /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so* lrwxrwxrwx 1 root root 13 May 15 19:26 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so -> libgcc_s.so.1 -rw-r--r-- 1 root root 92352 May 15 19:26 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so.1 Do you currently have 4.7.3 selected? i'm wondering if the content of /lib64 is switched when you run gcc-config ? # gcc-config -l [1] x86_64-pc-linux-gnu-4.6.3 [2] x86_64-pc-linux-gnu-4.7.3 * --e89a8ff1cf86e731a604dce200b6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

=
> =A0# ls -l /lib64/libgcc*
> -rwxr-xr-x 1 root root 88720 May 16 21:13 /lib64/libgcc_s-4.7.2-201211= 09.so.1
> lrwxrwxrwx 1 root root =A0 =A028 May 17 01:19 /lib64/libgcc_s.so.1 -&g= t; libgcc_s-4.7.2-20121109.so.1

That's weird, I have no such libraries in /lib64 and qlist = =3Dgcc-4.7.2-r1 shows
no files whatever installed in /lib64.

Do you have these files?:

#ls -l /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so*

lrwxrwxrwx 1 root root =A0 =A013 May 16 07:46 /usr/lib64/gcc/x86_64-pc-linu= x-gnu/4.7.3/libgcc_s.so -> libgcc_s.so.1
-rw-r--r-- 1 root root 92384 May 16 07:46 /usr/lib64/gcc/x86_64-pc-linux-gn= u/4.7.3/libgcc_s.so.1
=A0
Yep:
=A0
=A0# ls -l /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so*
lrwxrw= xrwx 1 root root=A0=A0=A0 13 May 15 19:26 /usr/lib64/gcc/x86_64-pc-linux-gn= u/4.7.3/libgcc_s.so -> libgcc_s.so.1
-rw-r--r-- 1 root root 92352 May 15 19:26 /usr/lib64/gcc/x86_64-pc-linux-gn= u/4.7.3/libgcc_s.so.1

Do you currently have 4.7.3 selecte= d? i'm wondering if the content of /lib64 is switched when you run gcc-= config ?

# gcc-config -l
=A0[1] x86_64-pc-linux-gnu-4.6.3
=A0[= 2] x86_64-pc-linux-gnu-4.7.3 *

--e89a8ff1cf86e731a604dce200b6--