Re: A way to keep track of packages while installing LFS

2006-02-03 Thread Richard A Downing
On Thu, 2 Feb 2006 19:45:20 -0800 Justin O'Neil <[EMAIL PROTECTED]> wrote: > > Paul Rogers ([EMAIL PROTECTED]) > > http://www.xprt.net/~pgrogers/ > > http://www.geocities.com/paulgrogers/ > > Rogers' Second Law: "Everything you do communicates." > > (I do not personally endorse any additions afte

Re: A way to keep track of packages while installing LFS

2006-02-03 Thread Jeremy Monnet
On 2/3/06, Richard A Downing <[EMAIL PROTECTED]> wrote: > The only problem, and it's not a big issue, with 'git' and the like is > that they get significantly slower as the number of installed packages > increases. > Yes they are getting slower because basically they search every directories for ne

Glibc config error help request

2006-02-03 Thread rick
Using LiveCD 6.1.1 as host I received the following config error at sec 6.11: checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld running configure fragment for add-on linuxthreads linuxthreads disabled because nptl add-on is also in use running

Re: Glibc config error help request

2006-02-03 Thread Jeremy Huntwork
rick wrote: Using LiveCD 6.1.1 as host I received the following config error at sec 6.11: checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld How did you manage to do this? -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-support F

Re: PM w/ git

2006-02-03 Thread [EMAIL PROTECTED]
>Thank You so much for the suggestion. I used git and I love it! A >little more then I was actually looking for, but I think I decided I >like the extra features! It's AWESOME! > >Thanks >-Justin O'Neil There are a few things to note (at least in v16 I'm using): -if the install takes less than

Re: Glibc config error help request

2006-02-03 Thread Dan Nicholson
On 2/3/06, rick <[EMAIL PROTECTED]> wrote: > Using LiveCD 6.1.1 as host I received the following config error at sec 6.11: > > configure:2672: gcc -c conftest.c >&5 > gcc: installation problem, cannot exec > `/tools/lib/gcc/i686-pc-linux-gnu/3.4.3/../../. > ./../i686-pc-linux-gnu/bin/as': No suc

Re: Glibc config error help request

2006-02-03 Thread rick
On Fri, 3 Feb 2006, Dan Nicholson wrote: >Date: Fri, 3 Feb 2006 10:37:07 -0800 >From: Dan Nicholson <[EMAIL PROTECTED]> >Reply-To: LFS Support List >To: LFS Support List >Subject: Re: Glibc config error help request > >On 2/3/06, rick <[EMAIL PROTECTED]> wrote: >> Using LiveCD 6.1.1 as host I re

Re: Glibc config error help request

2006-02-03 Thread Dan Nicholson
On 2/3/06, rick <[EMAIL PROTECTED]> wrote: > On Fri, 3 Feb 2006, Dan Nicholson wrote: > > > >echo 'main(){}' > dummy.c > >cc dummy.c > >readelf -l a.out | grep 'ld-linux' > > Its broke. when I try cc dummy.c the output is > > gcc: installation problem, cannot exec > `/tools/lib/gcc/i686-pc-linux-g

Re: Glibc config error help request

2006-02-03 Thread rick
On Fri, 3 Feb 2006, Dan Nicholson wrote: >I would go back to 5.7. Redo the specs file adjustment and see if you >can compile the dummy program correctly. If you don't get the right >interpreter, then the ld from binutils has the wrong LIB_PATH. Then >you'd probably have to go back to the beginn

Re: Glibc config error help request

2006-02-03 Thread Dan Nicholson
On 2/3/06, rick <[EMAIL PROTECTED]> wrote: > > Well, its back to the beginning. One more try...at least. Sorry, man. You'll get there. Pull out that sanity check every once in a while to make sure everything's still going alright. Like after gcc and binutils Pass 2 in Ch. 5. -- Dan -- http://

Perl Test Error

2006-02-03 Thread jesus gomez
I'm on the Chapter 6 of the 6.1.1 LFS Book, in the section of PERL. Yet compiled but the test fail on the lib/Net/hostent.t and the lin/Net/t/hostname.t. uname -a: Linux lfslivecd 2.6.12.5 #1 SMP Thu Dec 1 16:36:14 GMT 2005 i686 pentium3 i386 GNU/Linux Should i ingnore them? -- http://linuxfromscr