This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

Re: current cvs build failure on debian ppc sid


Ulrich,
   As I said in my last message, the most current libc cvs seems to
have moved the error to a different place. Under both debian ppc sid
and YDL ppclinux I see an error of ...

gcc-3.2   -nostdlib -nostartfiles -shared -o /home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/elf/ld.so                      \
          -Wl,-z,combreloc -Wl,-z,defs                          \
          /home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/elf/librtld.os -Wl,--version-script=/home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/ld.map            \
          -Wl,-soname=ld.so.1 -T /home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/elf/ld.so.lds
/home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/elf/librtld.os(.text+0xe868): In function `check_one_fd':
: undefined reference to `__illegally_sized_syscall_open_arg1'
collect2: ld returned 1 exit status
make[3]: *** [/home/howarth/debian-glibccvs/glibc-2.3.2/powerpc-linux/obj/elf/ld.so] Error 1

On YDL ppclinux this build was down with the commands...

cd libc
mkdir build-powerpc-linux
cd build-powerpc-linux
GCC=gcc CFLAGS="-g -O3" ../configure --prefix=/usr --enable-add-ons=yes \
--without-cvs --enable-kernel=2.2.5 --without-tls
make -j1 -r CFLAGS="-g -O3" PARALLELMFLAGS=-s > log 2>&1


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