All of lore.kernel.org
 help / color / mirror / Atom feed
* xsltproc failing to load docbook.xsl
@ 2017-04-03 11:12 colin.helliwell
  2017-04-03 11:21 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: colin.helliwell @ 2017-04-03 11:12 UTC (permalink / raw)
  To: yocto

I'm trying to build a package which uses xsltproc, and it's failing to load
docbook.xsl:

|
/home/colin/100051/fsl-community-bsp/build/tmp/sysroots/x86_64-linux/usr/bin
/xsltproc --output man/nmcli.1 --path man --xinclude --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
../NetworkManager-1.6.2/man/nmcli.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

I guess I could patch out the '--nonet' for this package, but wondered if
there's a correct way to fix this - a recipe dependency needed and/or
something installed on the host system? 
(I've done a 'sudo apt-get install docbook-xsl docbook-xml'; but can't
figure out where it's expecting the file to be)






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-07  6:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 11:12 xsltproc failing to load docbook.xsl colin.helliwell
2017-04-03 11:21 ` Burton, Ross
2017-04-03 13:07   ` Colin Helliwell
2017-04-03 13:11     ` Burton, Ross
2017-04-07  6:27       ` Colin Helliwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.