Opened 15 years ago

Closed 15 years ago

#959 closed bug (Invalid)

gentoo-9999.ebuild dependency

Reported by: Demonic Owned by: markybob
Priority: major Milestone:
Component: Packaging Version: 1.2.0_dev
Keywords: gentoo Cc:

Description

Please add chardet as a required dependency for the gentoo-9999.ebuild, as it does not seem to be pulled in automatically.

This still allows building/installing of deluge, 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.

Change History (1)

comment:1 Changed 15 years ago by andar

  • Resolution set to invalid
  • Status changed from new to closed

Please file this with bugs.gentoo.org.

Note: See TracTickets for help on using tickets.