This is the mail archive of the libc-alpha@sourceware.org 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: architectures, please report on trunk status


x86-64:

testsuite fails for me with:

/opt/gcc/4.1-devel/bin/gcc   -shared -static-libgcc -Wl,-O1  -Wl,-z,defs -Wl,-dynamic-linker=/lib64/ld-linux-x86-64.so.2  -B/builds/glibc/4.1-nptl/csu/  -Wl,--version-script=/builds/glibc/4.1-nptl/libpthread.map -Wl,-soname=libpthread.so.0 -Wl,-z,combreloc -Wl,-z,relro  -L/builds/glibc/4.1-nptl -L/builds/glibc/4.1-nptl/math -L/builds/glibc/4.1-nptl/elf -L/builds/glibc/4.1-nptl/dlfcn -L/builds/glibc/4.1-nptl/nss -L/builds/glibc/4.1-nptl/nis -L/builds/glibc/4.1-nptl/rt -L/builds/glibc/4.1-nptl/resolv -L/builds/glibc/4.1-nptl/crypt -L/builds/glibc/4.1-nptl/nptl -Wl,-rpath-link=/builds/glibc/4.1-nptl:/builds/glibc/4.1-nptl/math:/builds/glibc/4.1-nptl/elf:/builds/glibc/4.1-nptl/dlfcn:/builds/glibc/4.1-nptl/nss:/builds/glibc/4.1-nptl/nis:/builds/glibc/4.1-nptl/rt:/builds/glibc/4.1-nptl/resolv:/builds/glibc/4.1-nptl/crypt:/builds/glibc/4.1-nptl/nptl -o /builds/glibc/4.1-nptl/nptl/libpthread.so -T /builds/glibc/4.1-nptl/shlib.lds /builds/glibc/4.1-nptl/csu/abi-note.o -Wl,--whole-archive /builds/glibc/4.1-nptl/nptl/libpthread_pic.a -Wl,--no-whole-archive /builds/glibc/4.1-nptl/elf/interp.os
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(init.os): In function `__pthread_initialize_minimal_internal':
/cvs/libc/nptl/init.c:259: undefined reference to `_rtld_global'
/cvs/libc/nptl/init.c:265: undefined reference to `__libc_stack_end'
/cvs/libc/nptl/init.c:299: undefined reference to `_dl_get_tls_static_info'
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(pthread_create.os): In function `__make_stacks_executable':
/cvs/libc/nptl/allocatestack.c:687: undefined reference to `_dl_make_stack_executable'
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(pthread_create.os): In function `__deallocate_stack':
/cvs/libc/nptl/allocatestack.c:676: undefined reference to `_dl_deallocate_tls'
/cvs/libc/nptl/allocatestack.c:248: undefined reference to `_dl_deallocate_tls'
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(pthread_create.os): In function `__pthread_create_2_1':
/cvs/libc/nptl/allocatestack.c:398: undefined reference to `_rtld_global'
/cvs/libc/nptl/allocatestack.c:208: undefined reference to `_dl_allocate_tls_init'
/cvs/libc/nptl/allocatestack.c:515: undefined reference to `_dl_allocate_tls'
/cvs/libc/nptl/allocatestack.c:540: undefined reference to `_rtld_global'
/cvs/libc/nptl/allocatestack.c:588: undefined reference to `_dl_deallocate_tls'
/cvs/libc/nptl/allocatestack.c:375: undefined reference to `_dl_allocate_tls'
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(pthread_getattr_np.os): In function `pthread_getattr_np':
/cvs/libc/nptl/pthread_getattr_np.c:110: undefined reference to `__libc_stack_end'
/builds/glibc/4.1-nptl/nptl/libpthread_pic.a(herrno.os): In function `__h_errno_location':
/cvs/libc/nptl/herrno.c:33: undefined reference to `__tls_get_addr'
collect2: ld returned 1 exit status
make[2]: *** [/builds/glibc/4.1-nptl/nptl/libpthread.so] Error 1
make[2]: Leaving directory `/cvs/libc/intl'
make[1]: *** [intl/tests] Error 2

I configured using:
/cvs/libc/configure --disable-profile --enable-add-ons=yes
--prefix=/usr --enable-kernel=2.6.12 CC=/opt/gcc/4.1-devel/bin/gcc

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj/
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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