Following discussion on lfs-dev, here
is a patch which avoids most of the warnings in 000masterscript.log
There are still the last two warnings about packageManager.xml.
Maybe copy a dummy packageManager.xml to $JHALFSDIR when
not using package management.
Regards
Pierre
Index: jhalfs-trunk/common/libs/func_book_parser
===================================================================
--- jhalfs-trunk.orig/common/libs/func_book_parser 2012-02-11 08:44:24.000000000 +0100
+++ jhalfs-trunk/common/libs/func_book_parser 2012-02-17 23:33:47.000000000 +0100
@@ -136,6 +136,9 @@
;;
lfs)
echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
+ pushd $BOOK > /dev/null
+ bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
+ popd > /dev/null
xsltproc --nonet \
--xinclude \
--stringparam testsuite $TEST \
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page