Page 1 of 1

deluge on sidux (debian sid based)

Posted: Sun Apr 20, 2008 2:05 pm
by rdsu
Hi,

I've the deluge-torrent 0.5.8.7-1, on sidux, but doesn't open...

this is the result:

Code: Select all

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
if I try to install the deluge-torrent_0.5.8.9-1:

Code: Select all

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
If you need more info to resolve this issue...

Regards

Re: deluge on sidux (debian sid based)

Posted: Mon Apr 21, 2008 10:23 pm
by jdhore

Code: Select all

sudo apt-get remove deluge-torrent deluge-torrent-common
Then install it from the Sid deb on the Deluge site.

Re: deluge on sidux (debian sid based)

Posted: Mon Apr 21, 2008 10:38 pm
by rdsu
I uninstall what you said, and this is the result while installing the .deb file:

Code: Select all

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

Re: deluge on sidux (debian sid based)

Posted: Tue Apr 22, 2008 10:16 pm
by jdhore
rdsu wrote:I uninstall what you said, and this is the result while installing the .deb file:

Code: Select all

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.

Re: deluge on sidux (debian sid based)

Posted: Tue Apr 22, 2008 10:27 pm
by rdsu
Ok, thanks ;)

Re: deluge on sidux (debian sid based)

Posted: Thu May 01, 2008 12:52 pm
by rdsu
Now works fine... :)

Re: deluge on sidux (debian sid based)

Posted: Fri May 23, 2008 2:01 pm
by rdsu
Problems again...

deluge-torrent_0.5.9.1-1_i386.sid
python2.5 2.5.2-5

Code: Select all

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