Currently working on a svn build of LFS, but I doubt it makes a difference on 6.0. Needed rewriteSystem and URI for xsl/current to build gtk-doc else configure choked on 'configure: error: could not find DocBook XSL Stylesheets in XML catalog. Configure is specifically looking for 'current'. I added the following to xsl instructions locally, but want a second set of eyes on it.
xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl/current/" \
"/usr/share/xml/docbook/xsl-stylesheets-1.67.2" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"http://docbook.sourceforge.net/release/xsl/current" \
"/usr/share/xml/docbook/xsl-stylesheets-1.67.2" \
/etc/xml/catalogNext, the note still exists for net-tools about make config. It seems out of place since it is automated with 'yes'. Here is the quoted text:
"If you don't know what to answer to all the questions asked during the make config phase below, then just accept the defaults (the build command below automates this)."
IMO, this should just be explained in the command explanations. Something to the effect of:
'yes "" | make config - ...this is usually fine....you can optionally run make config by itself for more control over the options.'
-- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
