[lfs-support] Linux 3.1 API headers headers_check Errors

2012-02-27 Thread Kyle Brennan
Hi, I am attempting my first LFS build, and I got to step 5.5 in the book, and everything goes as normal until I hit the command "make headers_check" which gives me multiple errors. they are outlined below. /mnt/lfs/sources/linux-3.1/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} typ

Re: [lfs-support] Linux 3.1 API headers headers_check Errors

2012-02-28 Thread Kyle Brennan
>On Tue, 28 Feb 2012 00:06:51 -0700 >Kyle Brennan wrote: > >> >> Hi, >> I am attempting my first LFS build, and I got to step 5.5 in the >book, and everything goes as normal until I hit the command "make >headers_check" which gives me multiple

Re: [lfs-support] Linux 3.1 API headers headers_check Errors

2012-02-28 Thread Kyle Brennan
Andrew Benton wrote: >On Tue, 28 Feb 2012 09:13:35 -0800 >Kyle Brennan wrote: > >> Okay. So I did a terrible job explaining what my issue is. I am >getting these errors above when I run the headers check. I'm not sure >if they are normal or not, I tried looking them

[lfs-support] cannot enter chroot environment

2012-02-29 Thread Kyle Brennan
Hi,  I am trying to start building the sources in the chroot in chapter 6.4, but I have encountered an error:  "chroot: failed to run command `/tools/bin/env`: No such file or directory" I did a little bit of research, and it seems to be caused by the gcc package, not compiling correctly, so I t

[lfs-support] Understanding 32bit vs 64bit and multilib systems

2012-11-26 Thread Kyle Brennan
nswer to question one is 64 bit, is this automatically a multilib system or are there additional steps that will pave the way to multilib? 4. can I use the LFS book to create a 32bit system on a 64 bit OS? (I'm assuming that the book for this would be CLFS though) --- Thanks, Kyle Bre

glibc build error 1 & 2

2009-11-21 Thread Kyle Brennan
hi, im new here and i have been working on making my first LFS system for about 3 weeks now. on the first day of my work, i came across this error and could not continue. make[2]: *** [/tools/include/linux/errno.h] Error 1 make[2]: Leaving directory `/mnt/lfs/tools/glibc-2.5.1/iconv' make[1

RE: glibc build error 1 & 2

2009-11-21 Thread Kyle Brennan
-2525 work: 858-395-4019 > Date: Sat, 21 Nov 2009 20:57:43 -0600 > Subject: Re: glibc build error 1 & 2 > From: will.immend...@gmail.com > To: lfs-support@linuxfromscratch.org > > On Sat, Nov 21, 2009 at 8:47 PM, Kyle Brennan wrote: > > i am fairly familiar with th

RE: glibc build error 1 & 2

2009-11-21 Thread Kyle Brennan
> Date: Sat, 21 Nov 2009 22:52:19 -0600 > From: bruce.du...@gmail.com > To: lfs-support@linuxfromscratch.org > Subject: Re: glibc build error 1 & 2 > > Kyle Brennan wrote: > > i did the liinux headers step and didnt get any errors. the problem > > is probably

RE: glibc build error 1 & 2

2009-11-21 Thread Kyle Brennan
> Date: Sat, 21 Nov 2009 23:26:30 -0600 > From: bruce.du...@gmail.com > To: lfs-support@linuxfromscratch.org > Subject: Re: glibc build error 1 & 2 > > Kyle Brennan wrote: > >> Date: Sat, 21 Nov 2009 22:52:19 -0600 From: bruce.du...@gmail.com > >> To:

RE: glibc build error 1 & 2

2009-11-22 Thread Kyle Brennan
> Date: Sat, 21 Nov 2009 23:26:30 -0600 > From: bruce.du...@gmail.com > To: lfs-support@linuxfromscratch.org > Subject: Re: glibc build error 1 & 2 > > Kyle Brennan wrote: > >> Date: Sat, 21 Nov 2009 22:52:19 -0600 From: bruce.du...@gmail.com > >> To:

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 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/t

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/limit

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: &qu

Re: Glibc fails to make. (error 2)

2010-05-20 Thread Kyle Brennan
On 05/20/2010 05:56 AM, linux fan wrote: > On 5/20/10, Kyle Brennan wrote: > > >> though. I did work in the sources directory. I got to GLibC and it ran >> for about 45 minutes and then it threw this error at me: make: *** [all] >> Error 2 >> It just came

Glibc make fails with Error 2

2010-05-22 Thread Kyle Brennan
Hi, I am new here and I am attempting my first LFS build. I get to Glibc in chapter 5.7 and everything goes smoothly until i get to the "make" command. I run the command and it works for about fifteen minutes and it Gives me the following error: make: *** [all] Error 2 then it quits to the p

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/22/2010 04:11 PM, Bruce Dubbs wrote: Kyle Brennan wrote: Hi, I am new here and I am attempting my first LFS build. I get to Glibc in chapter 5.7 and everything goes smoothly until i get to the "make" command. I run the command and it works for about fifteen minutes and i

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:07 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > > >> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: >> > >> cannot find -lgcc_eh >> > It looks like a problem with the g

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > >> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >> >>> Kyle Brennan wrote: >>> >>> >>> >>>> /mnt/lfs/tools/bin/../lib/

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > >> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >> >>> Kyle Brennan wrote: >>> >>> >>> >>>> /mnt/lfs/tools/bin/../lib/

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 07:05 PM, Kyle Brennan wrote: > On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > >> Kyle Brennan wrote: >> >> >>> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >>> >>> >>>> Kyle Brennan wrote: >>>>

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 08:07 PM, Kyle Brennan wrote: > On 05/23/2010 07:05 PM, Kyle Brennan wrote: > >> On 05/23/2010 06:49 PM, Bruce Dubbs wrote: >> >> >>> Kyle Brennan wrote: >>> >>> >>> >>>> On 05/23/2010 06:07

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 08:29 PM, Kyle Brennan wrote: > On 05/23/2010 08:07 PM, Kyle Brennan wrote: > >> On 05/23/2010 07:05 PM, Kyle Brennan wrote: >> >> >>> On 05/23/2010 06:49 PM, Bruce Dubbs wrote: >>> >>>> There wouldn't be a

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 09:57 PM, Chris Staub wrote: > On 05/24/2010 12:45 AM, Kyle Brennan wrote: > >> I solved the original error (it was a symlink problem with the gcc stem) >> and i got another error: >> >> mv -f /mnt/lfs/build/glibc-build/shlib.ldsT >> /mnt/lfs

Perl make error: Error 1.

2010-05-24 Thread Kyle Brennan
Hi, I have yet another error, this time with the perl-5.10.1 package. It ran for about 2 minutes and encountered this error. below is my build log. including HvNAME including gv including warn including pvs including magic including cop including grok including snprintf including sprintf includ

Re: Perl make error: Error 1.

2010-05-24 Thread Kyle Brennan
EDIT: got it working: the error was in the make command it was Fcntl (letter) not Fcnt1 (one) On 05/24/2010 08:02 PM, Kyle Brennan wrote: > Hi, > I have yet another error, this time with the perl-5.10.1 package. It > ran for about 2 minutes and encountered this error. below is my

Glibc build CH6.9 Awk: command not found

2010-05-24 Thread Kyle Brennan
Hi again, Big problem here, It appears that Gawk was improperly configured and now when I try to configure my Glibc build, it runs into an error where it cannot find the awk command. root:/build/glibc-build# ../glibc-2.11.1/configure --prefix=/usr \ > --disable-profile --enable-add-ons \ > --e

Re: Glibc build CH6.9 Awk: command not found

2010-05-25 Thread Kyle Brennan
bbs wrote: >> Kyle Brennan wrote: >>> Hi again, >>> Big problem here, It appears that Gawk was improperly configured and now >>> when I try to configure my Glibc build, it runs into an error where it >>> cannot find the awk command. >> Read section vii