Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359157 - =x11-proto/xextproto-7.2.0 fails to build ( configure: error: --with-xmlto )
Summary: =x11-proto/xextproto-7.2.0 fails to build ( configure: error: --with-xmlto )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal critical
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: InOverlay, InVCS
Depends on:
Blocks:
 
Reported: 2011-03-16 14:11 UTC by Agostino Sarubbo
Modified: 2011-03-16 16:14 UTC (History)
0 users

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


Attachments
Build log (xextproto-7.2.0:20110316-150253.log,4.23 KB, text/plain)
2011-03-16 14:11 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-03-16 14:11:01 UTC
Created attachment 266125 [details]
Build log

amd64box tmp # eix xmlto
* app-doc/xmltoman
     Available versions:  0.3 ~0.4
     Homepage:            http://sourceforge.net/projects/xmltoman/
     Description:         Simple scripts for converting xml to groff or html

* app-text/xmlto
     Available versions:  0.0.22 ~0.0.23 {latex}
     Homepage:            https://fedorahosted.org/xmlto/
     Description:         A bash script for converting XML and DocBook formatted documents to a variety of output formats


after installing xmlto it goes.

Please update dep.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-16 14:38:17 UTC
# Add deps on documentation
# Most docbooks use dtd version 4.2 and 4.3 add more when found
if has doc ${IUSE//+}; then
        DEPEND+="
                doc? (
                        app-text/asciidoc
                        app-text/xmlto
                        app-doc/doxygen
                        app-text/docbook-xml-dtd:4.1
                        app-text/docbook-xml-dtd:4.2
                        app-text/docbook-xml-dtd:4.3
                )
        "
fi

It is in eclass.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-16 15:29:12 UTC
Urgh, IUSE is not propagated to eclass from ebuild so any IUSE check in global scope is not working as it should, I need to fix this asap for both dri and doc useflags.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-16 16:14:43 UTC
Done in main tree. And all overlay ebuilds adjusted hopefully.