This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glibc 2.0.109 fails on linuxppc


   Building the new glibc 2.0.109 release on linuxppc with egcs 1.1.1
, binutils 2.9.1.0.19a and egcs 1.1.1 we are getting failures during
the following step...

egcs wcstold.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -fsigned-char -g   -I../stdlib   -I../include -I. -I/usr/src/redhat/BUILD/glibc-2.0.109/build-ppc-linux/wcsmbs -I.. -I../libio  -I/usr/src/redhat/BUILD/glibc-2.0.109/build-ppc-linux -I../sysdeps/powerpc/elf -I../crypt/sysdeps/unix -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc -I../linuxthreads/sysdeps/pthread/cmpxchg -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.60/include -isystem /usr/src/redhat/BUILD/glibc-2.0.109/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -o /usr/src/redhat/BUILD/glibc-2.0.109/build-ppc-linux/wcsmbs/wcstold.o         
wcstold.c:50: warning: type defaults to `int' in declaration of `wchar_t'
wcstold.c:50: parse error before `*'
wcstold.c:51: warning: function declaration isn't a prototype
wcstold.c: In function `__wcstold_internal':
wcstold.c:52: warning: implicit declaration of function `__wcstod_internal'
wcstold.c:52: `nptr' undeclared (first use in this function)
wcstold.c:52: (Each undeclared identifier is reported only once
wcstold.c:52: for each function it appears in.)
wcstold.c:52: `endptr' undeclared (first use in this function)
wcstold.c:52: `group' undeclared (first use in this function)
wcstold.c: At top level:
wcstold.c:56: warning: type defaults to `int' in declaration of `wchar_t'
wcstold.c:56: parse error before `*'
wcstold.c:57: warning: function declaration isn't a prototype
wcstold.c: In function `wcstold':
wcstold.c:58: `nptr' undeclared (first use in this function)
wcstold.c:58: `endptr' undeclared (first use in this function)
make[2]: *** [/usr/src/redhat/BUILD/glibc-2.0.109/build-ppc-linux/wcsmbs/wcstold.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.0.109/wcsmbs'  
make[1]: *** [wcsmbs/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.0.109'
make: *** [all] Error 2 

Note this is built against the linux 2.2.0pre1 headers. Geoff's automated build
has been failing for a different reason for about a week now so it is unclear
when the cvs went bad for the ppc.
                     Jack

-- 
------------------------------------------------------------------------------
Jack W. Howarth, Ph.D.                                     231 Bethesda Avenue
NMR Facility Director                              Cincinnati, Ohio 45267-0524
Dept. of Molecular Genetics                              phone: (513) 558-4420
Univ. of Cincinnati College of Medicine                    fax: (513) 558-8474


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]