Thank you

2007-01-20 Thread Vince Greg
Hello, Thank you very much for your help with my error with grub. With cfdisk I changed the partition id into 83 and now my system boot very welll Thaks a lot -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above i

RE: Error Grub

2007-01-18 Thread Vince Greg
>Use fdisk. Option 'l' to list known partition types, option 't' to >change a partition's system Id. 'l' shows 7 as HPFS/NTFS, 83 is the >usual value for linux (and what fdisk normally defaults to). I >think you said you were using hda7, probably you accidentally keyed >'t' while you were creat

RE: Error Grub

2007-01-18 Thread Vince Greg
>Maybe, this is one of the times that 'partition' and 'filesystem' >cannot be used as synonyms. I'm fairly sure that e2fsprogs are not >too bothered about the partition _type_. What does 'fdisk -l' think >about the 'Id' and 'System' fields ? If the Id isn't 83 ('Linux') >try changing it in fdisk

RE: Error Grub

2007-01-18 Thread Vince Greg
I use to create the partition the instruction in the lfs book And when I mount it how it's explain in the book no problem When I use explore2fs it recognize too an ext3 partition Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Error Grub

2007-01-18 Thread Vince Greg
Hello everybody, I finish my LFS 6.2 installation but I have a problem with grub 0.97. The partition that contains the lfs system is hda7 so on grub hd0,6 When I launch grub I do this : grub> root (hd0,6) Filesystem type unknown, partition type 0x7 I search on the web and I see that 0x7 is NTFS

Error with Udev

2006-12-08 Thread Vince Greg
Hello When I try to do udevtest /block/hdd I have the following error: main: unable to open /block/hdd Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Error udevtest Chapter 7

2006-11-14 Thread Vince Greg
Hello When I want to run root#/ udevtest /block/hdd I have this error bash: udevtest /block/hdd command not found Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: Error Glibc Chapter5

2006-10-26 Thread Vince Greg
You need to follow CLFS, http://cross-lfs.org. We cover all non x86 builds. Why the Two first packages compilation are goods Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Error Glibc Chapter5

2006-10-26 Thread Vince Greg
Hi, My host system is Suse 10.1 X86_64 I'm not using optimisation but I have these errors on Glibc chapter 5 Thanks for your help sed '/^[]*#/d;s/^[ ]*%/#/' nptl/shlib-versions nptl_db/shlib-versions shlib-versions \ | gcc -B/tools/bin/ -E -undef -Iinclude -I. -I/mnt/lfs/sources/glib

Error compilation Glibc Chapter 5

2006-10-26 Thread Vince Greg
Hi, My host system is Suse 10.1 X86_64 I'm not using optimisation but I have these errors on Glibc chapter 5 Thanks for your help sed '/^[]*#/d;s/^[ ]*%/#/' nptl/shlib-versions nptl_db/shlib-versions shlib-versions \ | gcc -B/tools/bin/ -E -undef -Iinclude -I. -I/mnt/lfs/sources/glib

Help Big error

2006-10-23 Thread Vince Greg
I finished compiling binutils in chapter6 and I don't know how I do but I was after the compilation on gcc page So before compiling gcc I do this : ln -sv ../usr/bin/cpp /lib ln -sv gcc /usr/bin/cc echo 'main(){}' > dummy.c cc dummy.c -Wl,--verbose &> dummy.log readelf -l a.out | grep ': /lib'

Help I do a big error

2006-10-23 Thread Vince Greg
I finished compiling binutils in chapter6 and I don't know how I do but I was after the compilation on gcc page So before compiling gcc I do this : ln -sv ../usr/bin/cpp /lib ln -sv gcc /usr/bin/cc echo 'main(){}' > dummy.c cc dummy.c -Wl,--verbose &> dummy.log readelf -l a.out | grep ': /lib'

Test Error Binutil Chapter 6

2006-10-20 Thread Vince Greg
Hi, The ./configure and make for this package are ok but not the test Thanks a lot See : (...) Running /sources/binutils-2.16.1/ld/testsuite/ld-elfvsb/elfvsb.exp ... FAIL: visibility (hidden_normal) (non PIC) FAIL: visibility (hidden_normal) (non PIC, load offset) FAIL: visibility (hidden_norma

RE: Erreur Test GlibC chapter 6

2006-10-19 Thread Vince Greg
What is your CPU (type, frequency), and how much memory do you have ? Pentium 3 1ghz, 256 of RAM -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: Error Glibc chapter 6

2006-10-19 Thread Vince Greg
I use the optimization for live Cd: export CFLAGS = "-Os -s -fno-strict-aliasing" CXXFLAGS=$CFLAGS if I understand it's not possible to use optimisation for this package??? Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsub

RE: Error Glibc chapter 6

2006-10-19 Thread Vince Greg
I use the optimization for live Cd: export CFLAGS = "-Os -s -fno-strict-aliasing" CXXFLAGS=$CFLAGS if I understand it's not possible to use optimisation for this package??? Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsub

Error Glibc chapter 6

2006-10-19 Thread Vince Greg
Hi, I had this errors by compiling GlibC in chapter6 root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Error

Erreur Test GlibC chapter 6

2006-10-19 Thread Vince Greg
Hi, I had this errors by compiling GlibC in chapter6 root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Erro

Better optimization between fast and small

2006-10-18 Thread Vince Greg
Hi, In order to make an lfs live cd for old and new computer I would optimize the compilation someone sais me using CFLAGS: -Os -s -fno-strict-aliasing; I used it and I see a big difference for the size. I would know if it's possible to add -O3 for a fadtin g optimization, I tried it to a package

error Test DejaGnu Chaper 5

2006-10-16 Thread Vince Greg
Hello, I have errors on Test for DejaGnu in Chapter 5 De ./configure and make install are ok lfs:/mnt/lfs/sources/dejagnu-1.4.4$ make check Making check in doc make[1]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/m

Package lfs on live_cd

2006-10-13 Thread Vince Greg
Hello, I want help to build an lfs live_cd or usb from the system installed. I want to integrate a choice to use live_cd or install on the computer but I don't know how beginning. Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Linux Kernel Compilation

2006-10-13 Thread Vince Greg
Hello, I want to know how built the kernel in order to recognize the hardware on boot. My aim it's to create a lfs live_cd or live_usb and it must run on different computers with differents hardware. Thanks a lot -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfr

create lfs_cd or lfs_usb

2006-10-12 Thread Vince Greg
Hello, Before gegining my project and after reading a lot; I want more advice. I want to build an lfs and blfs for running as well as old computer(celeron 300mhz) or on new computer. Is it possible to optimize compilation for having a light system? After adding specific package I must use, I would