Re: LFS for old Compaq LTE 5300 laptop

2010-05-19 Thread Simon Geard
On Wed, 2010-05-19 at 00:12 -0500, Mike McCarty wrote: > Leho PƤrnapuu wrote: > > Hello, > > > > I have one old Laptop: Compaq LTE 5300. > > Something to watch for with Compaq computers: They > don't like to boot other than the pre installed > OS. Some of them will complain that you have a corrup

Re: LFS for old Compaq LTE 5300 laptop

2010-05-19 Thread Mike McCarty
Simon Geard wrote: > > What time period are you talking about for these comments? For it to be > a 133MHz machine, we're talking about a machine from 1997 or so - a good > thirteen years ago. I don't know the exact time periods. However, Compaq and Dell both did that, and I've got a 166 MHz Dell

Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
Hi, I am new here and have encountered a problem with the Glibc Build while following the book at chapter 5.7. Here is a snipped of code from the console. make subdir=iconv -C iconv ..=../ subdir_lib make[2]: Entering directory `/mnt/lfs/tools/glibc-2.11.1/iconv' /usr/bin/install -c -m 644

Re: Glibc fails to make. (error 2)

2010-05-19 Thread William Immendorf
On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > /usr/bin/install -c -m 644 > /mnt/lfs/tools/glibc-build/../include/linux/limits.h > /tools/include/linux/limits.h > /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/linux/limits.h' and > `/tools/include/linux/limits.h' are the same fil

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On Wed, 2010-05-19 at 18:34 -0500, William Immendorf wrote: > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > > /usr/bin/install -c -m 644 > > /mnt/lfs/tools/glibc-build/../include/linux/limits.h > > /tools/include/linux/limits.h > > /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Bruce Dubbs
William Immendorf wrote: > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: >> /usr/bin/install -c -m 644 >> /mnt/lfs/tools/glibc-build/../include/linux/limits.h >> /tools/include/linux/limits.h >> /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/linux/limits.h' and >> `/tools/include/

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On Wed, 2010-05-19 at 18:58 -0500, Bruce Dubbs wrote: > William Immendorf wrote: > > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > >> /usr/bin/install -c -m 644 > >> /mnt/lfs/tools/glibc-build/../include/linux/limits.h > >> /tools/include/linux/limits.h > >> /usr/bin/install: `/mnt/lfs/to

Re: cannot set root passwd

2010-05-19 Thread Thomas Trepl
Am Mittwoch 19 Mai 2010 00:15:52 schrieb Mac Zero: > > Mac Zero wrote: ... > > Thanks Bruce -- that was dead on. I had thought jhalfs had mounted this and > figured they would still be mounted - but I was wrong. I followed the step > in 6.2.2 and I'm back in business. > > Thanks! > Mac Another o

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Mike McCarty
Kyle Brennan wrote: > > So I should be compiling in the sources folder. that is probably why > the compile failed in the first place. so for example my binutils pass > 1 directory would look like this: "$LFS/sources/binutils-2.20" You can build anywhere you want, so long as it isn't $LFS/tools,

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On 05/19/2010 09:54 PM, Mike McCarty wrote: > Kyle Brennan wrote: > >> So I should be compiling in the sources folder. that is probably why >> the compile failed in the first place. so for example my binutils pass >> 1 directory would look like this: "$LFS/sources/binutils-2.20" >> > Yo