LINUXTHREADS_NEW bug.

Rob Landley rob at landley.net
Mon Sep 29 00:55:24 UTC 2008


Build with the attached miniconfig for x86, and:

make allnoconfig KCONFIG_ALLCONFIG=miniconfig-alt-uClibc
make KERNEL_HEADERS=/blah/blah/blah

  AS ldso/ldso/i386/resolve.oS
In file included 
from ./libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h:73,
                 from ./libpthread/linuxthreads/sysdeps/i386/pt-machine.h:24,
                 from ./libpthread/linuxthreads/sysdeps/i386/tls.h:23,
                 from ./include/bits/uClibc_errno.h:35,
                 from ./include/errno.h:62,
                 from ./include/bits/syscalls.h:14,
                 from ./include/sys/syscall.h:34,
                 from ./ldso/ldso/i386/dl-syscalls.h:3,
                 from ./ldso/include/dl-syscall.h:12,
                 from ./ldso/include/ldso.h:36,
                 from ldso/ldso/ldso.c:33:
./libpthread/linuxthreads/sysdeps/i386/i686/../useldt.h:25:20: error: 
sysdep.h: No such file or directory

Checking, I see:

find . -name "sysdep.h"
./libc/string/ia64/sysdep.h
./libc/string/mips/sysdep.h
./libc/sysdeps/linux/cris/sysdep.h
./libc/sysdeps/linux/xtensa/sysdep.h
./libc/sysdeps/linux/powerpc/bits/sysdep.h
./libc/sysdeps/linux/bfin/sysdep.h
./libc/sysdeps/linux/ia64/sysdep.h

Would anyone like to comment on this?

Rob



More information about the uClibc mailing list