Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184038 - media-sound/exaile needs check for Mozilla USE flags
Summary: media-sound/exaile needs check for Mozilla USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL: http://www.exaile.org/trac/ticket/666
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 21:55 UTC by Christian Faulhammer (RETIRED)
Modified: 2007-08-11 12:35 UTC (History)
1 user (show)

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 Christian Faulhammer (RETIRED) gentoo-dev 2007-07-02 21:55:04 UTC
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 Samuli Suominen (RETIRED) gentoo-dev 2007-07-07 10:35:54 UTC
Thanks, I've also reported this to upstream in different way. See URL.

Adding the ebuild checks today..
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-07-07 11:07:03 UTC
(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 David Hardstone 2007-07-08 13:41:43 UTC
Looks like this'll be fixed in 0.2.11 (and current SVN) of exaile.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2007-08-11 12:35:11 UTC
(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 :/