Bug 184038 - media-sound/exaile needs check for Mozilla USE flags
|
Bug#:
184038
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: ssuominen@gentoo.org
|
Reported By: fauli@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://www.exaile.org/trac/ticket/666
|
|
Summary: media-sound/exaile needs check for Mozilla USE flags
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-07-02 21:55 0000
|
exaile will give the following message on STDOUT when started from a terminal.
It is no runtime failure (works just fine).
Traceback (most recent call last):
File "/usr/share/exaile/xl/xlmisc.py", line 36, in ?
from xl import mozembed
File "/usr/share/exaile/xl/mozembed.py", line 29, in ?
import gtkmozembed
ImportError: No module named gtkmozembed
You should check if dev-python/gnome-python-extras has been built with one out
of USE="xulrunner firefox seamonkey"
Thanks, I've also reported this to upstream in different way. See URL.
Adding the ebuild checks today..
Looks like this'll be fixed in 0.2.11 (and current SVN) of exaile.
(In reply to comment #2)
> (In reply to comment #1)
> > Thanks, I've also reported this to upstream in different way. See URL.
> http://www.exaile.org/trac/ticket/666
>
> The ticket of the beast. Thanks.
>
Added a check in ebuild too, sorry it took so long.. somehow missed this bug :/