Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273444 - net-p2p/deluge-9999 fails to pull in proper dependency
Summary: net-p2p/deluge-9999 fails to pull in proper 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 net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 22:59 UTC by Adam Grissom
Modified: 2009-06-16 15:50 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 Adam Grissom 2009-06-09 22:59:15 UTC
Please add dev-python/chardet as a required dependency for net-p2p/deluge-9999, as it does not seem to be pulled in automatically.

Without it, deluge-9999 still builds/installs, and allows the running of deluged, but does not allow the deluge client to load, and errors with the following:

$ deluge
/usr/lib64/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
[ERROR   ] 15:28:40 ui:142 No module named chardet
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge/ui/ui.py", line 123, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 61, in <module>
    from connectionmanager import ConnectionManager
  File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/connectionmanager.py", line 49, in <module>
    import deluge.ui.common
  File "/usr/lib64/python2.6/site-packages/deluge/ui/common.py", line 40, in <module>
    import chardet
ImportError: No module named chardet
[ERROR   ] 15:28:40 ui:143 There was an error whilst launching the request UI: gtk
[ERROR   ] 15:28:40 ui:144 Look at the traceback above for more information.


After emerging dev-python/chardet, everything works fine.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2009-06-16 15:50:37 UTC
Fixed thanks