Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glibc-2.3.6 fails to compile (in a vserver)
Date: Thu, 20 Sep 2007 12:06:02
Message-Id: 200709201349.14140.alan@linuxholdings.co.za
In Reply to: [gentoo-user] glibc-2.3.6 fails to compile (in a vserver) by Alan McKinnon
1 On Thursday 20 September 2007, Alan McKinnon wrote:
2 > Hi,
3 >
4 > A glibc upgrade from 2.3.5-r2 to 2.3.6-r5 inside a vserver is failing
5 > on me.
6
7 [snip]
8
9 Update:
10
11 According to
12
13 http://www.nabble.com/Next-showstopper-for-new-user--setjmp.S-in-glibc-2.3.6-t3553495.html
14 http://www.cygwin.com/ml/crossgcc/2004-10/msg00170.html
15 http://www.ecos.sourceware.org/ml/libc-alpha/2006-04/msg00090.html
16
17 it could be a -march issue.
18
19 so I changed CFLAGS from
20 -O2 -march=pentium-m -pipe
21 to
22 -O2 -march=i686 -pipe
23 and remerged gcc and glibc
24
25 But still I have the same error.
26
27 > Assembler messages:
28 > ../sysdeps/i386/elf/setjmp.S:63: Error: junk at end of line, first
29 > unrecognized character is `1'
30 > ../sysdeps/i386/elf/setjmp.S:64: Error: junk at end of line, first
31 > unrecognized character is `1'
32 > ../sysdeps/i386/elf/setjmp.S:65: Error: junk at end of line, first
33 > unrecognized character is `1'
34 > ../sysdeps/i386/elf/setjmp.S:66: Error: unrecognized symbol type ""
35 > ../sysdeps/i386/elf/setjmp.S:66: Error: junk at end of line, first
36 > unrecognized character is `1'
37 > ../sysdeps/i386/elf/setjmp.S:67: Error: junk at end of line, first
38 > unrecognized character is `1'
39 > ../sysdeps/i386/elf/setjmp.S:70: Error: expected comma after name `'
40 > in .size directive
41 > make[2]: ***
42 > [/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/build-default-i686-pc-
43 >linux-gnu-linuxthreads/setjmp/setjmp.o] Error 1
44 > make[2]: *** Waiting for unfinished jobs....
45 > make[2]: Leaving directory
46 > `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6/setjmp'
47 > make[1]: *** [setjmp/subdir_lib] Error 2
48 > make[1]: Leaving directory
49 > `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6'
50 > make: *** [all] Error 2
51
52
53 --
54 Optimists say the glass is half full,
55 Pessimists say the glass is half empty,
56 Developers say wtf is the glass twice as big as it needs to be?
57
58 Alan McKinnon
59 alan at linuxholdings dot co dot za
60 +27 82, double three seven, one nine three five
61 --
62 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] glibc-2.3.6 fails to compile (in a vserver) "Bo Ørsted Andresen" <bo.andresen@××××.dk>