Summary: | media-sound/sonata-1.5.1: doesn't run without dev-python/dbus-python | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toni Budrović <button03> |
Component: | Current packages | Assignee: | Christoph Mende (RETIRED) <angelos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sound |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
new Sonata ebuild solving dbus issue
patch solving the dbus issue ebuild which applies dbus-runtime-error.patch |
Description
Toni Budrović
2008-05-14 16:05:59 UTC
Created attachment 153105 [details]
new Sonata ebuild solving dbus issue
Here's my proposal to solve this. Since it seems that Sonata requires dbus-python as a dependency, dbus USE flag should be removed and dev-python/dbus-python added as a runtime dependency
If I uncomment the try: and except: around the code in question (in main.py), everything seems to work fine... I don't know why the author commented it out (and didn't add error code like he did with mpd right above). (In reply to comment #2) > If I uncomment the try: and except: around the code in question (in main.py), > everything seems to work fine... I don't know why the author commented it out > (and didn't add error code like he did with mpd right above). > You are right. I have already made a patch. Would you mind if I post it? No, go ahead. I made a bug report upstream: https://developer.berlios.de/bugs/?func=detailbug&bug_id=13816&group_id=7323 (no response yet). Created attachment 153421 [details, diff]
patch solving the dbus issue
Here's patch which solves this problem. I have tested it and it works on my system. I will also add a new ebuild.
Created attachment 153423 [details]
ebuild which applies dbus-runtime-error.patch
looks like its fixed now upstream. https://developer.berlios.de/bugs/?func=detailbug&bug_id=13816&group_id=7323 this is indeed fixed in 1.5.2, which is now in the tree, thanks |