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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>&
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&
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
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
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
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
29 matches
Mail list logo