Hi everybody!

Once again I return to this list to check wheter I've got a serios problem.

This is still my second try to get LFS up and running and I am near to the 
point where it failed the first time.

Here comes what I did so far in the chapter 6.9:

    cd /sources/
    cd glibc-2.3.6/
    tar jxf ../packages/glibc-libidn-2.3.6.tar.bz2

    patch -Np1 -i ../patches/glibc-2.3.6-linux_types-1.patch

    sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED

    sed -i \
        's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' 
\
        scripts/test-installation.pl

    cd ..
    mv -v glibc-build 1-pass.glibc-build
    cd glibc-2.3.6/
    mkdir -v ../glibc-build
    cd ../glibc-build

    ../glibc-2.3.6/configure --prefix=/usr \
        --disable-profile --enable-add-ons \
        --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc

    make
    make -k check >glibc-check-log 2>&1
    grep Error glibc-check-log

And here is the output of the grep statement:

    make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
    make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1
    make[2]: *** [/sources/glibc-build/nptl/tst-clock2.out] Error 1
    make[1]: *** [nptl/tests] Error 2
    make: *** [check] Error 2

I found a mail about "Expected glibc test failures with gcc4 ?" 
(http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2005-September/053217.html)
 
but the math-test pass. I have this "posix/annexc.out" error first.

Another mail ("failed make check on:Linux from Scratch - Version 
SVN-20050524 - 6.11. Glibc-2.3.5") can be found 
at 
"http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2005-May/051626.html";
 
and describes the "tst-attr3.out" error. But this mail doesn't help me 
either.

Nevertheless I did execute "/tools/lib/libc.so.6":

root:/# /tools/lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.0.3.
Compiled on a Linux 2.6.12 system on 2006-05-06.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.

Finaly I 
found 
"http://archives.linuxfromscratch.org/mail-archives/lfs-support/2005-May/027174.html";
 
where it says: "It looks like it's picking up your hosts's libc."

If I compare the outpoot from my chroot environment (see above) with 
my "normal" Linux environment (see below) I am quit sure to have the right 
libc.

My PCs libc ()obviously from Debian):
---------------------------------------------------------

veneto:~# /lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.0.3 (Debian 4.0.3-1).
Compiled on a Linux 2.6.13 system on 2006-04-14.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        linuxthreads-0.10 by Xavier Leroy
        BIND-8.2.3-T5B
        libthread_db work sponsored by Alpha Processor Inc
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.


Now, can I safely continui creating my LFS or do I have a pproblem once again?

Kind regards,
Leonhard.

PS: Sorry for the long text. I hope it contains every relevant information.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to