Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503636 - dev-util/appdata-tools should depend on app-text/docbook-xml-dtd - configure: error: manpage generation requested but required utilities were not found
Summary: dev-util/appdata-tools should depend on app-text/docbook-xml-dtd - configure:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 16:12 UTC by Martin Jansa
Modified: 2014-03-06 20:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jansa 2014-03-06 16:12:02 UTC
checking for DocBook XML DTD V4.3 in XML catalog... not found
checking for DocBook XSL Stylesheets in XML catalog... found
configure: error: manpage generation requested but required utilities were not found

!!! Please attach the following file when seeking support:
!!! /tmp/tmpfs/portage/dev-util/appdata-tools-0.1.7/work/appdata-tools-appdata_tools_0_1_7/config.log

from config.log:
configure:14456: result: yes
configure:14465: checking for DocBook XML DTD V4.3 in XML catalog
configure:14468: $XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" >&2
No entry for PUBLIC -//OASIS//DTD DocBook XML V4.3//EN
configure:14471: $? = 4
configure:14477: result: not found
configure:14483: checking for DocBook XSL Stylesheets in XML catalog
configure:14486: $XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/html/refentry.xsl" >&2
file:///usr/share/sgml/docbook/xsl-stylesheets/html/refentry.xsl
configure:14489: $? = 0
configure:14491: result: found
configure:14505: error: manpage generation requested but required utilities were not found

After installing app-text/docbook-xml-dtd-4.3-r1:4.3 it builds OK


Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-03-06 20:02:55 UTC
+  06 Mar 2014; Lars Wendler <polynomial-c@gentoo.org>
+  appdata-tools-0.1.7.ebuild:
+  Added dependency on app-text/docbook-xml-dtd:4.3 (bug #503636).
+
Thanks for the report.