Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408779 - media-sound/xmms2-0.8-r1: suspect [R]DEPEND on media-sound/madplay (should be media-libs/libmad)
Summary: media-sound/xmms2-0.8-r1: suspect [R]DEPEND on media-sound/madplay (should be...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 21:40 UTC by nzqr
Modified: 2012-03-20 19:38 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 nzqr 2012-03-18 21:40:43 UTC
qdepends -r xmms2 shows:
media-sound/xmms2-0.8-r1: >=dev-db/sqlite-3.3.4 media-libs/alsa-lib media-libs/flac media-sound/mac media-sound/madplay >=dev-libs/glib-2.12.9 >=app-admin/eselect-python-20091230

This is strange to have dependebncy on madplay, because grepping xmms's soureces didn't show any use of madplay or abxtest. It should rather RDEPEND on libmad, because:

objdump -x /usr/lib64/xmms2/libxmms_mad.so |grep ' NEE'
  NEEDED               libglib-2.0.so.0
  NEEDED               libmad.so.0
  NEEDED               libm.so.6
  NEEDED               libc.so.6

And, why it RDEPENDs on app-admin/eselect-python? xmms2 is built with -python, and i didn't found any python scripts in package.

Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-03-20 19:38:00 UTC
Pushed 'libmad' fix as:

> 20 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> xmms2-0.7-r2.ebuild,
> xmms2-0.7-r3.ebuild, xmms2-0.8-r1.ebuild:
> Fix 'media-sound/madplay' RDEPEND to be 'media-libs/libmad'. Found by nzqr in
> bug #408779.

As for the 'eselect-python' depend it's a yet unsolved 'python.eclass'
problem being tracked as bug #341037

Today Luca started discussion about it so there is chances the bug
will be solved soonish in a generic way:
    http://old.nabble.com/Fix-spurious-dep-to-eselect-python-td33536503.html

Thanks for the detailed report!