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-11-2011, 01:45 AM   #1
eliadk
LQ Newbie
 
Registered: Nov 2010
Posts: 16

Rep: Reputation: 0
LFS 6.8 Chapter 6.9 Glibc 2.13 All Tests Fail!


Due to my previous thread i retried to build the system this time by copy paste instead of typing everything...

i came across the errors of glibc-2.13 in chapter 6.9

the output of

make -k check 2>&1 | tee glibc-check-log

gives this...

Quote:
make[1]: *** [csu/tests] Error 2
make[1]: *** [iconv/tests] Error 2
make[1]: *** [locale/tests] Error 2
make[3]: *** [/sources/glibc-build/iconvdata/gconv-modules] Error 1
make[2]: *** [/sources/glibc-build/iconvdata/gconv-modules] Error 2
make[1]: *** [localedata/tests] Error 2
make[2]: *** [/sources/glibc-build/iconvdata/iso8859-7jp.stmp] Error 1
make[2]: *** [/sources/glibc-build/iconvdata/stamp.os] Error 1
make[2]: *** [/sources/glibc-build/iconvdata/stamp.oS] Error 1
make[2]: *** [/sources/glibc-build/iconvdata/gconv-modules] Error 1
make[1]: *** [iconvdata/tests] Error 2
make[1]: *** [assert/tests] Error 2
make[1]: *** [ctype/tests] Error 2
make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1
make[1]: *** [intl/tests] Error 2
make[1]: *** [catgets/tests] Error 2
make[1]: *** [math/tests] Error 2
make[1]: *** [setjmp/tests] Error 2
make[1]: *** [signal/tests] Error 2
make[2]: *** [/sources/glibc-build/stdlib/tst-putenvmod.so] Error 1
make[1]: *** [stdlib/tests] Error 2
make[1]: *** [stdio-common/tests] Error 2
make[1]: *** [libio/tests] Error 2
make[1]: *** [dlfcn/tests] Error 2
make[1]: *** [malloc/tests] Error 2
make[1]: *** [string/tests] Error 2
make[1]: *** [wcsmbs/tests] Error 2
make[1]: *** [timezone/tests] Error 2
make[1]: *** [time/tests] Error 2
make[1]: *** [dirent/tests] Error 2
make[1]: *** [grp/tests] Error 2
make[1]: *** [pwd/tests] Error 2
make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1
make[1]: *** [posix/tests] Error 2
make[1]: *** [io/tests] Error 2
make[1]: *** [resource/tests] Error 2
make[1]: *** [misc/tests] Error 2
make[1]: *** [gmon/tests] Error 2
make[1]: *** [gnulib/tests] Error 2
make[1]: *** [wctype/tests] Error 2
make[1]: *** [shadow/tests] Error 2
make[1]: *** [gshadow/tests] Error 2
make[1]: *** [argp/tests] Error 2
make[1]: *** [crypt/tests] Error 2
make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1
make[2]: *** [/sources/glibc-build/dlfcn/libdl.so] Error 1
make[1]: *** [nptl/tests] Error 2
make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1
make[1]: *** [resolv/tests] Error 2
make[1]: *** [nss/tests] Error 2
make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1
make[1]: *** [rt/tests] Error 2
make[1]: *** [debug/tests] Error 2
make[2]: *** [/sources/glibc-build/nptl_db/db-symbols.v.i] Error 1
make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1
make[1]: *** [nptl_db/tests] Error 2
make[1]: *** [inet/tests] Error 2
make[1]: *** [sunrpc/tests] Error 2
make[1]: *** [login/tests] Error 2
make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1
make[2]: *** [/sources/glibc-build/dlfcn/libdl.so] Error 1
make[2]: *** [/sources/glibc-build/math/libm.so] Error 1
make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1
make[2]: *** [/sources/glibc-build/resolv/libresolv.so] Error 1
make[2]: *** [/sources/glibc-build/crypt/libcrypt.so] Error 1
make[1]: *** [elf/tests] Error 2
make: *** [check] Error 2
root:/sources/glibc-build#
Any ideas? i 'm close to giving up...


EDIT: Say what you like i 'm a fool , i didn't run...... make!!!!!!!!

i didn't see it in the book....sorry guys...

I guess that's what happens when you don't run make...loooooooool

Last edited by eliadk; 10-11-2011 at 01:52 AM.
 
Old 10-11-2011, 02:02 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

ROFL, that happens

BTW: Can you put up the [SOLVED] tag.
first post -> Thread Tools -> Mark this thread as solved
 
Old 10-11-2011, 02:23 AM   #3
eliadk
LQ Newbie
 
Registered: Nov 2010
Posts: 16

Original Poster
Rep: Reputation: 0
i didn't see it at all, my eye went straight to the important part for the test!

ok i will thanks
 
  


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
[SOLVED] LFS 6.8 - check error 2 when installing glibc for chapter 6.9 robofighter Linux From Scratch 4 07-30-2011 03:25 PM
[SOLVED] LFS 6.7 - Chapter 6.59 - Udev-161 tests completely fail (can't exec tree) tomw2005 Linux From Scratch 3 01-30-2011 11:38 AM
LFS 6.7 Chapter 6 Glibc Make -k errors karm Linux From Scratch 3 11-10-2010 11:13 AM
LFS 6.0 Chapter 6: compiling glibc problem Sakur Linux From Scratch 3 08-13-2005 11:39 PM
LFS 3.3 - chapter 6 - glibc error fend88 Linux From Scratch 5 04-28-2002 11:06 PM

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

All times are GMT -5. The time now is 07:34 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