Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303515 - media-sound/rhythmbox missing dependency on recent app-text/gnome-doc-utils
Summary: media-sound/rhythmbox missing dependency on recent app-text/gnome-doc-utils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-04 21:08 UTC by Florian Berger
Modified: 2010-02-17 22:58 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,3.87 KB, text/plain)
2010-02-09 11:21 UTC, Florian Berger
Details
build.log (build.log,2.92 KB, text/plain)
2010-02-09 11:25 UTC, Florian Berger
Details
automake.out (automake.out,18.31 KB, text/plain)
2010-02-09 11:25 UTC, Florian Berger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Berger 2010-02-04 21:08:49 UTC
Emerging media-sound/rhythmbox-0.12.5-r2 failed with a "Failed Running automake!" message. A copy of automake.out is at http://forums.gentoo.org/viewtopic-p-6160122.html

Updating app-text/gnome-doc-utils from my version installed (0.6.1) to the current version (0.16.1) fixed the problem.

I guess the media-sound/rhythmbox ebuild is missing the dependency on a recent app-text/gnome-doc-utils.

King regards,
Florian

Reproducible: Didn't try

Steps to Reproduce:
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-09 08:54:55 UTC
Please copy the relevant informations to bugzilla (emerge --info, build.log, ...).
Comment 2 Florian Berger 2010-02-09 11:21:06 UTC
Created attachment 218985 [details]
emerge --info
Comment 3 Florian Berger 2010-02-09 11:25:11 UTC
Created attachment 218987 [details]
build.log
Comment 4 Florian Berger 2010-02-09 11:25:58 UTC
Created attachment 218989 [details]
automake.out
Comment 5 Florian Berger 2010-02-09 11:34:34 UTC
Not so easy once everything is updated. :-)

Anyway, I fetched the obsolete gnome-doc-utils and I can reproduce the bug:

$ emerge '=app-text/gnome-doc-utils-0.6.1'

$ emerge '=media-sound/rhythmbox-0.12.5-r2'

* Running automake --add-missing --copy ...

* ERROR: media-sound/rhythmbox-0.12.5-r2 failed:
*   Failed Running automake !

emerge --info, build.log and automake.out are attached.

Expected behaviour would be to pull in the missing dependency.

Cheers,
Florian
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-09 13:25:21 UTC
gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL

Looking at the git history, it looks like this was introduced in gnome-doc-utils-0.9.1.
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-17 22:58:50 UTC
+  17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  -files/rhythmbox-0.11.5-libmtp-0.3.0-API.patch,
+  -rhythmbox-0.11.6-r1.ebuild, rhythmbox-0.12.5-r2.ebuild,
+  rhythmbox-0.12.6.ebuild:
+  Add libsoup-gnome dependency, it is needed at build time, bug #302670.
+  Raise gnome-doc-utils dependency to an appropriate version, bug #303515.
+
Fixed without a bump, thanks for reporting.