Page 1 of 1

Debian 4.0 etch crashes while starting

Posted: Tue Mar 18, 2008 2:19 am
by mpourmpouli8ras
Hello!

I tried installing deluge on etch using the .deb packages, which failed to install due to conditions not being met
(libboost-date1.34.1 is required while apt-get update and install tell me that libboost-date-1.33.1 is latest?)

Anyhoo, i got the source then
make
make install
and everything was fine.
found the binary, and tried running it from gnome's application toolbar but nothing happened.
went on a terminal, and typed deluge, and here is what it outputs before it hangs:
(deluge:7332): libglade-WARNING **: unknown widget class 'GtkAssistant'
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `close' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `apply' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `cancel' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
Traceback (most recent call last):
File "/usr/bin/deluge", line 143, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__ self.window.set_icon(deluge.common.get_logo(18))
AttributeError: 'gtk.Label' object has no attribute 'set_icon'
Is it something wrong with libglade & Gtk, or python?
Can somebody help?

Thanx in advance! :)

Re: Debian 4.0 etch crashes while starting

Posted: Wed Mar 19, 2008 12:47 am
by oshiri
You cannot simply use deluge package from sid or lenny with etch.
Packages from etch is too old and don't have all the widget required by deluge.
The error you paste is well known.

Please refer to this post to overcome the problem:
http://forum.deluge-torrent.org/viewtop ... f=7&t=3375

Re: Debian 4.0 etch crashes while starting

Posted: Wed Mar 19, 2008 1:02 am
by mpourmpouli8ras
wops, sorry did a search but didnt find it/see it
thanx for the link :)