Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348061 - dev-libs/libindicate-0.3.6[gtk] needs dev-util/gtk-doc-am for building
Summary: dev-libs/libindicate-0.3.6[gtk] needs dev-util/gtk-doc-am for building
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Romain Perier (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 18:51 UTC by Nikoli
Modified: 2011-01-03 19:03 UTC (History)
2 users (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 Nikoli 2010-12-07 18:51:03 UTC
# cat /var/tmp/portage/dev-libs/libindicate-0.3.6/temp/automake.out
***** automake *****
***** PWD: /var/tmp/portage/dev-libs/libindicate-0.3.6/work/libindicate-0.3.6
***** automake --add-missing --copy

gtk-doc.local.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/reference/Makefile.am:74:   `gtk-doc.local.make' included from here
gtk-doc.local.make:48: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/Makefile.am:74:   `gtk-doc.local.make' included from here
gtk-doc.local.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/Makefile.am:74:   `gtk-doc.local.make' included from here
libindicate-gtk/Makefile.am:48: patsubst %,$(srcdir: non-POSIX variable name
libindicate-gtk/Makefile.am:48: (probably a GNU make extension)
libindicate-gtk/Makefile.am:72: `%'-style pattern rules are a GNU make extension
libindicate/Makefile.am:84: `%'-style pattern rules are a GNU make extension
libindicate/Makefile.am:91: `%'-style pattern rules are a GNU make extension
libindicate/Makefile.am:112: patsubst %,$(srcdir: non-POSIX variable name
libindicate/Makefile.am:112: (probably a GNU make extension)
libindicate/Makefile.am:134: `%'-style pattern rules are a GNU make extension

Reproducible: Always
Comment 1 Dennis Schridde 2011-01-01 23:52:05 UTC
Is this still an issue with dev-libs/libindicate-0.4.4 (kde overlay)?
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-01-03 16:32:38 UTC
Fixed for libindicate-0.3.6 in tree. What about 0.4.4 in the overlay?
Comment 3 Dennis Schridde 2011-01-03 18:52:43 UTC
My opinion is that dev-libs/libindicate has to depend on dev-util/gtk-doc-am in any case, whatever useflags are set. That is because it uses GTK_DOC_CHECK, which comes in gtk-doc.m4, installed by the package in question.

Overlay is fixed accordingly. Thanks Nikoli for pointing this out!
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2011-01-03 19:03:35 UTC
Thanks!