Glibc-2.3.4 not configuring

2005-08-10 Thread Paul Millar
After entering the chroot environment, populating /dev and creating relevant directories and symlinks I try to configure Glibc-2.3.4 and get this error: 'configure:error: cannot compute suffix of object files: cannot compile' I'm running the LFS installation from the LiveCD and am using LFS bo

Upgrading kernel and udev doesn't populate

2005-08-10 Thread Dienadel
Hello, I have LFS-6.0 and various things of BLFS (KDE..). The system is perfect. The kernel version used is 2.6.11. I've tried to upgrade the kernel version to the 2.6.12.3. The options in both kernels are the same. In the PC's power on process, the kernel descompresses ok, without errors, but wh

Re: Upgrading kernel and udev doesn't populate

2005-08-10 Thread Ken Moffat
On Wed, 10 Aug 2005, Dienadel wrote: > Hello, > > I have LFS-6.0 and various things of BLFS (KDE..). The system is perfect. > The kernel version used is 2.6.11. > > I've tried to upgrade the kernel version to the 2.6.12.3. The options in > both kernels are the same. In the PC's power on process, t

can't enter chroot environment

2005-08-10 Thread Seth Payne
Hello, After a couple of years of being away I find myself needing to build another LFS system. I am having trouble in chapter 6.3 when I try to enter the chroot environment. After I issue the command listed in the book, I get the following error: chroot: cannot run command `/tools/bin/env

Re: can't enter chroot environment

2005-08-10 Thread Chris Staub
Seth Payne wrote: Hello, After a couple of years of being away I find myself needing to build another LFS system. I am having trouble in chapter 6.3 when I try to enter the chroot environment. After I issue the command listed in the book, I get the following error: chroot: cannot run comm

Re: can't enter chroot environment

2005-08-10 Thread Seth Payne
Chris Staub wrote: Seth Payne wrote: Hello, After a couple of years of being away I find myself needing to build another LFS system. I am having trouble in chapter 6.3 when I try to enter the chroot environment. After I issue the command listed in the book, I get the following error: ch

Re: can't enter chroot environment

2005-08-10 Thread Ken Moffat
On Wed, 10 Aug 2005, Seth Payne wrote: > Hello, > > After a couple of years of being away I find myself needing to build > another LFS system. I am having trouble in chapter 6.3 when I try to > enter the chroot environment. After I issue the command listed in the > book, I get the following erro

Re: can't enter chroot environment

2005-08-10 Thread Seth Payne
Ken Moffat wrote: On Wed, 10 Aug 2005, Seth Payne wrote: Hello, After a couple of years of being away I find myself needing to build another LFS system. I am having trouble in chapter 6.3 when I try to enter the chroot environment. After I issue the command listed in the book, I get the fol

Re: can't enter chroot environment

2005-08-10 Thread Chris Staub
Seth Payne wrote: Chris Staub wrote: It means that there's a library or file that /tools/bin/env needs that it can't find. Most likely, it was compiled with something pointing to "/lib" or "/usr/lib". Run "ldd /tools/bin/env" - everything listed should point to "/tools". I ran "ldd /tool

Re: can't enter chroot environment

2005-08-10 Thread Seth Payne
Chris Staub wrote: Seth Payne wrote: Chris Staub wrote: It means that there's a library or file that /tools/bin/env needs that it can't find. Most likely, it was compiled with something pointing to "/lib" or "/usr/lib". Run "ldd /tools/bin/env" - everything listed should point to "/tools"

Re: can't enter chroot environment

2005-08-10 Thread Chris Staub
Seth Payne wrote: Chris Staub wrote: Yup, it's pointing at /lib/ld-linux.so.2 which does not exist in the chroot environment. You probably missed a step adjusting the toolchain, maybe the specsfile change or the gcc specs patch. Try checking your command history against the "adjusting the too

Re: Upgrading kernel and udev doesn't populate

2005-08-10 Thread Dienadel
Ken Moffat wrote: Assuming that is ok, I think you need to upgrade udev. -- Yes, that was it. Now, i've another problem, but it goes to BLFS support. Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See t

test coreutils in chapter 6 of version 6.1

2005-08-10 Thread Michiel Faber
Hello, I am getting an error during the test of coreutils in chapter 6. I run the test as dummy user. Should i indeed send a bug report, or did i do something wrong? Thanks for any help. Michiel make[3]: Leaving directory `/sources/coreutils-5.2.1/tests/test' make[2]: Leaving directory `/s

Can't mount with automount

2005-08-10 Thread Dienadel
Hello, Until kernel 2.6.11, i used supermount, and it worked quite good. Today, i've upgraded to version 2.6.12.3, but supermount is no available so far. So, i'm trying to use automount, but i don't know why, it doesn't mount anything. Here is the information, i think it can help you: - LFS 6.

Re: Upgrading kernel and udev doesn't populate

2005-08-10 Thread Dienadel
Yes, i upgraded to udev-0.63 and it worked. But, know, there is another problem, but it goes to BLFS support :-( thanks ken dienadel -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Chapter 5 grep fails with --disable-perl-regexp

2005-08-10 Thread Seth Payne
Hello, I am trying to compile grep in 5.20. When I run ./configure --prefix=/tools it compiles just fine. When I run .configure --prefix=/tools --disable-perl-regexp It fails giving the following output: ranlib libgreputils.a make[3]: Leaving directory `/lfs/tools/grep-2.5.1a/lib' make[2]:

Re: Chapter 5 grep fails with --disable-perl-regexp

2005-08-10 Thread Seth Payne
Seth Payne wrote: Hello, I am trying to compile grep in 5.20. When I run ./configure --prefix=/tools it compiles just fine. When I run .configure --prefix=/tools --disable-perl-regexp It fails giving the following output: ranlib libgreputils.a make[3]: Leaving directory `/lfs/tools/grep-2.

Re: Glibc-2.3.4 not configuring

2005-08-10 Thread Matthew Burgess
Paul Millar wrote: 'configure:error: cannot compute suffix of object files: cannot compile' After which I think it would also say to take a look at config.log. Does that provide any clues? If not, upload it and post a link to it and we can take a look for you. Cheers, Matt. -- http://lin

Re: can't enter chroot environment

2005-08-10 Thread Matthew Burgess
Seth Payne wrote: > chroot: cannot run command `/tools/bin/env': No such file or directory Seth, I realise you've sorted your problem now, but I thought I'd take this opportunity to remind folks of our FAQ page, which just happens to answer this question and many more too. http://www.linuxfr

Re: Can't mount with automount

2005-08-10 Thread Andrew Benton
Dienadel wrote: 1- In the init process: EXT3 FS on hda5, internal journal EXT3-fs: mounted filesystem with ordered data mode. [OK] /etc/rc.d/rcsysinit.d/S45autofs: line 110: boot_mesg: command not found . Perhaps you're trying to use a new version of BLFS with an old version of the LFS bootsc

Re: Can't mount with automount

2005-08-10 Thread Matthew Burgess
Andrew Benton wrote: In Gnome, when I run Nautilus in browser fashion it has a computer icon on the toolbar. If I click on it it shows me floppy, CD-ROM and mp3. If I click on them it mounts it and then shows the contents. To unmount it I right click and choose Unmount Volume before removing i