[lfs-support] no rc.d, no /etc/udev/rules.d/70-persistent-net.rules

2012-08-29 Thread Tobi Ipaye
Hi all, I've been following the stable LFS 7.1 book on-line, details - Version: LFS 7.1 uname -a:Linux ubuntu 2.6.32-42-generic #95-Ubuntu SMP Wed Jul 25 15:57:54 UTC 2012 i686 i686 i386 GNU/Linux (running in vmware player) Host requirements script being used and results:

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Mikie
William, I did the same thing and had the same issue. When you execute this line in a bash script: exec /tools/bin/bash --login +h It restarts the newly compiles bash and all script processing stops. I had to make 5 scripts and do several steps manually in between these 5 scripts. This is

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Baho Utot
On 08/29/2012 11:23 AM, Mikie wrote: William, I did the same thing and had the same issue. When you execute this line in a bash script: exec /tools/bin/bash --login +h exec /tools/bin/bash --login +h -c SomeScriptIWantTo Run.sh [putolin] -- Ineptocracy (in-ep-toc’-ra-cy) – a

Re: [lfs-support] no rc.d, no /etc/udev/rules.d/70-persistent-net.rules

2012-08-29 Thread Bruce Dubbs
Tobi Ipaye wrote: Hi all, I've been following the stable LFS 7.1 book on-line, details - I noticed the problem when I got to chapter 7.2. General Network Configuration The first part suggests removing network symlinks if there is no network card. I have a network card, but I wanted to see

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Mikie
exec /tools/bin/bash --login +h -c SomeScriptIWantTo Run.sh What does the -c do? Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

[lfs-support] Binutils compiling error

2012-08-29 Thread Aydın Demirel
Hi; I try to compiling lfs stable version (7.1). Currently, binutils package gives an error while compiling: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable make[2]:* [configure-stage1-mpfr] Error 1 make[2]: Leaving directory

Re: [lfs-support] Binutils compiling error

2012-08-29 Thread Bruce Dubbs
Aydın Demirel wrote: Hi; I try to compiling lfs stable version (7.1). Currently, binutils package gives an error while compiling: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable make[2]:* [configure-stage1-mpfr] Error 1 make[2]: Leaving directory

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Baho Utot
On 08/29/2012 01:18 PM, Mikie wrote: exec /tools/bin/bash --login +h -c SomeScriptIWantTo Run.sh What does the -c do? Thanks man bash is your friend -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

Re: [lfs-support] Binutils compiling error

2012-08-29 Thread Aydın Demirel
Hi; 29-08-2012 23:14 tarihinde, Bruce Dubbs yazdı: Aydın Demirel wrote: Hi; I try to compiling lfs stable version (7.1). Currently, binutils package gives an error while compiling: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable make[2]:*

Re: [lfs-support] Binutils compiling error

2012-08-29 Thread Bruce Dubbs
Aydın Demirel wrote: Hi; 29-08-2012 23:14 tarihinde, Bruce Dubbs yazdı: Aydın Demirel wrote: Hi; I try to compiling lfs stable version (7.1). Currently, binutils package gives an error while compiling: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable

Re: [lfs-support] Binutils compiling error

2012-08-29 Thread Baho Utot
On 08/29/2012 04:55 PM, Bruce Dubbs wrote: Aydın Demirel wrote: Hi; 29-08-2012 23:14 tarihinde, Bruce Dubbs yazdı: Aydın Demirel wrote: Hi; I try to compiling lfs stable version (7.1). Currently, binutils package gives an error while compiling: checking for gmp.h... no configure:

[lfs-support] I think I'M done with ch 6

2012-08-29 Thread Garrett Gaston
I think I'M not with chapter 6 unless I need to do the stripping http://www.linuxfromscratch.org/lfs/view/stable/chapter06/strippingagain.html Apart from that all I see left is that I need to modify the go-lfs script to the new one given on the last page of chapter 6