Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296324 - dev-libs/eggdbus-0.6 fails running automake
Summary: dev-libs/eggdbus-0.6 fails running automake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mounir Lamouri (volkmar) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 15:26 UTC by Tiziano Müller (RETIRED)
Modified: 2010-02-10 09:02 UTC (History)
1 user (show)

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


Attachments
automake.out (automake.out,1.11 KB, text/plain)
2009-12-09 15:27 UTC, Tiziano Müller (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2009-12-09 15:26:03 UTC
When I try to install hal (with polkit/devkit and therefore eggdbus) on a fresh install it says "Failed Running automake !"
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2009-12-09 15:27:01 UTC
Created attachment 212545 [details]
automake.out

Attached the automake.out
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2009-12-09 16:10:18 UTC
... as you can guess from the log-output it helps to install gtk-doc first.
Comment 3 Rapahel Studer 2009-12-28 11:26:52 UTC
I've got the same problem as you, but installing gtk-doc didn't solved it. Any other guesses?
Comment 4 Rapahel Studer 2009-12-30 00:31:32 UTC
I could solve the problem with, unmerging the gtk-doc, adding the "doc" useflag and remerging the whole thing (gtk-doc and eggdbus).

So without the doc useflag there shoudn't be a ENABLE_GTK_DOC in the automake file.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-02-10 09:02:05 UTC
+  10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> eggdbus-0.6.ebuild:
+  Missing dev-util/gtk-doc-am depend for eautoreconf wrt #296324, thanks to
+  Tiziano Müller for reporting.