On 17/07/2017 20:09, Sync Ak Belore wrote: > Hi BLFS; I am having problems building xdg-user-dirs 0.15 the error is the > following > > [...] > /usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam > funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam > man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > xdg-user-dir.xml > /usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam > funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam > man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > xdg-user-dirs-update.xml > /usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam > funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam > man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > user-dirs.conf.xml > I/O I/O error : Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > error : Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > cannot parse > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > cannot parse > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > [...] > > Looking at the web, some suggest to avoid the --nonet parameter, and in deed > when > I try the command isolated, it works without --nonet, but fails with that > option. > > But I don't like the approach because I don't understand very well the > implications. > > Some of you have this error ? or have some ideas ? > > >
Do you have Docbook XSL stylesheets installed? It looks like the book is lacking some recommended dependencies (that is, xsltproc and docbook xsl stylesheets). Note that you can also disable building the documentation (which is what uses xsltproc and docbook) by passing --disable-documentation to configure. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
