On Saturday 09 April 2005 15:41, Earth Engine wrote: > > Section 5.6 (Linux-Libc-Header-2.6.8.1) > > > > > Install the header files: > > > > > > cp -R include/asm-i386 /tools/include/asm > > > cp -R include/linux /tools/include > > > > > > If your architecture is not i386 (compatible), > > > adjust the first command accordingly. > > > > What is the best for my system? > > asm-i386 or asm-x86_64? > > I have the standard asm-i386 used and have > > the header installed... > > You should use asm-x86_64 instead.
Ok, i have changed cp -R include/asm-i386 /tools/include/asm to cp -R include/asm-x86_64 /tools/include/asm > > Section 5.7. (Linux-2.6.8.1 Header) > > > > >Install the platform-specific header files: > > > > > >mkdir /tools/glibc-kernheaders > > >cp -HR include/asm /tools/glibc-kernheaders > > >cp -R include/asm-generic /tools/glibc-kernheaders > > > > This is the same Problem. > > I use the standard and install the header... > and cp -HR include/asm /tools/glibc-kernheaders to: cp -HR include/asm-x86_64 /tools/glibc-kernheaders Section 5.4 to 5.7 successfull, but 5.8-Glibc printed following Messages... checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking sysdep dirs... sysdeps/x86_64/elf nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread nptl/sysdeps/unix/sysv nptl/sysdeps/unix nptl/sysdeps/x86_64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/fpu sysdeps/x86_64 sysdeps/wordsize-64 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for gcc... gcc checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether /tools/bin/as is GNU as... yes checking whether /tools/bin/ld is GNU ld... yes checking for /tools/bin/as... /tools/bin/as checking version of /tools/bin/as... 2.15.91.0.2, ok checking for /tools/bin/ld... /tools/bin/ld checking version of /tools/bin/ld... 2.15.91.0.2, ok checking for pwd... /bin/pwd checking for gcc... gcc -B/tools/bin/ checking version of gcc -B/tools/bin/... 3.4.1, ok checking for gnumake... no checking for gmake... gmake checking version of gmake... 3.80, ok checking for gnumsgfmt... no checking for gmsgfmt... no checking for msgfmt... msgfmt checking version of msgfmt... 0.14.1, ok checking for makeinfo... makeinfo checking version of makeinfo... 4.7, ok checking for sed... sed checking version of sed... 4.1.2, ok checking for autoconf... no checking whether ranlib is necessary... no checking LD_LIBRARY_PATH variable... ok checking whether GCC supports -static-libgcc... -static-libgcc checking for bash... /bin/sh checking for gawk... gawk checking for perl... /usr/bin/perl checking for install-info... /sbin/install-info checking for bison... /usr/bin/bison checking for signed size_t type... no checking for libc-friendly stddef.h... yes checking whether we need to use -P to assemble .S files... no checking whether .text pseudo-op must be used... yes checking for assembler global-symbol directive... .globl checking for .set assembler directive... yes checking for assembler .type directive prefix... @ checking for .symver assembler directive... yes checking for ld --version-script... yes checking for .previous assembler directive... yes checking for .protected and .hidden assembler directive... yes checking whether __attribute__((visibility())) is supported... yes checking for broken __attribute__((visibility()))... no checking for broken __attribute__((alias()))... no checking whether to put _rtld_local into .sdata section... no checking for .preinit_array/.init_array/.fini_array support... yes checking for libunwind-support in compiler... no checking for -z nodelete option... yes checking for -z nodlopen option... yes checking for -z initfirst option... yes checking for -z relro option... yes checking for -Bgroup option... yes checking for libgcc_s suffix... checking for --as-needed option... yes checking whether --noexecstack is desirable for .S files... yes checking for -z combreloc... no checking for -z execstack... yes checking for -fpie... yes checking for -fno-unit-at-a-time... yes checking whether cc puts quotes around section names... no checking for assembler .weak directive... yes checking whether CFI directives are supported... yes checking if -g produces usable source locations for assembler-with-cpp... yes checking for ld --no-whole-archive... yes checking for gcc -fexceptions... yes checking for DWARF2 unwind info support... no_registry_needed checking for __builtin_expect... yes checking for __builtin_memset... no checking for redirection of built-in functions... yes checking for local label subtraction... yes checking for __thread... yes checking for tls_model attribute... yes checking for libgd... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long double... yes checking size of long double... 16 running configure fragment for sysdeps/x86_64/elf checking for x86-64 TLS support... yes running configure fragment for nptl/sysdeps/unix/sysv/linux running configure fragment for nptl/sysdeps/pthread checking for forced unwind support... yes checking for C cleanup handling... yes running configure fragment for sysdeps/pthread running configure fragment for sysdeps/unix/sysv/linux checking for egrep... (cached) grep -E checking installed Linux kernel header files... 2.0.10 or later checking for kernel header at least 2.6.0... ok checking for symlinks in /tools/include... ok running configure fragment for sysdeps/unix/common running configure fragment for sysdeps/unix running configure fragment for sysdeps/generic checking for old glibc 2.0.x headers... no checking whether -fPIC is default... no configure: creating ./config.status config.status: creating config.make config.status: creating Makefile config.status: creating config.h config.status: executing default commands configure: configuring in nptl configure: running /bin/sh '../../glibc-2.3.4-20040701/nptl/configure' --prefix=/tools '--prefix=/tools' '--disable-profile' '--enable-add-ons=nptl' '--with-tls' '--with-__thread' '--enable-kernel=2.6.0' '--with-binutils=/tools/bin' '--without-gd' '--without-cvs' '--with-headers=/tools/glibc-kernheaders' --cache-file=/dev/null --srcdir=../../glibc-2.3.4-20040701/nptl make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.3.4-20040701 objdir=`pwd` all make[1]: Entering directory `/mnt/lfs/archiv/lfs/glibc/glibc-2.3.4-20040701' (echo 'sysd-rules-sysdirs := sysdeps/x86_64/elf nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread nptl/sysdeps/unix/sysv nptl/sysdeps/unix nptl/sysdeps/x86_64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/fpu sysdeps/x86_64 sysdeps/wordsize-64 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'; \ for dir in '$(..)sysdeps/x86_64/elf' '$(..)nptl/sysdeps/unix/sysv/linux/x86_64' '$(..)nptl/sysdeps/unix/sysv/linux' '$(..)nptl/sysdeps/pthread' '$(..)sysdeps/pthread' '$(..)nptl/sysdeps/unix/sysv' '$(..)nptl/sysdeps/unix' '$(..)nptl/sysdeps/x86_64' '$(..)sysdeps/unix/sysv/linux/x86_64' '$(..)sysdeps/unix/sysv/linux/wordsize-64' '$(..)sysdeps/unix/sysv/linux' '$(..)sysdeps/gnu' '$(..)sysdeps/unix/common' '$(..)sysdeps/unix/mman' '$(..)sysdeps/unix/inet' '$(..)sysdeps/unix/sysv' '$(..)sysdeps/unix/x86_64' '$(..)sysdeps/unix' '$(..)sysdeps/posix' '$(..)sysdeps/x86_64/fpu' '$(..)sysdeps/x86_64' '$(..)sysdeps/wordsize-64' '$(..)sysdeps/ieee754/ldbl-96' '$(..)sysdeps/ieee754/dbl-64' '$(..)sysdeps/ieee754/flt-32' '$(..)sysdeps/ieee754' '$(..)sysdeps/generic/elf' '$(..)sysdeps/generic'; do \ for o in .o .os .op .og .ob .oS; do \ \ echo "\$(objpfx)%$o: $dir/%.S \$(before-compile); \ \$(compile-command.S)"; \ echo "\$(objpfx)%$o: $dir/%.s \$(before-compile); \ \$(compile-command.s)"; \ echo "\$(objpfx)rtld-%$o: $dir/%.S \$(before-compile); \ \$(compile-command.S)"; \ echo "\$(objpfx)rtld-%$o: $dir/%.s \$(before-compile); \ \$(compile-command.s)"; \ echo "\$(objpfx)ptw-%$o: $dir/%.S \$(before-compile); \ \$(compile-command.S)"; \ echo "\$(objpfx)ptw-%$o: $dir/%.s \$(before-compile); \ \$(compile-command.s)"; \ \ echo "\$(objpfx)%$o: $dir/%.c \$(before-compile); \ \$(compile-command.c)"; \ echo "\$(objpfx)rtld-%$o: $dir/%.c \$(before-compile); \ \$(compile-command.c)"; \ echo "\$(objpfx)ptw-%$o: $dir/%.c \$(before-compile); \ \$(compile-command.c)"; \ done; \ echo "\$(objpfx)m_%.S: $dir/s_%.S; \$(+make-include-of-dep)"; \ echo "\$(objpfx)m_%.c: $dir/s_%.c; \$(+make-include-of-dep)"; \ done; \ echo 'sysd-rules-done = t') > /mnt/lfs/archiv/lfs/glibc/glibc-build/sysd-rulesT mv -f /mnt/lfs/archiv/lfs/glibc/glibc-build/sysd-rulesT /mnt/lfs/archiv/lfs/glibc/glibc-build/sysd-rules for dir in /mnt/lfs/archiv/lfs/glibc/glibc-build sysdeps/x86_64/elf nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread nptl/sysdeps/unix/sysv nptl/sysdeps/unix nptl/sysdeps/x86_64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/fpu sysdeps/x86_64 sysdeps/wordsize-64 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic; do \ test -f $dir/syscalls.list && \ { /bin/sh sysdeps/unix/make-syscalls.sh $dir || exit 1; }; \ test $dir = sysdeps/unix && break; \ done > /mnt/lfs/archiv/lfs/glibc/glibc-build/sysd-syscallsT In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from <stdin>:1: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from include/tls.h:6, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:26, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from <stdin>:1: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from include/tls.h:6, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:26, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from <stdin>:1: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from include/tls.h:6, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:26, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from <stdin>:1: ... ... ... ... In file included from include/tls.h:6, from tls.make.c:3: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from nptl/sysdeps/x86_64/tls.h:66, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from sysdeps/unix/sysv/linux/sys/param.h:24, from ./sysdeps/i386/i686/hp-timing.h:25, from sysdeps/x86_64/hp-timing.h:23, from ./nptl/descr.h:28, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: /tools/glibc-kernheaders/linux/param.h:4:23: asm/param.h: No such file or directory In file included from ./socket/sys/socket.h:35, from include/sys/socket.h:2, from ./inet/netinet/in.h:24, from include/netinet/in.h:3, from ./resolv/resolv.h:57, from include/resolv.h:11, from ./nptl/descr.h:39, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: ... ... ... ... In file included from include/tls.h:6, from tls.make.c:3: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from nptl/sysdeps/x86_64/tls.h:66, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from sysdeps/unix/sysv/linux/sys/param.h:24, from ./sysdeps/i386/i686/hp-timing.h:25, from sysdeps/x86_64/hp-timing.h:23, from ./nptl/descr.h:28, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: /tools/glibc-kernheaders/linux/param.h:4:23: asm/param.h: No such file or directory In file included from ./socket/sys/socket.h:35, from include/sys/socket.h:2, from ./inet/netinet/in.h:24, from include/netinet/in.h:3, from ./resolv/resolv.h:57, from include/resolv.h:11, from ./nptl/descr.h:39, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: ... ... ... In file included from include/tls.h:6, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory make[1]: *** [/mnt/lfs/archiv/lfs/glibc/glibc-build/Versions.v.i] Error 1 make[1]: Leaving directory `/mnt/lfs/archiv/lfs/glibc/glibc-2.3.4-20040701' make: *** [check] Error 2 ... ... ... In file included from include/tls.h:6, from tls.make.c:3: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from nptl/sysdeps/x86_64/tls.h:66, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from sysdeps/unix/sysv/linux/sys/param.h:24, from ./sysdeps/i386/i686/hp-timing.h:25, from sysdeps/x86_64/hp-timing.h:23, from ./nptl/descr.h:28, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: /tools/glibc-kernheaders/linux/param.h:4:23: asm/param.h: No such file or directory In file included from ./socket/sys/socket.h:35, from include/sys/socket.h:2, from ./inet/netinet/in.h:24, from include/netinet/in.h:3, from ./resolv/resolv.h:57, from include/resolv.h:11, from ./nptl/descr.h:39, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/bits/socket.h:305:24: asm/socket.h: No such file or directory mv -f /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.makeT /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make sed '/^[ ]*#/d;s/^[ ]*%/#/' csu/Versions assert/Versions ctype/Versions locale/Versions intl/Versions catgets/Versions math/Versions setjmp/Versions signal/Versions stdlib/Versions stdio-common/Versions libio/Versions malloc/Versions string/Versions wcsmbs/Versions time/Versions dirent/Versions grp/Versions pwd/Versions posix/Versions io/Versions termios/Versions resource/Versions misc/Versions socket/Versions sysvipc/Versions gmon/Versions iconv/Versions wctype/Versions shadow/Versions argp/Versions crypt/Versions nptl/Versions nss/Versions rt/Versions debug/Versions nptl_db/Versions inet/Versions resolv/Versions hesiod/Versions sunrpc/Versions nis/Versions streams/Versions login/Versions dlfcn/Versions elf/Versions nptl/sysdeps/unix/sysv/linux/x86_64/Versions nptl/sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/linux/x86_64/Versions sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/Versions sysdeps/wordsize-64/Versions \ | gcc -B/tools/bin/ -E -undef -Iinclude -I. -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Ilibio -Inptl -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Isysdeps/x86_64/elf -Inptl/sysdeps/unix/sysv/linux/x86_64 -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Inptl/sysdeps/unix/sysv -Inptl/sysdeps/unix -Inptl/sysdeps/x86_64 -Isysdeps/unix/sysv/linux/x86_64 -Isysdeps/unix/sysv/linux/wordsize-64 -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/common -Isysdeps/unix/mman -Isysdeps/unix/inet -Isysdeps/unix/sysv -Isysdeps/unix/x86_64 -Isysdeps/unix -Isysdeps/posix -Isysdeps/x86_64/fpu -Isysdeps/x86_64 -Isysdeps/wordsize-64 -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic/elf -Isysdeps/generic -nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/3.4.1/include -isystem /tools/glibc-kernheaders -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include include/libc-symbols.h \ -DASSEMBLER -x assembler-with-cpp - \ > /mnt/lfs/archiv/lfs/glibc/glibc-build/Versions.v.iT In file included from include/tls.h:6, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory make[1]: *** [/mnt/lfs/archiv/lfs/glibc/glibc-build/Versions.v.i] Error 1 make[1]: Leaving directory `/mnt/lfs/archiv/lfs/glibc/glibc-2.3.4-20040701' make: *** [install] Error 2 make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.3.4-20040701 objdir=`pwd` localedata/install-locales make[1]: Entering directory `/mnt/lfs/archiv/lfs/glibc/glibc-2.3.4-20040701' rm -f /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.makeT /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make.dT (echo '# Generated from tls.make.c by Makerules.'; \ gcc -B/tools/bin/ -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -Iinclude -I. -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Ilibio -Inptl -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Isysdeps/x86_64/elf -Inptl/sysdeps/unix/sysv/linux/x86_64 -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Inptl/sysdeps/unix/sysv -Inptl/sysdeps/unix -Inptl/sysdeps/x86_64 -Isysdeps/unix/sysv/linux/x86_64 -Isysdeps/unix/sysv/linux/wordsize-64 -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/common -Isysdeps/unix/mman -Isysdeps/unix/inet -Isysdeps/unix/sysv -Isysdeps/unix/x86_64 -Isysdeps/unix -Isysdeps/posix -Isysdeps/x86_64/fpu -Isysdeps/x86_64 -Isysdeps/wordsize-64 -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic/elf -Isysdeps/generic -nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/3.4.1/include -isystem /tools/glibc-kernheaders -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include include/libc-symbols.h -E tls.make.c \ -MD -MP -MT '$(common-objpfx)tls.make' -MF /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make.dT \ | sed -n '/@@@/{s/@@@[ ]*\(.*\)@@@/\1/;s/[ ]*$//p;}'; \ echo 'common-generated += tls.make'; \ sed -e 's@ /mnt/lfs/archiv/lfs/glibc/glibc-build/@ $(common-objpfx)@g' -e '[EMAIL PROTECTED]/mnt/lfs/archiv/lfs/glibc/glibc-build/@$(common-objpfx)@g' -e 's@ *\([^ \/$][^ \]*\)@ $(..)[EMAIL PROTECTED]' -e '[EMAIL PROTECTED]([^ \/$][^ \]*\)@$(..)[EMAIL PROTECTED]' /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make.dT; \ rm -f /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make.dT) > /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.makeT In file included from include/tls.h:6, from tls.make.c:3: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory In file included from ./sysdeps/unix/sysdep.h:21, from ./sysdeps/unix/x86_64/sysdep.h:19, from sysdeps/unix/sysv/linux/x86_64/sysdep.h:23, from nptl/sysdeps/x86_64/tls.h:66, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/sys/syscall.h:25:24: asm/unistd.h: No such file or directory In file included from sysdeps/unix/sysv/linux/sys/param.h:24, from ./sysdeps/i386/i686/hp-timing.h:25, from sysdeps/x86_64/hp-timing.h:23, from ./nptl/descr.h:28, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: /tools/glibc-kernheaders/linux/param.h:4:23: asm/param.h: No such file or directory In file included from ./socket/sys/socket.h:35, from include/sys/socket.h:2, from ./inet/netinet/in.h:24, from include/netinet/in.h:3, from ./resolv/resolv.h:57, from include/resolv.h:11, from ./nptl/descr.h:39, from nptl/sysdeps/x86_64/tls.h:70, from include/tls.h:6, from tls.make.c:3: sysdeps/unix/sysv/linux/bits/socket.h:305:24: asm/socket.h: No such file or directory mv -f /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.makeT /mnt/lfs/archiv/lfs/glibc/glibc-build/tls.make sed '/^[ ]*#/d;s/^[ ]*%/#/' csu/Versions assert/Versions ctype/Versions locale/Versions intl/Versions catgets/Versions math/Versions setjmp/Versions signal/Versions stdlib/Versions stdio-common/Versions libio/Versions malloc/Versions string/Versions wcsmbs/Versions time/Versions dirent/Versions grp/Versions pwd/Versions posix/Versions io/Versions termios/Versions resource/Versions misc/Versions socket/Versions sysvipc/Versions gmon/Versions iconv/Versions wctype/Versions shadow/Versions argp/Versions crypt/Versions nptl/Versions nss/Versions rt/Versions debug/Versions nptl_db/Versions inet/Versions resolv/Versions hesiod/Versions sunrpc/Versions nis/Versions streams/Versions login/Versions dlfcn/Versions elf/Versions nptl/sysdeps/unix/sysv/linux/x86_64/Versions nptl/sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/linux/x86_64/Versions sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/Versions sysdeps/wordsize-64/Versions \ | gcc -B/tools/bin/ -E -undef -Iinclude -I. -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Ilibio -Inptl -I/mnt/lfs/archiv/lfs/glibc/glibc-build -Isysdeps/x86_64/elf -Inptl/sysdeps/unix/sysv/linux/x86_64 -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Inptl/sysdeps/unix/sysv -Inptl/sysdeps/unix -Inptl/sysdeps/x86_64 -Isysdeps/unix/sysv/linux/x86_64 -Isysdeps/unix/sysv/linux/wordsize-64 -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/common -Isysdeps/unix/mman -Isysdeps/unix/inet -Isysdeps/unix/sysv -Isysdeps/unix/x86_64 -Isysdeps/unix -Isysdeps/posix -Isysdeps/x86_64/fpu -Isysdeps/x86_64 -Isysdeps/wordsize-64 -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic/elf -Isysdeps/generic -nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/3.4.1/include -isystem /tools/glibc-kernheaders -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include include/libc-symbols.h \ -DASSEMBLER -x assembler-with-cpp - \ > /mnt/lfs/archiv/lfs/glibc/glibc-build/Versions.v.iT In file included from include/tls.h:6, from <stdin>:1: nptl/sysdeps/x86_64/tls.h:23:47: asm/prctl.h: No such file or directory make[1]: *** [/mnt/lfs/archiv/lfs/glibc/glibc-build/Versions.v.i] Error 1 make[1]: Leaving directory `/mnt/lfs/archiv/lfs/glibc/glibc-2.3.4-20040701' make: *** [localedata/install-locales] Error 2 ########################################################## the url: http://home.ix.netcom.com/~ejohns/glfs-amd64/ required Slackware Linux 9.1 and LFS 5.0. Is the TCL support under SuSE not correct? Best Recards Thomas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page