On 1/7/2020 9:23 AM, Douglas R. Reno via blfs-support wrote:

On 1/7/20 7:21 AM, Alan Feuerbacher via blfs-support wrote:
I'm building GLib-2.62.4 in (System V Edition) - Version 2020-01-06
and have run into a compile problem. After executing this:

meson --prefix=/usr      \
      -Dman=true         \
      -Dselinux=disabled \
      ..                 &&
ninja

I get a failure:

. . .
Configuring config.h using configuration
Program xsltproc found: YES (/usr/bin/xsltproc)
Build targets in project: 385
Found ninja-1.9.0 at /usr/bin/ninja
[1128/1157] Generating gapplication-man with a custom command.
FAILED: docs/reference/gio/gapplication.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/gio/gapplication.1
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
../docs/reference/gio/gapplication.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
[1137/1157] Compiling C object 'tests/59830eb@@onceinit@exe/onceinit.c.
o'.
ninja: build stopped: subcommand failed.

This build of LFS is the first I've used the meson-ninja tools, so I
don't know what to make of this.

I've installed the recommended dependencies.

Alan

Do you have docbook-xsl and docbook-xml installed and setup? Those should be Recommended for libxslt if I'm not mistaken. It looks like ninja is trying to generate man pages using xsltproc (part of libxslt), and then failing because it can't get to the docbook stylesheets...

As I just replied to Pierre Labastie, I installed them along with other stuff. Problem solved!

Alan

--
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