Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265928 - x11-libs/goffice-0.6.4 requires gtk-doc-am because of automake usage
Summary: x11-libs/goffice-0.6.4 requires gtk-doc-am because of automake usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 01:47 UTC by James Rowe
Modified: 2009-04-20 21:57 UTC (History)
0 users

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


Attachments
goffice-gtk_doc_am-build-dep.patch (goffice-gtk_doc_am-build-dep.patch,345 bytes, patch)
2009-04-13 01:47 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2009-04-13 01:47:14 UTC
The current stable slot 0.6 ebuild requires gtk-doc-am because of the
eautomake call, if it isn't installed the build fails because automake
can't find the macros it needs.

  The attached patch fixes this.  Note that it only affect 0.6.4 as the
others aren't calling automake, and it isn't a !doc only dep because
the macros package isn't a runtime dep for gtk-doc so the dep may not be
met even in the USE=doc case.

Thanks,

James


Reproducible: Always
Comment 1 James Rowe 2009-04-13 01:47:47 UTC
Created attachment 188175 [details, diff]
goffice-gtk_doc_am-build-dep.patch
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-20 21:57:19 UTC
fixed without a bump. Thanks for reporting and the patch.