Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Neal Murphy
On Tuesday 08 June 2010 11:48:52 Paul Rogers wrote: > > mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > > (bad class -- [], [^] or [) > > /[^ > > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > > mawk: scripts/gen-sorted.awk: line 19: runaway regular ex

Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Paul Rogers
> mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", I've never used mawk, so I'm not familiar how

Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Andrew Benton
On 08/06/10 10:05, Rademaker, Pascal (Dealis) wrote: > mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line 19: runaway regular expression

Re: Glibc make error

2010-04-01 Thread Simon Geard
On Wed, 2010-03-31 at 12:05 -0400, Kaleb Hosie wrote: > I'm having some issues with installing glibc while following the instructions > on chapter 5.7. > > >From what I understand from the instructions, I made the file: > /mnt/lfs/sources/glibc-build/configparms > > In the configparms file, I sh

Re: Glibc make error

2010-03-31 Thread Ken Moffat
On 31 March 2010 17:05, Kaleb Hosie wrote: > I'm having some issues with installing glibc while following the instructions > on chapter 5.7. > > >From what I understand from the instructions, I made the file: > /mnt/lfs/sources/glibc-build/configparms > > In the configparms file, I should have th

Re: glibc make error

2009-07-25 Thread Chris Staub
Chris Staub wrote: > > And of course, you did rm the Glibc source and build directories after > installation in Chapter 5 right? Err, never mind that last part, it looks like you are in Chapter 5 now... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch

Re: glibc make error

2009-07-25 Thread Chris Staub
Harel Davolt wrote: >> Looks like you missed the -march stuff in configparms. What do you see >> if you do "cat configparms" from glibc-build? > > I get > CFLAGS += -march=i486 -mtune=native > > which seems to be what the book said... It is, so something else is wrong, but I have no idea what. C

Re: glibc make error

2009-07-25 Thread Harel Davolt
>Looks like you missed the -march stuff in configparms. What do you see >if you do "cat configparms" from glibc-build? I get CFLAGS += -march=i486 -mtune=native which seems to be what the book said... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.or

Re: glibc make error

2009-07-25 Thread Chris Staub
Harel Davolt wrote: > I followed the instructions to the letter (book 6.4) and on make, > glibc throws out > > /mnt/lfs/sources/glibc-build/libc_pic.os: In function `__libc_fork': > /mnt/lfs/sources/glibc-2.8-20080929/posix/../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:76: > undefined reference t

Re: glibc make error in chapter 6

2006-09-05 Thread Paul Fanning
I think then that I will stay pure, even if laggard. 6.2 can wait. At least I am expanding my Linux skills as I go. When I decided to start this I was drawing on some rusty Unix recollections from 20+ years ago at university. Paul On 5-Sep-06, at 05:32, Ken Moffat wrote: On Mon, Sep 04,

Re: glibc make error in chapter 6

2006-09-05 Thread Ken Moffat
On Mon, Sep 04, 2006 at 08:56:12PM -0400, Paul Fanning wrote: > > Thanks Ken, > > I did not realize I had fallen so far behind. As you can probably > guess, I have been progressing intermittently, and occasionally > backwards, using the LiveCD 6.1.1. I am now trying to figure out > whether

Re: glibc make error in chapter 6

2006-09-04 Thread Paul Fanning
On 4-Sep-06, at 09:02, Ken Moffat wrote: On Mon, Sep 04, 2006 at 07:45:22AM -0400, Paul Fanning wrote: Good day, I am now working through Chapter 6 of my first try at LFS. I am using the LiveCD host. When I ran make -k check and grep'd the check log I found one Error as follows: make[2]: [/

Re: glibc make error in chapter 6

2006-09-04 Thread Ken Moffat
On Mon, Sep 04, 2006 at 07:45:22AM -0400, Paul Fanning wrote: > Good day, > > I am now working through Chapter 6 of my first try at LFS. I am using > the LiveCD host. > > When I ran make -k check and grep'd the check log I found one Error > as follows: > > make[2]: [/sources/glibc-build/posi