Re: error 1 & 2 on Perl 5.10

2009-11-30 Thread Simon Geard
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

Re: error 1 & 2 on Perl 5.10

2009-11-30 Thread William Immendorf
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../.

Re: w3m patch : improved readability

2009-11-30 Thread Bruce Dubbs
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

w3m patch : improved readability

2009-11-30 Thread Alexander Haley
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

error 1 & 2 on Perl 5.10

2009-11-30 Thread knothead00
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,

Re: linux-2.6.31.6 doesn't boot (but it does now)

2009-11-30 Thread Alberto Hernando
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

Re: 5.5. GCC-4.4.1 - Pass 1

2009-11-30 Thread Вячеслав Блинников
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

Re: 5.5. GCC-4.4.1 - Pass 1

2009-11-30 Thread Chris Staub
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

5.5. GCC-4.4.1 - Pass 1

2009-11-30 Thread Вячеслав Блинников
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