Re: [lfs-support] glibc tests errors

2012-01-03 Thread Andrew Benton
On Tue, 03 Jan 2012 06:19:39 -0600 Eleanore Boyd wrote: > It should say "x86_64-lfs-linux-gnu", no unknown factor. Something is > very wrong with associations, hostnames, or otherwise. No, that's not true. After the second pass of gcc in chapter 5 it says x86_64-unknown-linux-gnu (or on 32 bit

Re: [lfs-support] glibc tests errors

2012-01-03 Thread Eleanore Boyd
On 1/3/2012 5:24 AM, jasonps...@jegas.com wrote: >> root:/sources/glibc-build# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' >> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64") >> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib") >> SEARCH_DIR("/usr/lib") >> SEARCH_DIR("/lib"); >> >> Is the

Re: [lfs-support] glibc tests errors

2012-01-03 Thread jasonpsage
>root:/sources/glibc-build# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' >SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64") >SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib") >SEARCH_DIR("/usr/lib") >SEARCH_DIR("/lib"); > >Is the *-unknown-* to be expected? I think that has to do with the

Re: [lfs-support] glibc tests errors

2012-01-03 Thread mais lfs
Just a final check, I get the following result: root:/sources/glibc-build# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64") SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib") SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib"); Is the *-unknown-* to be e

Re: [lfs-support] glibc tests errors

2012-01-03 Thread mais lfs
@Jason: that's my approach as well, just roll with the blows... (and go play GTA when I take a break - now _that's_ a lol!) I've reached install of glibc again, this time the grep error-check is: root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/posix/bug-re

Re: [lfs-support] glibc tests errors

2012-01-03 Thread jasonpsage
>Doing the building two or three times can only help me understand things >better. Agreed >Anyway I wonder if anybody ever did the build right the first time, in only a >single go? I Did... But then when it booted it yelled at me in black, white and in COLOR [FAIL] [FAIL] LOL Now I'm aut

Re: [lfs-support] glibc tests errors

2012-01-02 Thread Bruce Dubbs
On Jan 2, 2012 4:00 PM, "mais lfs" wrote: > >> Did you do the host system requirments in chapter preface >> http://www.linuxfromscratch.org/lfs/view/7.0/prologue/hostreqs.html >> > > Yes, I remember I had to install bison, but something else I now remember, > I later had to install autotools on th

Re: [lfs-support] glibc tests errors

2012-01-02 Thread mais lfs
Did you do the host system requirments in chapter preface > http://www.linuxfromscratch.org/lfs/view/7.0/prologue/hostreqs.html > > Yes, I remember I had to install bison, but something else I now remember, I later had to install autotools on the host as well because something was complaining abou

Re: [lfs-support] glibc tests errors

2012-01-02 Thread spiky
On 02/01/12 21:48, mais lfs wrote: On Mon, Jan 2, 2012 at 10:24 PM, Ken Moffat > wrote: On Mon, Jan 02, 2012 at 07:57:49PM +0200, mais lfs wrote: > On Mon, Jan 2, 2012 at 7:24 PM, Ken Moffat mailto:zarniwh...@ntlworld.com>> wrote: > > > > >

Re: [lfs-support] glibc tests errors

2012-01-02 Thread mais lfs
On Mon, Jan 2, 2012 at 10:24 PM, Ken Moffat wrote: > On Mon, Jan 02, 2012 at 07:57:49PM +0200, mais lfs wrote: > > On Mon, Jan 2, 2012 at 7:24 PM, Ken Moffat > wrote: > > > > > > > > Take a look in glibc-check-log from the *host* system. > > > > Don't have 'less' available yet, so is using: > >

Re: [lfs-support] glibc tests errors

2012-01-02 Thread Ken Moffat
On Mon, Jan 02, 2012 at 07:57:49PM +0200, mais lfs wrote: > On Mon, Jan 2, 2012 at 7:24 PM, Ken Moffat wrote: > > > > > Take a look in glibc-check-log from the *host* system. > > Don't have 'less' available yet, so is using: > grep -B5 Error glibc-check-log I know you don't have less or vim i

Re: [lfs-support] glibc tests errors

2012-01-02 Thread mais lfs
On Mon, Jan 2, 2012 at 7:24 PM, Ken Moffat wrote: > On Mon, Jan 02, 2012 at 06:13:55PM +0200, mais lfs wrote: > > I don't know how to proceed, I get the following errors > > when running: make -k check 2>&1 | tee glibc-check-log > > > > root:/sources/glibc-build# grep Error glibc-check-log > > ma

Re: [lfs-support] glibc tests errors

2012-01-02 Thread Ken Moffat
On Mon, Jan 02, 2012 at 06:13:55PM +0200, mais lfs wrote: > I don't know how to proceed, I get the following errors > when running: make -k check 2>&1 | tee glibc-check-log > > root:/sources/glibc-build# grep Error glibc-check-log > make[1]: *** [csu/tests] Error 2 > make[1]: *** [iconv/tests] Err

[lfs-support] glibc tests errors

2012-01-02 Thread mais lfs
I don't know how to proceed, I get the following errors when running: make -k check 2>&1 | tee glibc-check-log root:/sources/glibc-build# grep Error glibc-check-log make[1]: *** [csu/tests] Error 2 make[1]: *** [iconv/tests] Error 2 make[1]: *** [locale/tests] Error 2 make[3]: *** [/sources/glibc-