Re: [systemd-devel] XSLT error compiling systemd
That was the tip I needed, thanks. I ran the command: sudo yum install docbook-style-xsl (which translated to the more modern "dnf instsall docbook-style-xsl") After that it worked fine. Thanks again! ~Andrew On Sat, Dec 12, 2015 at 3:14 AM, David Herrmann wrote: > > Hi > > On Sat, Dec 12, 2015 at 8:43 AM, Andrew Thompson > wrote: > > With a new install of Fedora server, I'm having trouble building systemd > > documentation. It's driving me crazy. > > > > I've been able to fix this problem by editing the Makefile by hand, and > > removing the "--no-net" flag from the XSLT build command, but that is less > > than ideal. Has anyone run into this problem? What is the preferred way to > > fix it? Below is the error message I'm getting at the end of the output from > > "make": > > > > > > XSLT man/bootup.7 > > 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"; > > compilation error: file ./man/custom-man.xsl line 27 element import > > xsl:import : unable to load > > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > Makefile:22089: recipe for target 'man/bootup.7' failed > > Do you have the required stylesheets installed? In particular, > docbook-xml and docbook-xsl? It should not load them from external > sources, if they're supplied locally. > > Thanks > David ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Re: [systemd-devel] XSLT error compiling systemd
Hi On Sat, Dec 12, 2015 at 8:43 AM, Andrew Thompson wrote: > With a new install of Fedora server, I'm having trouble building systemd > documentation. It's driving me crazy. > > I've been able to fix this problem by editing the Makefile by hand, and > removing the "--no-net" flag from the XSLT build command, but that is less > than ideal. Has anyone run into this problem? What is the preferred way to > fix it? Below is the error message I'm getting at the end of the output from > "make": > > > XSLT man/bootup.7 > 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"; > compilation error: file ./man/custom-man.xsl line 27 element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > Makefile:22089: recipe for target 'man/bootup.7' failed Do you have the required stylesheets installed? In particular, docbook-xml and docbook-xsl? It should not load them from external sources, if they're supplied locally. Thanks David ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel
[systemd-devel] XSLT error compiling systemd
With a new install of Fedora server, I'm having trouble building systemd documentation. It's driving me crazy. I've been able to fix this problem by editing the Makefile by hand, and removing the "--no-net" flag from the XSLT build command, but that is less than ideal. Has anyone run into this problem? What is the preferred way to fix it? Below is the error message I'm getting at the end of the output from "make": XSLT man/bootup.7 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"; compilation error: file ./man/custom-man.xsl line 27 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Makefile:22089: recipe for target 'man/bootup.7' failed ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel