On Thursday 20 September 2007, Alan McKinnon wrote:
> Hi,
>
> A glibc upgrade from 2.3.5-r2 to 2.3.6-r5 inside a vserver is failing
> on me.

[snip]

Update:

According to

http://www.nabble.com/Next-showstopper-for-new-user--setjmp.S-in-glibc-2.3.6-t3553495.html
http://www.cygwin.com/ml/crossgcc/2004-10/msg00170.html
http://www.ecos.sourceware.org/ml/libc-alpha/2006-04/msg00090.html

it could be a -march issue.

so I changed CFLAGS from
-O2 -march=pentium-m -pipe
to
-O2 -march=i686 -pipe
and remerged gcc and glibc

But still I have the same error.

> Assembler messages:
> ../sysdeps/i386/elf/setjmp.S:63: Error: junk at end of line, first
> unrecognized character is `1'
> ../sysdeps/i386/elf/setjmp.S:64: Error: junk at end of line, first
> unrecognized character is `1'
> ../sysdeps/i386/elf/setjmp.S:65: Error: junk at end of line, first
> unrecognized character is `1'
> ../sysdeps/i386/elf/setjmp.S:66: Error: unrecognized symbol type ""
> ../sysdeps/i386/elf/setjmp.S:66: Error: junk at end of line, first
> unrecognized character is `1'
> ../sysdeps/i386/elf/setjmp.S:67: Error: junk at end of line, first
> unrecognized character is `1'
> ../sysdeps/i386/elf/setjmp.S:70: Error: expected comma after name `'
> in .size directive
> make[2]: ***
> [/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/build-default-i686-pc-
>linux-gnu-linuxthreads/setjmp/setjmp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6/setjmp'
> make[1]: *** [setjmp/subdir_lib] Error 2
> make[1]: Leaving directory
> `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6'
> make: *** [all] Error 2


-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list

Reply via email to