Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355505 - sys-auth/polkit-0.96-r1 requires DEPEND app-text/docbook-xml-dtd:4.1.2 to build
Summary: sys-auth/polkit-0.96-r1 requires DEPEND app-text/docbook-xml-dtd:4.1.2 to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL: None
Whiteboard: None
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-02-19 01:34 UTC by Azamat H. Hackimov
Modified: 2011-05-14 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,75.60 KB, text/plain)
2011-02-19 01:34 UTC, Azamat H. Hackimov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.