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
Description:   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"

------- Comment #1 From Samuli Suominen 2007-07-07 10:35:54 0000 -------
Thanks, I've also reported this to upstream in different way. See URL.

Adding the ebuild checks today..

------- Comment #2 From Christian Faulhammer 2007-07-07 11:07:03 0000 -------
(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.

------- Comment #3 From David Hardstone 2007-07-08 13:41:43 0000 -------
Looks like this'll be fixed in 0.2.11 (and current SVN) of exaile.

------- Comment #4 From Samuli Suominen 2007-08-11 12:35:11 0000 -------
(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 :/