Re: [lfs-support] rpcbind-0.2.0 errs our on make BLFS...

2012-08-25 Thread Ken Moffat
On Fri, Aug 24, 2012 at 10:25:40PM -0700, Michael Robinson wrote: http://www.linuxfromscratch.org/blfs/view/svn/basicnet/rpcbind.html /usr/lib/libtirpc.so: undefined reference to `key_encryptsession_pk' /usr/lib/libtirpc.so: undefined reference to `key_gendes' /usr/lib/libtirpc.so: undefined

Re: [lfs-support] autoreconf fails BLFS...

2012-08-25 Thread Ken Moffat
On Fri, Aug 24, 2012 at 10:45:48PM -0700, Michael Robinson wrote: http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libtirpc.html bash-4.2# autoreconf bash: /usr/bin/autoreconf: /tools/bin/perl: bad interpreter: No such file or directory bash-4.2# /usr/bin/autoreconf is a perl

Re: [lfs-support] autoreconf fails BLFS...

2012-08-25 Thread Michael Robinson
On Sat, 2012-08-25 at 07:13 +0100, Ken Moffat wrote: On Fri, Aug 24, 2012 at 10:45:48PM -0700, Michael Robinson wrote: http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libtirpc.html bash-4.2# autoreconf bash: /usr/bin/autoreconf: /tools/bin/perl: bad interpreter: No such file or

Re: [lfs-support] autoreconf fails BLFS...

2012-08-25 Thread Ken Moffat
On Fri, Aug 24, 2012 at 11:49:34PM -0700, Michael Robinson wrote: Maybe I forgot to rebuild autoconf in chapter 6??? If you are following LFS, you only build autoconf once, unless you have a fetish for running more of its testsuite. Anyways, I'm getting this error now after changing /tools

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Emerson Yesupatham
Hi Hadi, Hadi wrote: So I want to know that in Chapter 5 why the binutils-2.22-Pass1 is the pre requisite for GCC-4.6.2-Pass1 since GCC-4.6.2-Pass1 still uses those of the host. Emerson: I am using LFS BOO 7.0 currently, but I believe tool chain mechanism beteween 7.0 and 7.1 should be same

Re: [lfs-support] hello i have a question about lfs.

2012-08-25 Thread Bruce Dubbs
This is an lfs-support question. -- Bruce lx wrote: hello, i'm installing the lfs. i bulid the file-5.10 in LFS-BOOK-7.1 5.20. when i make, the error messages is : */mnt/lfs/sources/file-5.10/src/.libs/lt-file: error while loading shared libraries: libz.so.1: cannot open

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Hadi
Hi Emerson, Thank your feedback, Emerson. I think I should correct you first. After binutils-2.22-Pass1 in Chapter 5 LFS 7.1, binutils are NOT picked up from the /tools directory: PATH= PATH=/tools/bin:/bin:/usr/bin In /tools/bin, there is only $LFS_TGT-* tools as following in my X86 virtual

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Eleanore Boyd
On 8/25/2012 10:02 AM, Hadi wrote: Hi Emerson, Thank your feedback, Emerson. I think I should correct you first. After binutils-2.22-Pass1 in Chapter 5 LFS 7.1, binutils are NOT picked up from the /tools directory: PATH= PATH=/tools/bin:/bin:/usr/bin In /tools/bin, there is only

[lfs-support] E2fsprogs in section 2.3 of 7.2-rc1

2012-08-25 Thread Jim Michmerhuizen
I'm building under ubuntu 12.04 installed on a VirtualBox. There are two partitions, /dev/sda1 for the ubuntu build system, /dev/sda5 for the target lfs. Both of them are formatted ext4. debugfs -R feature /dev/sda5 reported extra features: extent flex_bg

Re: [lfs-support] E2fsprogs in section 2.3 of 7.2-rc1

2012-08-25 Thread Bruce Dubbs
Jim Michmerhuizen wrote: I'm building under ubuntu 12.04 installed on a VirtualBox. There are two partitions, /dev/sda1 for the ubuntu build system, /dev/sda5 for the target lfs. Both of them are formatted ext4. debugfs -R feature /dev/sda5 reported extra features: extent

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Hadi
Hi Maybe the question now is how to use the installation of binutils-2.22-Pass1 when running of GCC-4.6.2-Pass1 in Chapter 5 of LFS BOOK 7.1 since in /tools/bin directory there are only these binutils with prefix $LFS_TGT-. Perhaps it is very difficult to investigate. Bruce, could you please

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Jasmine Iwanek
On 2012-08-25 16:10, Eleanore Boyd wrote: On 8/25/2012 10:02 AM, Hadi wrote: Hi Emerson, Thank your feedback, Emerson. I think I should correct you first. After binutils-2.22-Pass1 in Chapter 5 LFS 7.1, binutils are NOT picked up from the /tools directory: PATH=

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Eleanore Boyd
On 8/25/2012 8:26 PM, Jasmine Iwanek wrote: On 2012-08-25 16:10, Eleanore Boyd wrote: On 8/25/2012 10:02 AM, Hadi wrote: Hi Emerson, Thank your feedback, Emerson. I think I should correct you first. After binutils-2.22-Pass1 in Chapter 5 LFS 7.1, binutils are NOT picked up from the /tools

Re: [lfs-support] lfs tool chain technique LFS-7.1

2012-08-25 Thread Jasmine Iwanek
On 2012-08-26 02:40, Eleanore Boyd wrote: On 8/25/2012 8:26 PM, Jasmine Iwanek wrote: Not quite true elly, configure has some code to search in certain relative paths from the prefix, if you take a look at the build logs you'll find lots of references like: checking for ld...

[lfs-support] NFS root booting fails...

2012-08-25 Thread Michael Robinson
[root@goose64 etc]# cat fstab # Begin /etc/fstab # file system mount-point typeoptions dumpfsck order goose64.robinson-west.com:/nfsroot/lfs/lfsx86_64/eagle64/ nfs rw,_netdev,rsize=8192,wsize=81921 1

Re: [lfs-support] NFS root booting fails...

2012-08-25 Thread Ken Moffat
On Sat, Aug 25, 2012 at 08:12:55PM -0700, Michael Robinson wrote: [root@goose64 etc]# cat fstab # Begin /etc/fstab # file system mount-point typeoptions dumpfsck order goose64.robinson-west.com:/nfsroot/lfs/lfsx86_64/eagle64 / nfs

Re: [lfs-support] NFS root booting fails...

2012-08-25 Thread Bruce Dubbs
Michael Robinson wrote: [root@goose64 etc]# cat fstab # Begin /etc/fstab # file system mount-point typeoptions dumpfsck order goose64.robinson-west.com:/nfsroot/lfs/lfsx86_64/eagle64 / nfs rw,_netdev,rsize=8192,wsize=81921 1 NFS is a BLFS