Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 100140

Summary: glibc-2.3.5-r1 fails to build with gcc-4.0.1
Product: Gentoo Linux Reporter: Real Name <gslicer>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Real Name 2005-07-24 10:49:33 UTC
i686-pc-linux-gnu-gcc ../sysdeps/ieee754/dbl-64/s_isinf.c -c -std=gnu99 -O2 -O3
-Wall -Winline -Wstr
ict-prototypes -Wwrite-strings -march=athlon-xp -pipe
-mpreferred-stack-boundary=4  -fPIC   -Wno-uni
nitialized -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -I../include -I.
-I/var/tmp/portage/gl
ibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl/math -I.. -I../libio
-I../nptl -I/var/tmp/por
tage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl
-I../sysdeps/i386/elf -I../nptl/sysdep
s/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/li
nux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mm
an -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/4.0.1/include -isystem /usr/include -D_LIBC_REENTRANT -D_LIBC_REENTRANT
-include ../include/lib
c-symbols.h  -DPIC -DSHARED     -o
/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-
gnu-nptl/math/s_isinf.os -MD -MP -MF
/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linu
x-gnu-nptl/math/s_isinf.os.dt -MT
/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-g
nu-nptl/math/s_isinf.os
../sysdeps/ieee754/dbl-64/s_isinf.c:29: error: 'isinf' aliased to undefined
symbol '__isinf'
make[2]: ***
[/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl/math/s_isinf
.os] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.5-r1/work/glibc-2.3.5/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.5-r1/work/glibc-2.3.5'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.5-r1 failed.


Reproducible: Always
Steps to Reproduce:
1. just build it with gcc-4.0.1+

Actual Results:  
does not compile

Expected Results:  
should compile
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-24 11:02:34 UTC
And always has failed... Use glibc-2.3.5.20050421

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