Re: first pass GCC bootstrap problem

2007-02-23 Thread Nick Bowes
- Original Message - From: "Dan Nicholson" <[EMAIL PROTECTED]> To: "LFS Support List" Sent: Thursday, February 22, 2007 7:09 PM Subject: Re: first pass GCC bootstrap problem > On 2/22/07, Nick Bowes <[EMAIL PROTECTED]> wrote: >> >> Thanks Dan, I'll give this a shot tonight when I have t

Re: first pass GCC bootstrap problem

2007-02-23 Thread Chris Staub
Nick Bowes wrote: > - Original Message - > From: "Dan Nicholson" <[EMAIL PROTECTED]> > To: "LFS Support List" > Sent: Thursday, February 22, 2007 7:09 PM > Subject: Re: first pass GCC bootstrap problem > > >> If it's your first time following the book, chances are that you did >> get co

Re: first pass GCC bootstrap problem

2007-02-23 Thread John Rodenbiker
rm -rvf ./gcc-build -- Freedom, Truth, Love, Beauty. John Rodenbiker [EMAIL PROTECTED] On Feb 23, 2007, at 7:52 AM, Nick Bowes wrote: > - Original Message - > From: "Dan Nicholson" <[EMAIL PROTECTED]> > To: "LFS Support List" > Sent: Thursday, February 22, 2007 7:09 PM > Subject: Re:

Re: finding files in dos format + .sql files without an empty last line

2007-02-23 Thread Ag. Hatzimanikas
On Fri, Feb 23, at 09:11 Warren Head wrote: > > > I took a shot at it, but I am missing the linefeed check and insert linefeed > stuff. > > #!/bin/bash > for filename in $(find . -type f);do > if [[ -n $(file $filename |grep CRLF) ]] > then > sed 's/^M$//' $filename > $filena

Re: DVD Playback problems

2007-02-23 Thread Dan Nicholson
On 2/23/07, Nik Davis <[EMAIL PROTECTED]> wrote: > On 2/22/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > > > Is there any reason you're using OSS? I think regular ALSA would do the > trick. > > When I first installed the LFS system I wasn't getting sound, and asked on > this list and was suggest

Re: finding files in dos format + .sql files without an empty last line

2007-02-23 Thread Dan Nicholson
On 2/23/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: > On Fri, Feb 23, at 09:11 Warren Head wrote: > > Here what I came up quickly (untested). > > Test1.Don't look for files with an empty last line. > [[ -n $(sed '$!d' $filename) ]] > Test2,take the last character. > lastcharacter=$(cat -A $file

RE: 6.12. GCC-4.0.3 - "make -k check" failed

2007-02-23 Thread Kai Ulrich
Hallo after mounting the kernel filesystem the build log was the same as http://www.linuxfromscratch.org/lfs/build-logs/development/chapter6/gcc-4.0.2 So everything is ok now. Thanx Kai Dan Nicholson schrieb: > On 2/22/07, Kai Ulrich <[EMAIL PROTECTED]> wrote: > >> Hey Dan , Hey Ken, >>

6.13. Berkeley DB-4.4.20 : Question to patch -Np1 -i ../db-4.4.20-fixes-1.patch

2007-02-23 Thread Kai Ulrich
Hallo, after executing patch -Np1 -i ../db-4.4.20-fixes-1.patch I got following info. Seams somthing is wrong. root:/sources/gcc-build# patch -Np1 -i ../db-4.4.20-fixes-1.patch can't find file to patch at input line 10 Perhaps you used the wrong -p or --strip option? The text leading up to thi

Re: 6.13. Berkeley DB-4.4.20 : Question to patch -Np1 -i ../db-4.4.20-fixes-1.patch

2007-02-23 Thread Dan Nicholson
On 2/23/07, Kai Ulrich <[EMAIL PROTECTED]> wrote: > > root:/sources/gcc-build# patch -Np1 -i ../db-4.4.20-fixes-1.patch You're in the wrong location. You're supposed to be in the db-4.4.20 source tree when you start the Berkeley DB commands. -- Dan -- http://linuxfromscratch.org/mailman/listinfo

Re: 6.13. Berkeley DB-4.4.20 : Question to patch -Np1 -i ../db-4.4.20-fixes-1.patch

2007-02-23 Thread Kai Ulrich
worked fine thanx kai Dan Nicholson schrieb: > On 2/23/07, Kai Ulrich <[EMAIL PROTECTED]> wrote: > >> root:/sources/gcc-build# patch -Np1 -i ../db-4.4.20-fixes-1.patch >> > > You're in the wrong location. You're supposed to be in the db-4.4.20 > source tree when you start the Berkeley DB co