Hi group, I have 2 questions: Is it necessary to log out of user lfs between packages in chapter 5? Can I ignore the error (described below) from make-ing glibc in section 6.9?
Thank you, Ron In Section 6.9, I got some errors from make. One error isn't anticipated in the Book. Here are all my errors: root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/posix/tst-getaddrinfo4.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/nptl/tst-cond25.out] Error 1 <<<<<<<<<<<<<<<<<<<<<<<< not listed in book as ok make[1]: *** [nptl/tests] Error 2 make[2]: *** [/sources/glibc-build/rt/tst-cputimer1.out] Error 1 make[1]: *** [rt/tests] Error 2 make[2]: [/sources/glibc-build/conform/run-conformtest.out] Error 1 (ignored) make: *** [check] Error 2 Inside my glibc-check-log, I find more... env GCONV_PATH=/sources/glibc-build/iconvdata LC_ALL=C /sources/glibc-build/elf/ld-linux.so.2 --library-path /sources/glibc-build:/sources/glibc-build/math:/sources/glibc-build/elf:/sources/glibc-build/dlfcn:/sources/glibc-build/nss:/sources/glibc-build/nis:/sources/glibc-build/rt:/sources/glibc-build/resolv:/sources/glibc-build/crypt:/sources/glibc-build/nptl /sources/glibc-build/nptl/tst-cond25 > /sources/glibc-build/nptl/tst-cond25.out Didn't expect signal from child: got `Segmentation fault' make[2]: *** [/sources/glibc-build/nptl/tst-cond25.out] Error 1 _______________________________________________ Here's the background.. I deviated only once from the book as far as I know. Following this video <http://www.youtube.com/watch?v=P-lrikiHc_g>, I didn't use the sed command on pass 1 of binutils in 5.4 sed -i -e 's/@colophon/@@colophon/' \ -e 's/d...@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo But I did use the sed command in Pass 2 - section 5.9. I deviated from the video series in that he always logs out of lfs user after building a chapter 5 package, logging back in to build the next. I only started doing logging in and out after section 5.12. So my second question: is it necessary to log out of user lfs between packages in chapter 5? >uname -a Linux ron-Studio-1737 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 GNU/Linux Pentium(R) Dual-Core CPU T4200 @ 2.00GHz × 2 2.0 GiB ____________________________________________ lfs@ron-Studio-1737:~$ bash version-check.sh bash, version 4.2.45(1)-release /bin/sh -> /bin/bash Binutils: (GNU Binutils) 2.23.2 bison (GNU Bison) 2.5 /usr/bin/yacc -> /usr/bin/bison bzip2, Version 1.0.6, 6-Sept-2010. Coreutils: 8.21 diff (GNU diffutils) 3.3 find (GNU findutils) 4.4.2 GNU Awk 4.1.0, API: 1.0 /usr/bin/awk -> /usr/local/bin/gawk lfs@ron-Studio-1737:~$ /usr/local/bin/gawk --version GNU Awk 4.0.1 gcc (GCC) 4.8.1 g++ (GCC) 4.8.1 (GNU libc) 2.18 grep (GNU grep) 2.14 gzip 1.4 Linux version 3.8.0-29-generic (buildd@akateko) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 m4 (GNU M4) 1.4.16 GNU Make 3.82 GNU patch 2.7.1 Perl version='5.18.1'; sed (GNU sed) 4.2.2 tar (GNU tar) 1.26 Texinfo: makeinfo (GNU texinfo) 5.1 xz (XZ Utils) 5.0.5 g++ compilation OK
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page