Gentoo Archives: gentoo-alpha

From: Jeff Donsbach <jeff_donsbach@×××××.com>
To: gentoo-alpha@l.g.o
Subject: [gentoo-alpha] problem upgrading the toolchain
Date: Tue, 06 Dec 2005 14:28:45
Message-Id: 20051206142745.48983.qmail@web32913.mail.mud.yahoo.com
1 Hi folks,
2
3 I'm trying to get Gentoo installed on a new (to me)
4 Miata. I got the base system installed and got
5 upgraded to the 2.6.14.2 kernel. Looks good so far. By
6 the way, the 2005.1 LiveCD wouldn't boot on this
7 system with the default 2.6 kernel either. I had to
8 boot the 2.4 kernel and install that way, then upgrade
9 to the 2.6 kernel. But, that isn't my current problem.
10
11 I'm having trouble updating the tool chain. GLIBC
12 seems to have rebuilt fine with NPTL support. As an
13 example, here is the log file when trying to emerge
14 binutils -
15
16 =======
17 alpha1 build # more config.log
18 This file contains any messages produced by compilers
19 while
20 running configure, to aid debugging if configure makes
21 a mistake.
22
23 configure:595: checking host system type
24 configure:616: checking target system type
25 configure:634: checking build system type
26 configure:689: checking for a BSD compatible install
27 configure:742: checking whether ln works
28 configure:766: checking whether ln -s works
29 configure:1779: checking for gcc
30 configure:1892: checking whether the C compiler
31 (/usr/bin/gcc -mieee -mcpu=ev56 -pipe -O2 ) works
32 configure:1908: /usr/bin/gcc -o conftest -mieee
33 -mcpu=ev56 -pipe -O2 conftest.c 1>&5
34 gcc: Internal error: Segmentation fault (program as)
35 Please submit a full bug report.
36 See <URL:http://bugs.gentoo.org/> for instructions.
37 configure: failed program was:
38
39 #line 1903 "configure"
40 #include "confdefs.h"
41
42 main(){return(0);}
43
44 =====
45
46 Now, the strange part is, if I make a conftest.c with
47 the two lines above and manually run "usr/bin/gcc -o
48 conftest -mieee -mcpu=ev56 -pipe -O2 conftest.c" ,
49 it works just fine!
50
51 Any idea what could be wrong? Other ebuilds seem to
52 fail the same way. Oh, my gcc version is:
53 alpha1 build # gcc --version
54 gcc (GCC) 3.3.2 20040119 (Gentoo Linux 3.3.2-r7,
55 propolice-3.3-7)
56
57 My glibc version is 2.3.5-r3 with NPTL support in my
58 USE flags.
59
60 Thanks,
61 Jeff D
62
63
64
65
66
67
68
69 __________________________________________
70 Yahoo! DSL – Something to write home about.
71 Just $16.99/mo. or less.
72 dsl.yahoo.com
73
74 --
75 gentoo-alpha@g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] problem upgrading the toolchain "Nils o. Janus" <NoJ@××××××××××××.de>