Fady Fawzy wrote:
> when i trying to chroot into the lfs environment using :
>
> chroot "$LFS" /tools/bin/env -i \
> HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
> /tools/bin/bash --login +h
>
> And i surprised from the output:
>
> /tools/bin/env:
Hello all,
I have big problem in chrooting from about 4 days ago and tried every thing to
track and solve the problem but without any benefit.
I'm sure i will find help from here .
I'm using LFS 6.7 ,Debian 5 in VMware Workstation 7 .. and when i trying to
chroot into the lfs environment u
Hi,
For chapter 5 problem, most problems are related to the host itself (your
example fedora 14).
I have tried opensuse 11.2 and opensuse 11.3 for half month for solving (gcc
pass1 problem )but failed. It's very frustrating.
But when experimenting with debian 5.0.6 (vmware 7.0), it's ok up to "a
On Sat, Dec 04, 2010 at 07:06:08AM -0600, robert wrote:
> follow-up on previous post ...
>
> booted to grub prompt
> grub>ls ... revealed that hd2,4 is the proper partition
> grub>set root=(hd2,4)
> grub>linux /boot/vmlinux-2.6.35.4-lfs-6.7 ... tab-completion provided
> this, so I'm certainly us
follow-up on previous post ...
booted to grub prompt
grub>ls ... revealed that hd2,4 is the proper partition
grub>set root=(hd2,4)
grub>linux /boot/vmlinux-2.6.35.4-lfs-6.7 ... tab-completion provided
this, so I'm certainly using the correct partition
grub> boot ... produces some sweet whirrin
Near the finish line.
I've added a 41_lfs file to /etc/grub.d on my host system
41_lfs contains:
#!/bin/sh
exec tail -n +3 $0
menuentry "lfs" {
set root=(hd1,4)
linux /boot/vmlinux-2.6.35.4-lfs-6.7
}
$update-grub
returns:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.
On Sat, 4 Dec 2010 08:28:27 + (UTC)
Rosario Turco wrote:
> I am using Fedora 14. I have done the instructions of the LFS-book-6.7 pdf at
> Chapter 5.4.1.
>
> - the warning: makeinfo is missing on the system
Run the script on the host system requirements page
http://www.linuxfromscratch.org/
I overcame the problem con Fedora 14 by installing binutils with makeinfo
texinfo-4.13a-12.fc14.i686.rpm. Now I got to glibc and I get the error "compiler
support for visibility attribute is required". Why?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscra
I am using Fedora 14. I have done the instructions of the LFS-book-6.7 pdf at
Chapter 5.4.1.
I am positioning in $LFS/sources/binutils-build directory with lfs user and I
have done the command:
../binutils-2.20.1/configure \
--target=$LFS_TGT --prefix=/tools \
--disable-nls --disable-werror
This