LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Errors during the test suite for Glibc-20050926 32 Bit � Cross compile x86_64 (https://www.linuxquestions.org/questions/linux-from-scratch-13/errors-during-the-test-suite-for-glibc-20050926-32-bit-%EF%BF%BD-cross-compile-x86_64-a-377719/)

Basel 10-28-2005 08:47 AM

Errors during the test suite for Glibc-20050926 32 Bit � Cross compile x86_64
 
Hi,

Is it safe to continue with the glibc installation provided that the test suite outputted the following list of errors?
Code:

root:/sources/glibc-build# make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log
malloc: using debugging hooks
make[2]: *** [/sources/glibc-build/catgets/de/libc.cat] Error 1
make[2]: *** [/sources/glibc-build/catgets/test1.cat] Error 1
make[2]: *** [/sources/glibc-build/catgets/test-gencat.out] Error 1
make[1]: *** [catgets/tests] Error 2
make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1
make[2]: *** [/sources/glibc-build/math/test-idouble.out] Error 1
make[1]: *** [math/tests] Error 2
make[2]: *** [/sources/glibc-build/stdlib/tst-strtod.out] Error 1
make[2]: *** [/sources/glibc-build/stdlib/testmb2.out] Error 1
make[1]: *** [stdlib/tests] Error 2
make[2]: *** [/sources/glibc-build/stdio-common/tst-swprintf.out] Error 1
make[2]: *** [/sources/glibc-build/stdio-common/bug14.out] Error 1
make[1]: *** [stdio-common/tests] Error 2
make[2]: *** [/sources/glibc-build/libio/tst-widetext.out] Error 1
Err: Cannot run on the de_DE.UTF-8 localemake[2]: *** [/sources/glibc-build/libio/tst-fgetws.out] Error 1
Err: Cannot run on the de_DE.UTF-8 localemake[2]: *** [/sources/glibc-build/libio/tst-ungetwc1.out] Error 1
make[2]: *** [/sources/glibc-build/libio/tst-ungetwc2.out] Error 1
make[2]: *** [/sources/glibc-build/libio/tst-swscanf.out] Error 1
make[2]: *** [/sources/glibc-build/libio/bug-ungetwc2.out] Error 1
make[2]: *** [/sources/glibc-build/libio/bug-ftell.out] Error 1
make[1]: *** [libio/tests] Error 2
make[2]: *** [/sources/glibc-build/string/tst-strxfrm.out] Error 1
make[1]: *** [string/tests] Error 2
make[2]: *** [/sources/glibc-build/wcsmbs/tst-btowc.out] Error 1
make[2]: *** [/sources/glibc-build/wcsmbs/tst-mbrtowc.out] Error 1
make[2]: *** [/sources/glibc-build/wcsmbs/tst-mbrtowc2.out] Error 1
make[1]: *** [wcsmbs/tests] Error 2
make[2]: *** [/sources/glibc-build/time/tst-strptime.out] Error 1
make[2]: *** [/sources/glibc-build/time/tst-ftime_l.out] Error 1
make[1]: *** [time/tests] Error 2
make[2]: *** [/sources/glibc-build/posix/tst-fnmatch.out] Error 1
make[2]: *** [/sources/glibc-build/posix/tst-regexloc.out] Error 1
make[2]: *** [/sources/glibc-build/posix/tst-regex.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex5.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex6.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex17.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex18.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex19.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex20.out] Error 1
make[2]: *** [/sources/glibc-build/posix/bug-regex22.out] Error 1
make[2]: *** [/sources/glibc-build/posix/tst-rxspencer.out] Error 1
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[1]: *** [posix/tests] Error 2
make[2]: *** [/sources/glibc-build/debug/tst-chk1.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-chk2.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk1.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk2.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1
make[1]: *** [debug/tests] Error 2
make: *** [check] Error 2
root:/sources/glibc-build#


mr_demilord 10-28-2005 10:28 AM

Tell us more about your host system, what GCC version do you use? what is the distro?
Wich version of LFS are you building? It should not affect anything, the test suite isn't critical.
in this stage.
I never run test suits in the stage you were in, If I was you I would not worry bout this at all.

A note from the book.

Quote:

In this chapter, some tests can be adversely affected by existing tools or environmental issues on the host system. Glibc test suite failures in this chapter are typically not worrisome. The Glibc installed in Chapter 6 is the one that will ultimately end up being used, so that is the one that needs to pass most tests (even in Chapter 6, some failures could still occur, for example, with the math tests).

Basel 10-28-2005 11:48 AM

Quote:

Originally posted by mr_demilord
Tell us more about your host system, what GCC version do you use? what is the distro?
Wich version of LFS are you building? It should not affect anything, the test suite isn't critical.
in this stage.

Code:

basel@darkstar:~$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/specs
Configured with: ../gcc-3.3.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.6

Distro: Slackware 10.2
Linux From Scratch - Version 7.0-cross-lfs-20051019-x86_64-Multilib

mr_demilord 10-29-2005 06:45 AM

How is the partition mounted?
check it with mount from the host distro.


All times are GMT -5. The time now is 01:00 AM.