On Thu, 2013-02-28 at 23:17 +0100, Pierre Labastie wrote: > Sorry it is too late now: I'll have a look at that tomorrow.
No need to apologise, and there's no rush! For anyone building systemd using jhalfs, just comment out that the whole of XML-Parser's <sect2> in chapter06/perl.xml, then build it by hand after Perl whilst you wait for autoconf's testsuite to complete :-) > That should not be too hard. > Have you made any other change to jhalfs for the systemd book ? Just the following. The 1st could probably do with being wrapped in a 'if building systemd' type conditional. The 2nd is probably fine as-is, it's just a no-op on LFS-trunk. Thanks, Matt. Index: common/libs/func_book_parser =================================================================== --- common/libs/func_book_parser (revision 3655) +++ common/libs/func_book_parser (working copy) @@ -137,7 +137,6 @@ 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 \ Index: common/libs/func_wrt_Makefile =================================================================== --- common/libs/func_wrt_Makefile (revision 3655) +++ common/libs/func_wrt_Makefile (working copy) @@ -96,6 +96,8 @@ ;; e2fsprogs-libs) echo $(grep "^e2fsprogs" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; + libcap) echo $(grep "^libcap" $JHALFSDIR/pkg_tarball_list | head -n1 ) + ;; util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 ) -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page