root@siduxbox:/home/rdsu# deluge
checking for ubuntu...
Traceback (most recent call last):
File "/usr/bin/deluge", line 135, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
root@siduxbox:/home/rdsu# dpkg -i Downloads/Linux/deluge-torrent_0.5.8.9-1_i386.sid.deb
dpkg: considering removing deluge-torrent-common in favour of deluge-torrent ...
dpkg: no, cannot proceed with removal of deluge-torrent-common (--auto-deconfigure will help):
deluge-torrent depends on deluge-torrent-common (= 0.5.8.7-1)
deluge-torrent-common is to be removed.
dpkg: regarding .../deluge-torrent_0.5.8.9-1_i386.sid.deb containing deluge-torrent:
deluge-torrent conflicts with deluge-torrent-common
deluge-torrent-common (version 0.5.8.7-1) is present and installed.
dpkg: error processing Downloads/Linux/deluge-torrent_0.5.8.9-1_i386.sid.deb (--install):
conflicting packages - not installing deluge-torrent
Errors were encountered while processing:
Downloads/Linux/deluge-torrent_0.5.8.9-1_i386.sid.deb
root@siduxbox:/home/rdsu# dpkg -i Downloads/Linux/deluge-torrent_0.5.8.9-1_i386.sid.deb
Selecting previously deselected package deluge-torrent.
(Reading database ... 121237 files and directories currently installed.)
Unpacking deluge-torrent (from .../deluge-torrent_0.5.8.9-1_i386.sid.deb) ...
dpkg: dependency problems prevent configuration of deluge-torrent:
deluge-torrent depends on python (<< 2.5); however:
Version of python on system is 2.5.2-1.
dpkg: error processing deluge-torrent (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
deluge-torrent
You'll have to build from source then...I believe the 0.5.8.9 packages were built before Sid moved over to Python 2.5 by default. Or wait till the next release when the Sid packages prolly will be built with Python 2.5...It MAY work if you instal lthe python-2.4 packages, but no guarantees.
root@siduxbox:/home/rdsu# deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 122, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory