On 1/22/20 11:40 AM, Scott Andrews wrote:
I am trying to build the lfs editor manual after downloading the source with svn

executing make nochunks returns the following error

 $ make nochunks
xsltproc --xinclude --nonet -stringparam profile.condition html \
--output ~/lfs-editors-guide/LFS-EDITORS-GUIDE.html \
  stylesheets/lfs-nochunks.xsl index.xml
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/profile-docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/profile-docbook.xsl"; compilation error: file stylesheets/lfs-nochunks.xsl line 8 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/profile-docbook.xsl
make: *** [Makefile:43: nochunks] Error 5

I have built the LFS SVN successfully so I am of the opinion that is a problem related to the building process used in the Makefile

Any way to get this to work?

Hi Scott,

I'm not sure on this as I haven't tried to build the editor manual, but my guess is that it's using an older version of the stylesheets. Bruce is probably the person to answer this one, but I can answer the question below:

Also How would you build the LFS-9.0 from the BOOK source?

If you're looking to render the book, do this (from within the trunk/BOOK folder of an SVN checkout):

make REV=sysv BASEDIR=~/wherever_you_want_your_files_output_to

To do a systemd build, replace "sysv" with "systemd" in the above command.

Here's an example from mine:

make REV=systemd BASEDIR=~/public_html/lfs-trunk-sysd

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to