Gentoo Archives: gentoo-dev

From: "Dag Viggo Lokøen" <dag.viggo@××××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] 1.4_rc1 bootstrap problem
Date: Thu, 26 Sep 2002 05:51:54
Message-Id: 200209261258.13334.dag.viggo@lokoen.org
In Reply to: Re: [gentoo-dev] 1.4_rc1 bootstrap problem by fred
1 On Wednesday 25 September 2002 20:55, fred wrote:
2 > Mikko Moilanen <mikko.moilanen@×××××××××××××××××××.fi> wrote:
3 > (09/25/2002 11:16)
4 >
5 > >On Wed, 25 Sep 2002 15:25:16 +0200
6 > >
7 > >Dag Viggo Lokøen <dag.viggo@××××××.org> wrote:
8 > >> Somewhere during the execution og the scripts/bootstrap.sh script, ld
9 > >> segfaults.
10 > >
11 > >So does mine k6-2.
12 > >
13 > >> The really strange thing is that when i tried upgrading from 1.2 to 1.4
14 > >> on the same computer, it worked just fine.
15 > >
16 > >So did mine. But it cant compile QT and GCC and if I remember correctly
17 > > glibc.
18 > >
19 > >> Any tips on how I can make this work?
20 > >
21 > >Try installing from stage2 tarball, it worked.
22 > >--
23 > >
24 > >Mikko
25 >
26 > Is it really a segfualt (ie memory access error) or is it some other
27 > error sych as invalid opcode? If its an invalid opcode then the
28 > problem would probibly be an incorrently configured make.conf file.
29 >
30 > Post the error message from your log files and we might be able to
31 > tell what the problem is.
32 >
33
34
35 Error message:
36 -L/var/tmp/portage/gcc-3.2-r1/work/build/gcc -L/usr/i586-pc-linux-gnu/bin
37 -L/usr/i586-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2
38 -L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../../i586-pc-linux-gnu/lib
39 -L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../.. -lgcc_s -lc -lgcc_s
40 /var/tmp/portage/gcc-3.2-r1/work/build/gcc/crtendS.o
41 /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../crtn.o -Wl,-soname
42 -Wl,libgcj.so.3 -o .libs/libgcj.so.3.0.0
43 collect2: ld terminated with signal 15 [Terminated], core dumped
44 make[3]: *** [libgcj.la] Error 1
45 make[3]: Leaving directory
46 `/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
47 make[2]: *** [all-recursive] Error 1
48 make[2]: Leaving directory
49 `/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
50 make[1]: *** [all-target-libjava] Error 2
51 make[1]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build'
52 make: *** [bootstrap-lean] Error 2
53
54 !!! ERROR: The ebuild did not complete successfully.
55 !!! Function src_compile, Line 81, Exitcode 2
56 !!! (no error message)
57
58
59 CHOST=1586-pc-linux-gnu
60 CFLAGS=-march k6 -O3 -pipe
61 CXXFLAGS=-march k6 -O3 -pipe
62
63
64 I'll post a bug with a complete compilelog later today if anyone wants that :)
65 (it's *long*).
66
67 --
68 Mvh.
69 Dag Viggo Lokøen

Replies

Subject Author
Re: [gentoo-dev] 1.4_rc1 bootstrap problem fred <fred@××××××××.net>