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

Bug 306363

Summary: dev-util/gtk-doc-am-1.13 fails to build under prefix
Product: Gentoo/Alt Reporter: Stuart Shelton <srcshelton>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: IRIX   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stuart Shelton 2010-02-22 14:42:00 UTC
gtk-doc-am's configure looks for an XML catalog at /etc/xml/catalog, and then barfs if it doesn't find it.

Changing the ebuild from:

src_configure() {
    econf
}

... to:

src_configure() {
    econf --with-xml-catalog="${EPREFIX}"/etc/xml/catalog
}

... fixes this problem.

(But shouldn't the package adhere to the --sysconfdir setting?)
Comment 1 Fabian Groffen gentoo-dev 2010-02-22 14:43:11 UTC

*** This bug has been marked as a duplicate of bug 306149 ***