Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386453 - media-gfx/gimp-2.7.3-(r1): missing gtk-doc-am (not gtk-doc) DEPEND
Summary: media-gfx/gimp-2.7.3-(r1): missing gtk-doc-am (not gtk-doc) DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 19:30 UTC by cyberbat
Modified: 2011-10-10 00:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyberbat 2011-10-08 19:30:08 UTC
media-gfx/gimp-2.7.3 and media-gfx/gimp-2.7.3-r1 with following USE:

USE:        alsa amd64 consolekit curl dbus elibc_glibc exif jpeg jpeg2k kernel_linux lcms mmx mng multilib pdf png policykit smp sse svg tiff userland_GNU webkit wmf xpm

fails to be emerged without gtk-doc installed. We got an error on automake phase with such heading:


***** automake *****
***** PWD: /var/tmp/portage/media-gfx/gimp-2.7.3-r1/work/gimp-2.7.3
***** automake --add-missing --copy

gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/app/Makefile.am:117:   `gtk-doc.make' included from here
gtk-doc.make:54: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
devel-docs/app/Makefile.am:117:   `gtk-doc.make' included from here
gtk-doc.make:59: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
devel-docs/app/Makefile.am:117:   `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/libgimp/Makefile.am:64:   `gtk-doc.make' included from here
gtk-doc.make:54: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
devel-docs/libgimp/Makefile.am:64:   `gtk-doc.make' included from here
gtk-doc.make:59: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
devel-docs/libgimp/Makefile.am:64:   `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/libgimpbase/Makefile.am:52:   `gtk-doc.make' included from here
gtk-doc.make:54: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
devel-docs/libgimpbase/Makefile.am:52:   `gtk-doc.make' included from here
gtk-doc.make:59: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
devel-docs/libgimpbase/Makefile.am:52:   `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
devel-docs/libgimpcolor/Makefile.am:46:   `gtk-doc.make' included from here
gtk-doc.make:54: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
devel-docs/libgimpcolor/Makefile.am:46:   `gtk-doc.make' included from here
Comment 1 cyberbat 2011-10-08 20:24:52 UTC
I'm sorry. It DEPENDs on dev-util/gtk-doc-am .
Comment 2 Sebastian Pipping gentoo-dev 2011-10-10 00:05:17 UTC
Thanks for reporting!

+  10 Oct 2011; Sebastian Pipping <sping@gentoo.org> gimp-2.7.3-r1.ebuild:
+  Add dev-util/gtk-doc-am (not gtk-doc) to DEPEND due to the call to
+  eautoreconf (bug #386453)
+