| Summary: | dev-util/gtk-doc-am-1.13 fails to build under prefix | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Stuart Shelton <srcshelton> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | IRIX | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 306149 *** |
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?)