Why two when one will do?

2007-01-21 Thread Randy McMurchy
Zeb Packard wrote these words on 01/21/07 17:29 CST: > [EMAIL PROTECTED]:/# cat /etc/passwd | grep readline Perhaps just: grep readline /etc/passwd -- Randy rmlscsi: [bogomips 1003.26] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i6

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Zeb Packard
My whole experience with sed and awk amount to cut, copy and paste, so any help is very nice. The idea is that once we have this list we can then run an 'ls -al [item in list]' and get results like. >ls -al /lib/libhistory.so.5 lrwxrwxrwx 1 readline readline 17 Jan 9 06:13 /lib/libhistory.so.5

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Amadeus
Dan Nicholson wrote: > On 1/21/07, Amadeus <[EMAIL PROTECTED]> wrote: > >> $ ldd `which bash` | sed -e 's/([^ ]*)//' -e 's/ //g' | awk -F=\> >> '$2!="" {print $2}'/lib/libc.so.6 >> > > This works too: > > [ 9:08 AM [EMAIL PROTECTED] ldd /bin/bash | awk '/=> \//{print $3}' > /lib/libreadline

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Dan Nicholson
On 1/21/07, Amadeus <[EMAIL PROTECTED]> wrote: > > $ ldd `which bash` | sed -e 's/([^ ]*)//' -e 's/ //g' | awk -F=\> > '$2!="" {print $2}' > /lib/libtermcap.so.2 > /lib/libdl.so.2 > /lib/libc.so.6 This works too: [ 9:08 AM [EMAIL PROTECTED] ldd /bin/bash | awk '/=> \//{print $3}' /lib/libreadline

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Amadeus
Zeb Packard wrote: > On 1/20/07, Nadav Vinik <[EMAIL PROTECTED]> wrote: > >> Do you have script like that? >> >> since It user readable but it harder to parse in simple regular expression: >> >> $ ldd /bin/bash >>linux-gate.so.1 => (0xe000) >>libreadline.so.5 => /lib/libread

Re: LFS 5.4 GCC-4.0.3 make errors

2007-01-21 Thread Ken Moffat
On Sun, Jan 21, 2007 at 09:15:28AM -0500, Rob wrote: > Hello everyone. I'm a Linux noob, so be gentle, please. > > First of all, at the time of writing this, I am currently using the LFS > LiveCD-6.2-4 as my host system on a P4 1.6Ghz 256m system. For the last > 2 days, i was using 6.2-3. > >

Re: Chapter 6 gcc: How to resume after error in make -k check

2007-01-21 Thread Ken Moffat
On Sun, Jan 21, 2007 at 02:53:06PM +0100, Stefan Wetter wrote: > Hello! > > I get errors with libmudflap when testing. According to the book, that > is no problem. But how to resume the testsuite after that error? If i > run make -k check again, it runs all the tests again and stops with the >

LFS 5.4 GCC-4.0.3 make errors

2007-01-21 Thread Rob
Hello everyone. I'm a Linux noob, so be gentle, please. First of all, at the time of writing this, I am currently using the LFS LiveCD-6.2-4 as my host system on a P4 1.6Ghz 256m system. For the last 2 days, i was using 6.2-3. So, I make it through the book, up to section 5.4, GCC-4.0.3 - Pas

Chapter 6 gcc: How to resume after error in make -k check

2007-01-21 Thread Stefan Wetter
Hello! I get errors with libmudflap when testing. According to the book, that is no problem. But how to resume the testsuite after that error? If i run make -k check again, it runs all the tests again and stops with the same error. Thank you! Stefan PS: Searching the archives is not running p

Re: ALFS Build Error (binutils)

2007-01-21 Thread Alan Lord
James Mills wrote: > Hi all, > > I'm having troubles using the ALFS tools, > specifically jhalfs-2.1 > Try the Automated LFS list... alfs-discuss@linuxfromscratch.org Alan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe

Re: Glibc Error

2007-01-21 Thread Zeb Packard
A google search for "error:asm-generic/errno.h: No such file or directory", leads to this thread "http://www.linuxquestions.org/questions/showthread.php?t=518746"; which ends with the user building glibc in /mnt/lfs/sources/glibc-x.x.x/glibc-build rather than building from /mnt/lfs/sources/glib

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Zeb Packard
On 1/20/07, Bauke Jan Douma <[EMAIL PROTECTED]> wrote: > Randy McMurchy wrote on 20-01-07 21:30: > > Nadav Vinik wrote these words on 01/20/07 14:23 CST: > >> [snip the 12 top-posted lines and over 200 lines of previous comments] > > > > This conversation is really good, and will be great for the

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Zeb Packard
On 1/20/07, Nadav Vinik <[EMAIL PROTECTED]> wrote: > Do you have script like that? > > since It user readable but it harder to parse in simple regular expression: > > $ ldd /bin/bash >linux-gate.so.1 => (0xe000) >libreadline.so.5 => /lib/libreadline.so.5 (0xb7f6c000) >l