... What do you see after running the following? /src/glibc-build/elf/check-textrel /src/glibc-build/libc.so \ > /src/glibc-build/elf/check-textrel.out make[2]: *** [/src/glibc-build/elf/check-textrel.out] Error 1 make[2]: Target `tests' not remade because of errors. make[2]: Leaving directory `/src/glibc-2.3.6/elf' make[1]: *** [elf/tests] Error 2 scripts/check-c++-types.sh scripts/data/c++-types-i386-linux-gnu.data g++ -O2 -Wall -Winline -Wwrite-strings -g -mpreferred-stack-boundary=2 -Iin clude -I. -I/src/glibc-build -Ilibio -Inptl -I/src/glibc-build -Isysdeps/i3 86/elf -Ilibidn/sysdeps/unix -Inptl/sysdeps/unix/sysv/linux/i386/i686 -Inptl /sysdeps/unix/sysv/linux/i386 -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/ pthread -Isysdeps/pthread -Inptl/sysdeps/unix/sysv -Inptl/sysdeps/unix -Inpt l/sysdeps/i386/i686 -Inptl/sysdeps/i386 -Isysdeps/unix/sysv/linux/i386 -Isys deps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/common -Isysdeps/unix/mman -Isysdeps/unix/inet -Isysdeps/unix/sysv/i386 -Isysdeps/unix/sysv -Isysdeps/ unix/i386 -Isysdeps/unix -Isysdeps/posix -Isysdeps/i386/i686/fpu -Isysdeps/i 386/i686 -Isysdeps/i386/i486 -Inptl/sysdeps/i386/i486 -Isysdeps/i386/fpu -Is ysdeps/i386 -Isysdeps/wordsize-32 -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee75 4/dbl-64 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic/elf -I sysdeps/generic -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include include/libc-symbols.h > /src/glibc-build/c++-types-check.out make[1]: Target `check' not remade because of errors. make[1]: Leaving directory `/src/glibc-2.3.6' make: *** [check] Error 2
----- Original Message ----- From: "Vladimir A. Pavlov" <[EMAIL PROTECTED]> To: <[email protected]> Sent: 26 November, 2006 20:26 Subject: Re: HELP > On Sunday 26 November 2006 21:25, Bauke Jan Douma wrote: > > > In the event I do continue the building with the command "make install" > > > after getting this failure reports as mentioned above then I receive the > > > failure report in the "INSTALL-ERROR-STRIPPED" file as attached. > > > > Did you just say you did 'make install' after getting 'make check' > > errors? > > > > That might be your problem right there. You should /never/ ignore > > these errors -- least of all with glibc. > > Wrong. There are _always_ a few errors when making check for gcc and > glibc. > > The main question is how many errors one has. Usually gcc has less than > 10 errors, glibc has less than 5 errors. What do you see after running > the following? > > grep Error glibc-check-log > > For example, there is usually a line like "Error 1 (Ignored)" there. > > Examples of the "make check" command output for particular machine for > every package in the ch.6 are available at the location below: > > http://www.linuxfromscratch.org/lfs/build-logs/6.2/PIII-500/chapter6/ > > -- > Nothing but perfection > pv > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
