Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318377 - media-sound/listen: unnecessary dependency
Summary: media-sound/listen: unnecessary dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL: http://www.listen-project.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 07:44 UTC by nm (RETIRED)
Modified: 2010-05-04 08:36 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 nm (RETIRED) gentoo-dev 2010-05-04 07:44:15 UTC
media-sound/listen doesn't need gnome-vfs-python. I removed the dependency from the ebuild, merged it, and started Listen. It does everything just fine without it. I also checked the build instructions and deps listed in the sources -- gnome-vfs isn't mentioned anywhere.

You can safely remove it from the ebuild -- this should make folks who don't use Gnome happier.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-04 08:34:40 UTC
$ listen

 [ .. ]

WARNING  widget.source_ui.SourceUI      3359410  failed to load plugin magnatune: Traceback (most recent call last):
  File "/usr/lib64/listen/plugins/__init__.py", line 110, in scan
    mod = imp.load_module(name, *modinfo)
  File "/usr/lib/listen/plugins/source/magnatune.py", line 54, in <module>
    import gnomevfs
ImportError: No module named gnomevfs

WARNING  widget.source_ui.SourceUI      3359410  failed to load plugin jamendo: Traceback (most recent call last):
  File "/usr/lib64/listen/plugins/__init__.py", line 110, in scan
    mod = imp.load_module(name, *modinfo)
  File "/usr/lib/listen/plugins/source/jamendo.py", line 55, in <module>
    import gnomevfs
ImportError: No module named gnomevfs

[ .. ]
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-05-04 08:36:42 UTC
I hope this was the resolution you were looking for,

+  04 May 2010; Samuli Suominen <ssuominen@gentoo.org> listen-0.6.5.ebuild:
+  Move gnome-vfs-python RDEPEND behind USE gnome because it's runtime
+  optional wrt #318377 by Josh Saddler.