[lfs-dev] Adjusting the Toolchain

2013-04-01 Thread Billy O'Connor
I'm seeing this output from: grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib"); Seems reasonable, we're removing the /tools prefixes from everything, right? But the book says I should see: SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") SEARCH_DIR("/usr/li

Re: [lfs-dev] gcc checks

2013-03-31 Thread Billy O'Connor
Bruce Dubbs writes: >> Is there a way to disable the testing of it? Though I've only used >> mudflap on non-linux platforms, I'd hate to see the old thing go away. > > Sure. We could just remove the only test that fails: > > mv ./libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx \ > ./lib

Re: [lfs-dev] gcc checks

2013-03-30 Thread Billy O'Connor
Bruce Dubbs writes: > I am wondering if we ought to disable building libmudflap using the > obscure option --disable-libmudflap (It's not in configure's --help). > > This would eliminate a lot of questions about check failures. I doubt > that it is used very often and it does seem to give some

Re: [lfs-dev] gcc test mangle33

2013-03-30 Thread Billy O'Connor
Bruce Dubbs writes: > I've finally figured out what is making the mangle33.C program fail. It > is an arbitrary limitation in tcl. This particular gcc test creates a > c++ namespace *name* of 4044 characters in length. It turns out that > there is a value buried deep in tcl code (generic/

Re: [lfs-dev] Qemu an LFS

2013-03-24 Thread Billy O'Connor
Bruce Dubbs writes: > I've been working on qemu and have been able to generate > a (compressed) image of LFS 7.3 (Actually SVN-20130319) that is small > enough for most to download. It's only a little bigger than > the kernel. > > I've put that file and a readme on anduin. > > http://anduin/sour

Re: [lfs-dev] LFS 7.3 ISO discussion

2013-03-20 Thread Billy O'Connor
On Wed, Mar 20, 2013 at 09:28:25PM +0800, xinglp wrote: > I have create a "live usb" system. > > Dowload here: > http://sf.net/projects/smartutils/files/lfs_linux/2013-03-19-3.8.3-x86_64.live-image.raw.bz2 > > Uncompress it, use 'dd' to write it to a flash drive(256MB+ size), use > /dev/sdX not /

Re: [lfs-dev] 7.3 check-0.9.9

2013-03-05 Thread Billy O'Connor
Matt Burgess writes: > On Tue, 2013-03-05 at 14:05 -0600, Bruce Dubbs wrote: >> Billy O'Connor wrote: >> > I dl'd the book sources and rendered it, then built a new LFS. >> > Looks great, as always. I must have fat-fingered something in chapter >> &g

Re: [lfs-dev] 7.3 check-0.9.9

2013-03-05 Thread Billy O'Connor
Bruce Dubbs writes: > Billy O'Connor wrote: >> I dl'd the book sources and rendered it, then built a new LFS. >> Looks great, as always. I must have fat-fingered something in chapter >> 5, though, because the configure script for check-0.9.9 didn't pick up

[lfs-dev] 7.3 check-0.9.9

2013-03-05 Thread Billy O'Connor
I dl'd the book sources and rendered it, then built a new LFS. Looks great, as always. I must have fat-fingered something in chapter 5, though, because the configure script for check-0.9.9 didn't pick up the pthreads library and I had to add -lpthread to the Makefile by hand to get it to build. T

Re: [lfs-dev] A significant BLFS milestone

2012-11-02 Thread Billy O'Connor
Bruce Dubbs writes: > To my knowledge, BLFS has never been this complete since the start of > the project. Of course, the book is not perfect, but we will be able to > address new issues and package updates as they come up. > > I would like to take this opportunity to thank all those who have

Re: [lfs-dev] [LFS Trac] #3188: Really fix make for paralell building WebKitGTK+

2012-09-20 Thread Billy O'Connor
I didn't see that new patch in the repo, I only see version 2. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

[lfs-dev] Typo Perl Chapter 6

2012-09-14 Thread Billy O'Connor
How y'all doin', been a while. :) Just a small typo, one liner patch. Index: chapter05/perl.xml === --- chapter05/perl.xml (revision 9987) +++ chapter05/perl.xml (working copy) @@ -57,7 +57,7 @@ make Although Perl comes wi