On Sun, 02 Jun 2019 18:27:12 +0200 Stephen Berman via blfs-support <[email protected]> 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? It turns out that when I installed docbook-xsl-nons-1.79.2 I neglected to execute the commands augmenting /etc/xml/catalog. After doing that, the glib build succeeded. Sorry for the false alarm. Steve Berman -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
