LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 10-28-2005, 08:47 AM   #1
Basel
Member
 
Registered: Feb 2004
Location: United States
Distribution: Ubuntu 10.10
Posts: 319

Rep: Reputation: 30
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#
 
Old 10-28-2005, 10:28 AM   #2
mr_demilord
Member
 
Registered: Sep 2005
Posts: 244

Rep: Reputation: 30
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).

Last edited by mr_demilord; 10-28-2005 at 10:29 AM.
 
Old 10-28-2005, 11:48 AM   #3
Basel
Member
 
Registered: Feb 2004
Location: United States
Distribution: Ubuntu 10.10
Posts: 319

Original Poster
Rep: Reputation: 30
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
 
Old 10-29-2005, 06:45 AM   #4
mr_demilord
Member
 
Registered: Sep 2005
Posts: 244

Rep: Reputation: 30
How is the partition mounted?
check it with mount from the host distro.

Last edited by mr_demilord; 10-29-2005 at 06:46 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Questions about and errors found in Version 7.0-cross-lfs-20050902-x86_64-Multilib Basel Linux From Scratch 1 09-06-2005 11:10 PM
LFS 6-1: Glibc Test Suite Fails at end with 2 errors in Chapter 6 TGWDNGHN Linux From Scratch 1 07-26-2005 12:23 PM
glibc - compile errors serg2004 Linux From Scratch 1 11-18-2004 01:52 AM
Hardware Test Suite DaKKoN Linux - Software 1 08-12-2004 08:03 AM
Compile errors on x86_64 SUSE marsonist Linux - Software 5 05-20-2004 05:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 04:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration