Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 355505

Summary: sys-auth/polkit-0.96-r1 requires DEPEND app-text/docbook-xml-dtd:4.1.2 to build
Product: Gentoo Linux Reporter: Azamat H. Hackimov <azamat.hackimov>
Component: New packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: None
Whiteboard: None
Package list:
Runtime testing required: ---
Attachments: build.log

Description Azamat H. Hackimov 2011-02-19 01:34:22 UTC
Without app-text/docbook-xml-dtd:4.1.2 polkit fails with error:

make[3]: Entering directory `/var/tmp/portage/sys-auth/polkit-0.96-r1/work/polkit-0.96/docs/man'
/usr/bin/xsltproc -nonet --stringparam man.base.url.for.relative.links /usr/share/gtk-doc/html/polkit-1/ --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit.xml
/usr/bin/xsltproc -nonet --stringparam man.base.url.for.relative.links /usr/share/gtk-doc/html/polkit-1/ --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkitd.xml
/usr/bin/xsltproc -nonet --stringparam man.base.url.for.relative.links /usr/share/gtk-doc/html/polkit-1/ --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl pklocalauthority.xml
pklocalauthority.xml:5: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
  ^
polkit.xml:5: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
  ^
polkitd.xml:5: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
  ^
Comment 1 Azamat H. Hackimov 2011-02-19 01:34:54 UTC
Created attachment 262971 [details]
build.log
Comment 2 Azamat H. Hackimov 2011-02-19 01:39:51 UTC
Also I can compile polkit only with MAKEOPTS="-j1". Something wrong in these man pages.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-02-19 22:47:45 UTC
Please do not mix two different issues in a single bug. If you see parallel make failures, report a separate bug.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-05-14 17:28:51 UTC
+  14 May 2011; Gilles Dartiguelongue <eva@gentoo.org> polkit-0.101-r1.ebuild:
+  Add missing dtd to DEPEND, bug #355505.

Although the absence of network and the dtd itself didn't cause the build to
fail here, it is still correct to add the dependency. Thanks for reporting.