Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288045 - Failed to emerge gnome-extra/libgda-4.1.0 with automake error on gtk-doc-am
Summary: Failed to emerge gnome-extra/libgda-4.1.0 with automake error on gtk-doc-am
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 12:42 UTC by Paweł Szklarz
Modified: 2009-10-07 21:09 UTC (History)
0 users

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 Paweł Szklarz 2009-10-07 12:42:37 UTC
In a server gentoo installation (without gnome), trying to emerge libgda-4.1.0 give error on automake.

Workaround:
emerge dev-util/gtk-doc-am


before emerge of gtk-doc-am, emerge of libgda-4.1.0 works well.



Reproducible: Always

Steps to Reproduce:
1. Install gentoo without gnome
2. USE="-doc" emerge gnome-extra/libgda
3. get the error
 
Actual Results:  
* ERROR: gnome-extra/libgda-4.1.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_prepare
 *             environment, line 5143:  Called eautoreconf
 *             environment, line 1324:  Called eautomake
 *             environment, line 1297:  Called autotools_run_tool 'automake' '--add-missing' '--copy'
 *             environment, line  610:  Called die



Expected Results:  
emerge libgda without documentation

automake.out content:
***** automake *****
***** PWD: /var/tmp/portage/gnome-extra/libgda-4.1.0/work/libgda-4.1.0
***** automake --add-missing --copy

configure.in:104: warning: AC_ARG_PROGRAM invoked multiple times
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/C/Makefile.am:63:   `gtk-doc.make' included from here
gtk-doc.make:48: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/C/Makefile.am:63:   `gtk-doc.make' included from here
gtk-doc.make:153: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/C/Makefile.am:63:   `gtk-doc.make' included from here
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-10-07 16:35:17 UTC
Please always include the build.log.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-10-07 21:09:40 UTC
+  07 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org libgda-4.1.0.ebuild:
+  Add missing gtk-doc-am dependency, bug #288045.
+
Thanks for reporting, please re-open if it's not fixed.