On Mon, 2009-11-30 at 11:52 -0600, knothea...@gmail.com wrote:
> cc1: error: /usr/include/errno.h: Input/output error
> :0: internal compiler error: Segmentation fault
Ok, that doesn't look good - segmentation faults are often a sign of
hardware problems, specifically, with faulty memory. Take a l
On Mon, Nov 30, 2009 at 11:52 AM, wrote:
> make[1]: *** [Makefile] Error 1
> make[1]: Leaving directory `/mnt/lfs/sources/perl-5.10.0/ext/Errno'
> make config failed, continuing anyway...
> make[1]: Entering directory `/mnt/lfs/sources/perl-5.10.0/ext/Errno'
> ../../miniperl "-I../../lib" "-I../.
Alexander Haley wrote:
> Hello,
>
> I've been building LFS on a system for which X consumes too many
> resources -- and therefore have been spending my time reading the LFS
> Book in w3m . I noticed that this presentation lacks enough of an
> eye-catching display for text --- and since the build
Hello,
I've been building LFS on a system for which X consumes too many
resources -- and therefore have been spending my time reading the LFS
Book in w3m . I noticed that this presentation lacks enough of an
eye-catching display for text --- and since the build
instructions are wrapped in PRE blo
Getting an error installing Perl-5.10.0 using the command: make perl
utilities ext/Errno/pm_to_blib
I have applied the patch as requested - (perl-5.10.0-consolidated-1.patch).
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/perl-5.10.0/ext/Errno'
make config failed,
On Sunday 29 November 2009 23:00:47 Ken Moffat wrote:
> At some point (I thought it was *before* 2.6.28, but maybe I'm mistaken)
> the kernel option for IDE disks changed (as part of the move to libata).
> Unfortunately, all my systems use SATA drives, so I'm not entirely sure
> which option is rel
I think I found the reason.
It was need to run
tar -jxf ../mpfr-2.4.1.tar.bz2
mv -v mpfr-2.4.1 mpfr
tar -jxf ../gmp-4.3.1.tar.bz2
mv -v gmp-4.3.1 gmp
nor from "/mnt/lfs/sources/binutils-build/", but from
"/mnt/lfs/sources/gcc-4.4.1".
Thanks anyway.
--
http://linuxfromscratch.org/mailman/listinf
On 11/30/2009 03:04 AM, Вячеслав Блинников wrote:
> Hello.
> It's my first LFS practice.
> I successfully installed Binutils. Then I followed the second pass and
> "unTARed" the "gmp" and "mpfr" packages:
>
> tar -jxf ../mpfr-2.4.1.tar.bz2
> mv -v mpfr-2.4.1 mpfr
> tar -jxf ../gmp-4.3.1.tar.bz2
> m
Hello.
It's my first LFS practice.
I successfully installed Binutils. Then I followed the second pass and
"unTARed" the "gmp" and "mpfr" packages:
tar -jxf ../mpfr-2.4.1.tar.bz2
mv -v mpfr-2.4.1 mpfr
tar -jxf ../gmp-4.3.1.tar.bz2
mv -v gmp-4.3.1 gmp
As second pass follows the first pass, I think