[lfs-support] LFS-7.2 6.37 perl 5.16.1

2012-10-24 Thread s.oreilly
Have hit a bit of a wall here!! When running make for perl in chapter 6.37 I am getting Can't locate strict.pm in @INC (@INC contains: /lfs/sources/perl-5.16.1/cpan/AutoLoader/lib /lfs/sources/perl-5.16.1/dist/Carp/lib /lfs/sources/perl-5.16.1/dist/Cwd /lfs/sources/perl-5.16.1/dist/Cwd/lib

[lfs-support] error while loading shared libraries

2012-10-24 Thread lx
Hello: I have intstalled lfs by LFS-BOOK-7.1, I don't finished it.And I maybe operate the glibc by the wrong way.So,the question is that some commands don't work now . for example: ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or

[lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Adrien Vasseur
Hi, I try to build glibc 2.16.0 with the Linux From Scratch 7.2 (Chapter 5.7) and it don't work : make[2]: Entering directory `/mnt/lfs/sources/glibc-2.16.0/math' gcc ../sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c -c -std=gnu99 -fgnu89-inline -fno-stack-protector -O2 -Wall -Winline

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Bruce Dubbs
Adrien Vasseur wrote: Hi, I try to build glibc 2.16.0 with the Linux From Scratch 7.2 (Chapter 5.7) and it don't work : make[2]: Entering directory `/mnt/lfs/sources/glibc-2.16.0/math' ../sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c:30:1: error: '__EI___isnan' aliased to external symbol

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Adrien Vasseur
Wow ! Very fast reply ! I run the script in the Host System Prerequisites and I have : bash, version 4.2.37(1)-release /bin/sh - /bin/dash Binutils: (GNU Binutils for Ubuntu) 2.22.90.20120924 bison (GNU Bison) 2.5 /usr/bin/yacc - /usr/bin/bison.yacc bzip2, Version 1.0.6, 6-Sept-2010. Coreutils:

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Ken Moffat
On Wed, Oct 24, 2012 at 06:50:16PM +0200, Adrien Vasseur wrote: Wow ! Very fast reply ! I run the script in the Host System Prerequisites and I have : bash, version 4.2.37(1)-release /bin/sh - /bin/dash That will break it. /bin/sh needs to be bash. I think the others looked ok. Please

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Bruce Dubbs
Adrien Vasseur wrote: Wow ! Very fast reply ! I run the script in the Host System Prerequisites and I have : bash, version 4.2.37(1)-release /bin/sh - /bin/dash Binutils: (GNU Binutils for Ubuntu) 2.22.90.20120924 bison (GNU Bison) 2.5 /usr/bin/yacc - /usr/bin/bison.yacc bzip2, Version

Re: [lfs-support] error while loading shared libraries

2012-10-24 Thread Ken Moffat
On Wed, Oct 24, 2012 at 08:55:17PM +0800, lx wrote: Hello: I have intstalled lfs by LFS-BOOK-7.1, I don't finished it.And I maybe operate the glibc by the wrong way.So,the question is that some commands don't work now . Sorry, I can't parse this. If you mean you are using an

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Adrien Vasseur
So I have : bash, version 4.2.37(1)-release /bin/sh - /bin/bash Binutils: (GNU Binutils for Ubuntu) 2.22.90.20120924 bison (GNU Bison) 2.5 /usr/bin/yacc - /usr/bin/bison.yacc bzip2, Version 1.0.6, 6-Sept-2010. Coreutils: 8.13 diff (GNU diffutils) 3.2 find (GNU findutils) 4.4.2 GNU Awk 4.0.1

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Feuerbacher, Alan
Henrik wrote: Kernel Configuration Enable the following options in the kernel configuration and recompile the kernel if necessary: How do I know if recompiling the kernel is necessary? A few replies have already been given, but I am wondering what Alan is

Re: [lfs-support] glibc 2.16.0 don't compile with gcc 4.7.1

2012-10-24 Thread Bruce Dubbs
Adrien Vasseur wrote: So I have : bash, version 4.2.37(1)-release /bin/sh - /bin/bash Don't top post or you will stop getting responses. Also, trim things that are not relevant. And it doesn't work : gcc ../sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c -c -std=gnu99 -fgnu89-inline

Re: [lfs-support] error while loading shared libraries

2012-10-24 Thread lx
2012/10/25 Ken Moffat zarniwh...@ntlworld.com *where* are you in 7.2 ? I'm guessing this is somewhere in chapter 5, because you say it works for root but not user lfs. yes,I want to install again, and I have turned into chapter 5. It sounds as if one of the toolchain adjustments went

Re: [lfs-support] error while loading shared libraries

2012-10-24 Thread Ken Moffat
On Thu, Oct 25, 2012 at 09:02:48AM +0800, lx wrote: Do I adjust the toolchain follow the LFS-BOOK-7.1 ? If this way works, I can go on installing the lfs follow the LFS-BOOK-7.2. Thank you. I'm sorry, I still don't understand. Let me give you some background: in LFS-4 we saw a lot of