Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Wed, 28 Jun 2006 16:57:25
Message-Id: 7573e9640606280940i134b68d3yec454966aba97693@mail.gmail.com
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Richard Fish
1 On 6/28/06, Richard Fish <bigfish@××××××××××.org> wrote:
2 > On 6/28/06, Darren Grant <dgrant@×××××××××××.ca> wrote:
3 > > Richard Fish wrote:
4 > > > A simple 'tail' doesn't produce enough output to be useful. The
5 > > > output of "tail -n 200 /var/tmp/..../config.log" should be enough for
6 > > > us to look at if you are not sure what to look for.
7 > > tail -n 200
8 > > /var/tmp/portage/glibc-2.3.6-r4/work/build-x86-x86_64-pc-linux-gnu-nptl/config.log
9 >
10 > *sigh*. Still not enough. You are welcome to email the config.log to
11 > me privately...
12
13 Ok, here is the actual error:
14
15 configure:7208: checking size of long double
16 configure:7527: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64
17 -mtune=k8 -pipe -O2 conftest.c >&5
18 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
19 skipping incompatible /usr/l
20 ib/gcc/x86_64-pc-linux-gnu/3.4.5/./libgcc.a when searching for -lgcc
21 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
22 skipping incompatible /usr/l
23 ib/gcc/x86_64-pc-linux-gnu/3.4.5/libgcc.a when searching for -lgcc
24 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
25 skipping incompatible /usr/l
26 ib/gcc/x86_64-pc-linux-gnu/3.4.5/./libgcc.a when searching for -lgcc
27 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
28 skipping incompatible /usr/l
29 ib/gcc/x86_64-pc-linux-gnu/3.4.5/libgcc.a when searching for -lgcc
30 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
31 cannot find -lgcc
32 collect2: ld returned 1 exit status
33
34 It is looking like your toolchain is busted.
35
36 Are you able to build anything? For example, does "emerge --oneshot
37 =sys-libs/glibc-2.3.6-r3" work?
38
39 Also, what does "binutils-config -l" report?
40
41 -Richard
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Richard Fish <bigfish@××××××××××.org>