Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306149 - dev-util/gtk-doc-am-1.13 fails to build
Summary: dev-util/gtk-doc-am-1.13 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Solaris
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 306363 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-21 09:33 UTC by Daniel Vergien
Modified: 2010-02-22 18:04 UTC (History)
2 users (show)

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


Attachments
buildlog (build.log,8.06 KB, text/plain)
2010-02-21 09:33 UTC, Daniel Vergien
Details
gtk-doc-am-1.13.ebuild.patch (gtk-doc-am-1.13.ebuild.patch,387 bytes, patch)
2010-02-21 09:49 UTC, Daniel Vergien
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Vergien 2010-02-21 09:33:10 UTC
gtk-doc-am fails to build:
checking for XML catalog (/etc/xml/catalog)... found
checking for xmlcatalog... /nilfisk/home/dve/gentoo-kde/usr/bin/xmlcatalog
checking for DocBook XML DTD V4.3 in XML catalog... not found
configure: error: could not find DocBook XML DTD V4.3 in XML catalog

The problem seems to be that it uses /etc/xml/catalog and not $EPREFIX/etc/xml/catalog 

If I do the failing test by hand, using $EPREFIX/etc/xml/catalog it does not fail.
Comment 1 Daniel Vergien 2010-02-21 09:33:31 UTC
Created attachment 220579 [details]
buildlog
Comment 2 Daniel Vergien 2010-02-21 09:49:42 UTC
Created attachment 220585 [details, diff]
gtk-doc-am-1.13.ebuild.patch

Adding --with-xml-catalog to the configure options - now uses "${EPREFIX}"/etc/xml/catalog instead of /etc/xml/catalog
Comment 3 Fabian Groffen gentoo-dev 2010-02-22 14:43:11 UTC
*** Bug 306363 has been marked as a duplicate of this bug. ***
Comment 4 Fabian Groffen gentoo-dev 2010-02-22 14:45:39 UTC
@gnome: are you ok with bumping to EAPI=3 and applying this patch?
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-22 17:45:14 UTC
the change looks fine, please apply.
Comment 6 Fabian Groffen gentoo-dev 2010-02-22 18:04:59 UTC
committed, thanks