Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85450 - newer gcc-3.4.3.20050110 errs in glibc (>jan18 <>mar 15) setjmp.S junk at end of line
Summary: newer gcc-3.4.3.20050110 errs in glibc (>jan18 <>mar 15) setjmp.S junk at end...
Status: RESOLVED DUPLICATE of bug 131108
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 20:14 UTC by augury@vampares.org
Modified: 2008-03-13 22:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description augury@vampares.org 2005-03-15 20:14:36 UTC
I imagine this may be a dupilicate, if so nevermind.

More recent builds of gcc-3.4.3.20050110 error in when compiling glibc-2.3.4.20050125 / -r1.  glibc compiles cleanly with gcc-3.4.3.20050110 built on 05/01/18.
I've applied 'fixes' for similar gcc-4 bugs but the error doesn't even change.
this occurred with fresh stage and a gcc-3.3 box, both p3's. the jan.18 build idetical ebuilds for p3s on p4 without error and can build nptlonly or nptl for p4 and prescott.

make[2]: Entering directory `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4/setjmp'
i686-pc-linux-gnu-gcc ../sysdeps/i386/elf/setjmp.S -c  -I../include -I. -I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl/setjmp -I.. -I../libio -I../nptl -I/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl -I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386/i686 -I../nptl/sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv -I../nptl/sysdeps/unix -I../nptl/sysdeps/i386/i686 -I../nptl/sysdeps/i386 -I../libidn/sysdeps/unix -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/include -isystem /usr/include -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -DASSEMBLER  -DGAS_SYNTAX  -Wa,--noexecstack  -o /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl/setjmp/setjmp.o -MD -MP -MF /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl/setjmp/setjmp.o.dt -MT /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl/setjmp/setjmp.o
../sysdeps/i386/elf/setjmp.S: 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/glibc-2.3.4.20050125-r1/work/build-default-i686-pc-linux-gnu-nptl/setjmp/setjmp.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4/setjmp'
make[1]: *** [setjmp/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4'
make: *** [all] Error 2
Comment 1 Cedric Godin 2005-06-02 07:41:36 UTC
have the same problem with a sparc with glibc-2.3.3-20040420-r2 and
gcc-3.4.3-20051001-r2
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2005-11-29 08:41:41 UTC
Try with gcc-3.4.4-r1 and with glibc-2.3.5.

If the error is still present, reopen the bug.
Comment 3 SpanKY gentoo-dev 2008-03-13 22:21:48 UTC
duping to real bug
Comment 4 SpanKY gentoo-dev 2008-03-13 22:21:59 UTC

*** This bug has been marked as a duplicate of bug 131108 ***