On 2019-03-14 14:55 -0500, John Burrell via blfs-dev wrote: > When I try to compile glib-2.60.0 I get: > > [1123/1152] Generating glib-gettextize-man with a custom command. > FAILED: docs/reference/glib/glib-gettextize.1 > /bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam > funcsynopsis.style ansi --stringpa > ram man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 -- > stringparam man.copyright.sect > ion.enabled 0 -o docs/reference/glib/glib-gettextize.1 > http://docbook.sourceforge.net/release/xsl/current > /manpages/docbook.xsl ../docs/reference/glib/glib-gettextize.xml > I/O error : Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/current/manpages/do > cbook.xsl > warning: failed to load external entity " > http://docbook.sourceforge.net/release/xsl/current/manpages/docb > ook.xsl" > cannot parse > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
That (likely) means you forgot to populate the XML catalog with "rewriteSystem" and "rewriteURI" for docbook-xsl-nons when you was installing it. -- Xi Ruoyao <[email protected]> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
