Hi,
Some time ago, I installed docbook following blfs instructions (at the
time, this was version docbook-4.2).
Now, I'm trying to install gstreamer-0.8.10, but I have the following
error:
=======================================
*** Building HTML ***
if test -d html; then rm -rf html; fi
mkdir html
cp ../../../gstreamer-0.8.10/docs/gst/gstreamer-docs.sgml html
cp -pr xml html
cp ../version.entities html
cd html && gtkdoc-mkhtml gstreamer gstreamer-docs.sgml
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
gstreamer-docs.sgml:81: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
^
xml/gst.xml:77: parser error : Entity 'nbsp' not defined
<varlistentry><term><parameter>argc</parameter> :</term>
=======================================
From what I understand, docbookx.dtd version 4.1.2 was not installed
locally on my machine when I installed docbook-4.2. I think it is supposed to
be fetched from the internet when needed, as there is an URI entry in my
/etc/xml/docbook file for 4.1.2. But, in the gtkdoc-mkhtml script, I can see
that xsltproc is called with the "--nonet" option, preventing the fetching of
the file from the internet.
I have attached my /etc/xml/catalog and /etc/xml/docbook files. So, is
there a problem with my BLFS installation setup?
Hugo.
catalog
Description: Binary data
docbook
Description: Binary data
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
