http://bugs.linuxfromscratch.org/show_bug.cgi?id=684





------- Additional Comments From [EMAIL PROTECTED]  2006-01-30 15:41 -------
Created an attachment (id=143)
 --> (http://bugs.linuxfromscratch.org/attachment.cgi?id=143&action=view)
ICA verified build order

Chris, sorry for not adding anything to this bug earlier.  I forgot it existed
and was just doing my own thing.

The build order I used that comes back ICA clean with the dependencies
for the testsuites (seemingly) met is attached in order.txt.

Here are the specific changes I made:

1. Move sed before perl because perl will obtain a hardcoded path to sed in
   /tools. I think you already have this one.

2. Perl thinks you don't want man pages if groff isn't installed. You can make
   it install them anyways by changing the configure command to

        ./configure.gnu --prefix=/usr \
                        -Dman1dir=/usr/share/man/man1 \
                        -Dman3dir=/usr/share/man/man3 \
                        -Dpager="/usr/bin/less -isR"

3. Move bdb before perl.  With bdb, perl will link to -lbd, build the DB_File
   module and enable the PTHREAD_YIELD routine.

Those plus the gccbug and bison fixes that are already in trunk are all that
I had to do with.  Everything else was hammering on the ICA and confirming
that certain differences were only date/time stamp related.

If you notice anything else different then what you already have, don't
hesitate to ask.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to