On 02/06/2019 18:27, Stephen Berman via blfs-support wrote:
> I'm in the process of building the X Window system with all required and
> recommended dependencies, and I've gotten to the point of building
> glib-2.58.3, but it fails as follows:
> 
> [972/1007] Generating glib-gettextize-man with a custom command.
> FAILED: docs/reference/glib/glib-gettextize.1
> /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 
> -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/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
> [973/1007] Linking target tests/spawn-test.
> [974/1007] Compiling C object 
> 'tests/59830eb@@iochannel-test@exe/iochannel-test.c.o'.
> [975/1007] Linking target tests/module-test.
> [976/1007] Linking target tests/timeloop.
> [977/1007] Compiling C object 
> 'tests/59830eb@@unicode-encoding@exe/unicode-encoding.c.o'.
> [978/1007] Compiling C object 
> 'tests/59830eb@@assert-msg-test@exe/assert-msg-test.c.o'.
> [979/1007] Compiling C object 
> 'tests/59830eb@@slice-color@exe/slice-color.c.o'.
> [980/1007] Compiling C++ object 'tests/59830eb@@cxx-test@exe/cxx-test.cpp.o'.
> [981/1007] Compiling C object 'tests/59830eb@@slice-test@exe/memchunks.c.o'.
> [982/1007] Compiling C object 
> 'tests/59830eb@@unicode-collate@exe/unicode-collate.c.o'.
> [983/1007] Compiling C object 'tests/59830eb@@slice-color@exe/memchunks.c.o'.
> [984/1007] Compiling C object 'tests/59830eb@@slice-test@exe/slice-test.c.o'.
> [985/1007] Compiling C object 'tests/59830eb@@onceinit@exe/onceinit.c.o'.
> ninja: build stopped: subcommand failed.
> 
> I tried rebuilding after "ninja reconfigure", "meson --reconfigure", and
> "meson setup --wipe", and even deleting the directory and untarring it
> again, but each time got the same failure.  How can I proceed?
> 

The error you get may be due to an incomplete setting of the /etc/xml/catalog
file. On my system, it has close to the end:
  <rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl/current";
rewritePrefix="/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2"/>

If you do not have this, you should rerun the instructions at the end of the
installation of docbook-xsl-nonns.

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

Reply via email to