Re: [lfs-support] 5.12 Expect ... error

2012-08-16 Thread Lázaro Morales
Some time ago, Mikie said: > I see this step in TLC and I did it. >Didn't see any errors I could spot. >Where are these private headers so I can verify they are installed. > Thanks. In section 5.11 at the end you need to execute `make install-private-headers´ in order to install Tcl's headers us

Re: [lfs-support] 5.12 Expect ... error

2012-08-16 Thread Lázaro Morales
Some time ago, Mikie said: > Hi All, >I am at 5.12 Expect ... and when I do the LFS book command: >./configure --prefix=/tools --with-tcl=/tools/lib \ > --with-tclinclude=/tools/include >... I get: >checking for correct TEA configuration... ok (TEA 3.9) > configure: configuring expect 5.45 > che

Re: [lfs-support] GRUB problems

2012-07-24 Thread Lázaro Morales
Once upon a time, Bruce Dubbs said: > You need to boot from another device, dvd, usb, etc. > -- Bruce Yes, (.e.g boot a LiveCD of any Linux distribution) and then how I install GRUB in /dev/sda2? Thanks, Lázaro. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.li

Re: [lfs-support] GRUB problems

2012-07-24 Thread Lázaro Morales
Once upon a time, Bruce Dubbs said: > You probably deleted grub. I recommend this: > > DeviceFunction fstype size > -- -- > sda1 /bootext2 100M > sda2 swap - 2G > sda3 /ext3 as desired > > Persona

Re: [lfs-support] GRUB problems

2012-07-24 Thread Lázaro Morales
Once upon a time, Eleanore Boyd said: > It's quite possible that you deleted grub, as it's normally installed to > the first partition with a system. You'll have to install grub to the > lfs partition, configure it, then test and see if it will boot. > > Another thing: if you didn't test and make

[lfs-support] GRUB problems

2012-07-24 Thread Lázaro Morales
Hello, After completing LFS 7.1 the partitions layout was: Filesystem TypeDescription -- --- sda2 ext3Host system sda3 ext3LFS sda1 swapSWAP And then I used Parted Magic CD for delete the hos

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 10:10:38, Andrew Benton escribió: > Yes, in grub.cfg you have root=/dev/sda4 (and the kernel boots, so it's > happy with /dev/sda) then the bootscripts choke because you > have /dev/hda in /etc/fstab. > sed -i 's#/dev/hda#/dev/sda#' /etc/fstab > Andy Thanks very much to Andrew and

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 09:20:37, Lázaro Morales escribió: > sysfs /sysfs sysfs nosuid,noexec,nodev 0 0 Sorry, this is the old 'fstab' file, I corrected this error, the mount point for 'sysfs' is '/sys'. Regards, Lázaro -- http://linuxfro

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 08:54:50, Эмиль Кранц escribió: > Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message > IDE and SCSI? Typo? > Cheerio. The virtual machine have 1 virtual disk IDE. The '/dev' folder is: root:/sources# ls -l /dev | grep sda lrwxrwxrwx 1 root root

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 11/05/2012 15:58:14, Bruce Dubbs escribió: > Lázaro Morales wrote: >> Hello, >> >> After complete the LFS book, when I restart the computer I get a few >> errors messages and the computer stuck after this: >> >> /lib/lsb/init-functions: line 590:

[lfs-support] Problems starting the final LFS system

2012-05-11 Thread Lázaro Morales
Hello, After complete the LFS book, when I restart the computer I get a few errors messages and the computer stuck after this: /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or directory /etc/rc.d/init.d/rc: line 217: /var/log/boot.log: Read-only file system

Re: [lfs-support] Questions about locale settings

2012-05-11 Thread Lázaro Morales
En 11/05/2012 11:20:44, Ken Moffat escribió: > That looks adequate for the old ISO-8859-1 we used to use in > Britain. Nowadays, many people use UTF-8. In my own profile I have > LANG=en_GB.UTF-8 > I suggest that you might prefer something more specific to where > you are living, unless you pre

[lfs-support] Questions about locale settings

2012-05-11 Thread Lázaro Morales
Hello, In section 7.13, the `/etc/profile` file could look like this? # Begin /etc/profile export LANG=en_GB.iso88591 # End /etc/profile Need I specify some modifier? Thanks, Lázaro -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfrom

Re: [lfs-support] LFS 7.1 - 6.17. GCC-4.6.2

2012-05-09 Thread Lázaro Morales
En 08/05/2012 19:34:13, Eleanore Boyd escribió: > Another hint: If you trust yourself and/or your copy+paste skills, you > can save time by skipping all of the testing in the book. However, if > you want to know absolutely that it won't break on you, don't skip them. > Then again, I just make a h

Re: [lfs-support] LFS 7.1 - 6.17. GCC-4.6.2

2012-05-08 Thread Lázaro Morales
En 08/05/2012 12:29:41, Bruce Dubbs escribió: > No. You are OK. If you had hundreds of errors, then that would be a > problem, > but notice that the book points out libmudflap as a common problem. Thanks Bruce! I will continue then. Best Regards, Lázaro -- http://linuxfromscratch.org/mail

[lfs-support] LFS 7.1 - 6.17. GCC-4.6.2

2012-05-08 Thread Lázaro Morales
Hello, The GCC compilation process finished fine, but I get the next errors in the testing phase and then the test is stopped. === libgomp Summary === [...] make[2]: Target `check-target' not remade because of errors. make[2]: Leaving directory `/sources/gc

Re: [lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Lázaro Morales
En 07/05/2012 10:00:20, Yasser Zamani escribió: > Sorry, I took a more careful look at book and saw: > You will probably see an expected (ignored) failure in the > posix/annexc test. > So you can continue to LFS with no any worry about this errors > Good Luck! Thanks Yasser! I will con

[lfs-support] LFS 7.1 - 6.9. Glibc-2.14.1

2012-05-07 Thread Lázaro Morales
Hello, After running the test suit, I get the next errors: # make -k check 2>&1 | tee glibc-check-log # grep Error glibc-check-log make[2]: *** [/sources/glibc-build/stdio-common/bug22.out] Error 1 make[1]: *** [stdio-common/tests] Error 2 make[2]: *** [/sources/glibc-build/posix/b

Re: [lfs-support] problem with glibc

2012-03-29 Thread Lázaro Morales
En 29/03/2012 15:43:23, Bruce Dubbs escribió: > No, it's not. Sorry, you have right. Lázaro -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] problem with glibc

2012-03-29 Thread Lázaro Morales
En 29/03/2012 14:13:05, ankit vishwakarma escribió: > after running the version.sh script the following is the output > > ankit@ankit-Inspiron-1012:~$ bash version-check.sh > bash, version 4.2.10(1)-release > /bin/sh -> /bin/dash > Binutils: (GNU Binutils for Ubuntu) 2.21.53.20110810 > bison (G

[lfs-support] LFS 6.8 Chapter 6 Section 6.12 (Binutils)

2012-03-29 Thread Lázaro Morales
Hello, After test the PTYs I get the next error: The system has no more ptys. Ask your system administrator to create more. That is fine, then I continued to remove the `standards.info` file, all right, but when I going to execute the `sed` command then I get the error: root:/# sed

Re: [lfs-support] Chapter 6.9 Glibc errors.

2011-11-21 Thread Lázaro Morales
En 21/11/2011 12:30:33, Bruce Dubbs escribió: > Yes. >-- Bruce Thanks very much. Regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.h

[lfs-support] Chapter 6.9 Glibc errors.

2011-11-21 Thread Lázaro Morales
Hello, I'm using LFS book version 6.8 and my host system is Fedora 14 i686. After compiling glibc in chapter 6.9 I get two errors: # make -k check 2>&1 | tee glibc-check-log # grep Error glibc-check-log make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[2]: *** [/sources/gl

Re: Problems compiling GCC

2011-10-13 Thread Lázaro Morales
Thanks Bruce, I repeat the procedure and work fine. Thanks again, Lázaro. En 12/10/2011 16:12:49, Bruce Dubbs escribió: > Lázaro Morales wrote: >> Thanks to all for the help, >> >> I decide start the project from zero using a clean installation of >> Debian >&

Re: Problems compiling GCC

2011-10-12 Thread Lázaro Morales
r 1 make[1]: Leaving directory `/media/lfs/sources/gcc-build' make: *** [all] Error 2 Please I will appreciate if you can help me. Thanks very much, Lázaro. En 04/10/2011 22:12:39, Partha Chowdhury escribió: > On 04/10/11 06:36 PM, Lázaro Morales wrote: >> What I don&

Re: Problems compiling GCC

2011-10-04 Thread Lázaro Morales
ONG place . the folders gcc , > gmp , mpfr etc has to be created at source directory under lfs. so you > should have ../lfs/source/gcc .../lfs/source/gmp .../lfs/source/mpfr > etc etc. the gmp , mpfr etc folder has to be create at .../lfs/source > directory and not inside gcc folder

Re: Problems compiling GCC

2011-10-04 Thread Lázaro Morales
er. Think it might help u. > > On 9/30/11, Lázaro Morales wrote: >> Hello Juan Alberto, >> >> Thanks for your reply. >> >> En 30/09/2011 12:47:44, Juan Alberto Regalado Galván <00j...@gmail.com> >> escribió: >> >>> So by this point you

Re: Problems compiling GCC

2011-09-30 Thread Lázaro Morales
Hello Juan Alberto, Thanks for your reply. En 30/09/2011 12:47:44, Juan Alberto Regalado Galván <00j...@gmail.com> escribió: > So by this point you should have three more folders under the gcc > directory named "mpfr" "gmp" and "mpc". Those should be the names of > the folders (without number

Problems compiling GCC

2011-09-30 Thread Lázaro Morales
Hello, I'm using 6.8 version of the LFS book and as host system Ubuntu 11.04, after compiling successfully binutils I try to compile gcc with mpfr, gmp and mpc but I get this error: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable. make[1