Re: LFS grub start error

2011-01-08 Thread Rosario Turco
Bruce Dubbs bruce.dubbs at gmail.com writes: Rosario Turco wrote: What partition did you use for LFS? /dev/sdb1? Try all variations of root=/dev/sd??. fstab at this point doesn't matter. -- Bruce OK thanks I have found the problem -- http://linuxfromscratch.org/mailman

ext4 abilitation in the kernel

2011-01-08 Thread Rosario Turco
For a correct start of grub with i have compiled the kernel with the support of ext4 in menuconfig (when we do make LANG= LC_CALL= menuconfig). Now grub starts, I obtain many [OK] on video but then i obtain the error: The superblock could not be read or does not describe a correct ext2

Re: LFS grub start error

2011-01-06 Thread Rosario Turco
Bruce Dubbs bruce.dubbs at gmail.com writes: -- Bruce I haven't got /dev/sda4, my /dev/sda has got only two (sda1 e sda2) brw-rw 1 root daemon 8, 0 Jan 2 18:31 /dev/sda brw-rw 1 root daemon 8, 1 Jan 2 18:31 /dev/sda1 brw-rw 1 root daemon 8, 2 Jan 2 18:31 /dev/sda2 brw-rw

Re: LFS grub start error

2011-01-06 Thread Rosario Turco
Bruce Dubbs bruce.dubbs at gmail.com writes: Rosario Turco wrote: I haven't got /dev/sda4, my /dev/sda has got only two (sda1 e sda2) brw-rw 1 root daemon 8, 0 Jan 2 18:31 /dev/sda brw-rw 1 root daemon 8, 1 Jan 2 18:31 /dev/sda1 brw-rw 1 root daemon 8, 2 Jan 2 18:31

LFS grub start error

2011-01-02 Thread Rosario Turco
created a virtual machine with Fedora 14 guest host a filesystem with no errors everything is set up in LFS 6.7 Chapter 9. Kernel is ok. When I mount the new virtual machine obtained LFS, I get errors because I did not understand how to configure fstab and grub.cfg For LFS I have created these

LFS 6.7.1. Installation of Linux API Headers book 6.7 gcc not found

2010-12-15 Thread Rosario Turco
I have Fedora 14 as host and I'm stuck in par. 6.7.1 of LFS 6.7 book. I followed all the instructions, I'm sure you have typed everything like in the book (I did the chroot, mount, mkdir etc etc). When I reinstall the package and try to do: make mrproper It gives me the error make: gcc: file

Re: make error with glibc on Fedora 14

2010-12-09 Thread Rosario Turco
../glibc-2.12.1/configure is ALL OK, sorry for the syntax. Now the linking is NOK with error: ../i686-lfs-linux-gnu/bin/ld: can not find -lgcc What must i do? Have you suggests? Thank you. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: binutils make error

2010-12-08 Thread Rosario Turco
Rosario Turco rosario_turco at virgilio.it writes: Ok. Thanks. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: make error with glibc on Fedora 14

2010-12-08 Thread Rosario Turco
Rosario Turco rosario_turco at virgilio.it writes: I have done the compilation without error with ../glibc-2.12.1/configure --prefix=/tools \ --host = $ LFS_TGT --build =$(../ glibc-2.12.1/scripts/config.guess) \ --disable-profile --enable-add-ons \ --enable-kernel = 2.6.22.5

glibc compilation ok on Fedora 14

2010-12-05 Thread Rosario Turco
I fixed the compilation problems (Chapter 5 of the LFS-book-6.7) glibc. E 'must take account of the values of the parameters that are in the config.log in the OUTPUT VARIABLE. In view of these two attempts and have come to the conclusion that we needed to do: ../glibc-2.12.1/configure - prefix = /

Re: glibc compilation ok on Fedora 14

2010-12-05 Thread Rosario Turco
Andrew Benton b3nton at gmail.com writes: On Sun, 5 Dec 2010 11:29:26 + (UTC) Rosario Turco rosario_turco at virgilio.it wrote: libc_cv_visibility_attribute libc_cv_broken_visibility_attribute = yes = no Do you mean libc_cv_visibility_attribute=yes

binutils make error

2010-12-04 Thread Rosario Turco
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

_attribute_ visibility Fedora 14

2010-12-04 Thread Rosario Turco
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:

gclib

2010-11-30 Thread Rosario Turco
I have an error when I configure glibc2-21.1: A snippet is: checking for ld --version script no etc *** WARNING You should not compile GNU libc without versioning. NOt ... etc configure: error: compiler support for visibility attribute is required. So I cannot do the commands