|
From: Udo L. <ul...@po...> - 2016-08-07 21:06:58
|
Hi Heiko, On 07.08.2016 17:38, Heiko Zuerker wrote: > Udo, > > Let me ask a few basic questions: > I assume you > used ftp://ftp.devil-linux.org/pub/devel/sources/lfssystem-for-DL-1.6/lfssystem64-1.1.tar.xz > as the build environment? yes - to be sure I'm load the lfssystem again - no difference in download - and overwrite again... > Did you load the default config on "make menuconfig"? If not, give > that a try. Maybe there's a dependency wrong. > Was the "cr" (chroot) command successfully executed? yes, I do the same again. To be sure I'm delete the old config and create an new one: make mrproper rm .config make menuconfig make unpack -> this produce an error: unpacking /build/src/qadsl-final-1.2.tar.xz tar: A lone zero block at 80 And with binutils I'm not further: root:/build# make prepare mount: proc already mounted mount: none already mounted or /sys busy make: Entering directory `/build' prepare: prepare log: /build/tmp/LOGS/prepare/prepare prepare: binutils log: /build/tmp/LOGS/prepare/binutils make: *** [binutils] Error 1 make: Leaving directory `/build' make: *** [prepare] Error 1 glibc2.14 is missing: make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /bin/mkdir -p "/usr/include" /bin/install -c -m 644 /build/tmp/binutils-2.25.1/opcodes/../include/dis-asm.h '/usr/include' test -z "/usr/lib" || /bin/mkdir -p "/usr/lib" /bin/sh ./libtool --mode=install /bin/install -c libopcodes.la '/usr/lib' libtool: install: /bin/install -c .libs/libopcodes-2.25.1.so /usr/lib/libopcodes-2.25.1.so libtool: install: (cd /usr/lib && { ln -s -f libopcodes-2.25.1.so libopcodes.so || { rm -f libopcodes.so && ln -s libopcodes-2.25.1.so libopcodes.so; }; }) libtool: install: /bin/install -c .libs/libopcodes.lai /usr/lib/libopcodes.la libtool: install: /bin/install -c .libs/libopcodes.a /usr/lib/libopcodes.a libtool: install: chmod 644 /usr/lib/libopcodes.a libtool: install: ranlib /usr/lib/libopcodes.a ranlib: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib/libz.so.1) make[4]: *** [install-bfdlibLTLIBRARIES] Error 1 make[4]: Leaving directory `/build/tmp/binutils-prepare/opcodes' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/build/tmp/binutils-prepare/opcodes' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/build/tmp/binutils-prepare/opcodes' make[1]: *** [install-opcodes] Error 2 make[1]: Leaving directory `/build/tmp/binutils-prepare' make: *** [install] Error 2 Are the libc from the host system (debian 8 jessie) are used and not from the lfssystem?? On the host: ii libc6:amd64 2.19-18+deb8u4 amd64 GNU C Library: Shared libraries Udo |