GEN man/systemd.html warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl make[1]: *** [man/systemd.html] Error 4 I've tried to compile systemd on Archlinux. And this is the final result. It can't retrieve the docbook.xsl file. I've succeded only patching the docbook.xsl path and building against docbook-xsl installed on my laptop
Install the docbook-xsl package if you build from git. $ rpm -qf /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/manpages/docbook.xsl docbook-style-xsl-1.75.2-6.fc13.noarch
Sorry for my ignorance and my insistence.But I've already installed docbook-xsl package on my distro. and the path for docbook.xsl is this /usr/share/xml/docbook/xsl-stylesheets-1.75.2/html/docbook.xsl But it compile only without MANS variable cause it can't retrieve the file
Then your distribution is broken, and the XML catalogs file not properly updated. Please bring that up with your distro folks, this is not an upstream systemd problem.
Done as you suggest but it doesn't compile make[1]: Entering directory `/tmp/yaourt-tmp-morfeo/aur-systemd-git/src/systemd-build' VALAC systemadm_vala.stamp GEN man/systemd.1 GEN man/systemctl.1 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/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 make[1]: *** [man/systemctl.1] Error 4 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [man/systemd.1] Error 4 make[1]: Leaving directory `/tmp/yaourt-tmp-morfeo/aur-systemd-git/src/systemd-build' make: *** [all] Error 2
Dude, your catalog files are broken: this must be fixed by your distribution! Please contact the folks who maintain your distribution. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.