[SOLVED] Deluge cannot load

General support for problems installing or using Deluge
Post Reply
umarzuki
Member
Member
Posts: 19
Joined: Tue Nov 27, 2007 12:22 am

[SOLVED] Deluge cannot load

Post by umarzuki »

I'm using debian lenny amd64
Linux my-hostname 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 GNU/Linux

Code: Select all

umarzuki@nastything:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted
Last edited by umarzuki on Sat Jan 24, 2009 7:00 am, edited 1 time in total.
umarzuki
Member
Member
Posts: 19
Joined: Tue Nov 27, 2007 12:22 am

Re: Deluge cannot load

Post by umarzuki »

that was when i'm using deluge-torrent package from debian lenny repo. Then I tried installing package from Deluge site:

Code: Select all

nastything:/home/umarzuki/Desktop/Downloads# dpkg -i deluge-torrent_1.1.0-1_amd64.lenny.deb 
Selecting previously deselected package deluge-torrent.
(Reading database ... 88991 files and directories currently installed.)
Unpacking deluge-torrent (from deluge-torrent_1.1.0-1_amd64.lenny.deb) ...
dpkg: dependency problems prevent configuration of deluge-torrent:
 deluge-torrent depends on libboost-date-time1.34.1 (>= 1.34.1-8); however:
  Package libboost-date-time1.34.1 is not installed.
 deluge-torrent depends on libboost-filesystem1.34.1 (>= 1.34.1-8); however:
  Package libboost-filesystem1.34.1 is not installed.
 deluge-torrent depends on libboost-iostreams1.34.1 (>= 1.34.1-8); however:
  Package libboost-iostreams1.34.1 is not installed.
 deluge-torrent depends on libboost-python1.34.1 (>= 1.34.1-8); however:
  Package libboost-python1.34.1 is not installed.
 deluge-torrent depends on libboost-thread1.34.1 (>= 1.34.1-8); however:
  Package libboost-thread1.34.1 is not installed.
 deluge-torrent depends on python-notify; however:
  Package python-notify is not installed.
 deluge-torrent depends on python-pyopenssl; however:
  Package python-pyopenssl is not installed.
 deluge-torrent depends on python-setuptools; however:
  Package python-setuptools is not installed.
 deluge-torrent depends on python-pkg-resources; however:
  Package python-pkg-resources is not installed.
dpkg: error processing deluge-torrent (--install):
 dependency problems - leaving unconfigured
Processing triggers for menu ...
Processing triggers for man-db ...
Errors were encountered while processing:
 deluge-torrent
nastything:/home/umarzuki/Desktop/Downloads# aptitude -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done         
The following packages are BROKEN:
  deluge-torrent 
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  deluge-torrent: Depends: libboost-date-time1.34.1 (>= 1.34.1-8) but it is not installable
                  Depends: libboost-filesystem1.34.1 (>= 1.34.1-8) but it is not installable
                  Depends: libboost-iostreams1.34.1 (>= 1.34.1-8) but it is not installable
                  Depends: libboost-python1.34.1 (>= 1.34.1-8) but it is not installable
                  Depends: libboost-thread1.34.1 (>= 1.34.1-8) but it is not installable
                  Depends: python-notify but it is not installable
                  Depends: python-pyopenssl but it is not installable
                  Depends: python-setuptools but it is not installable
                  Depends: python-pkg-resources but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
deluge-torrent

Score is 119

Accept this solution? [Y/n/q/?] 
The following packages will be REMOVED:
  deluge-torrent{a} 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 13.1MB will be freed.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
(Reading database ... 89870 files and directories currently installed.)
Removing deluge-torrent ...
Processing triggers for man-db ...
Processing triggers for menu ...
Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done         

Current status: 0 broken [-1].
umarzuki
Member
Member
Posts: 19
Joined: Tue Nov 27, 2007 12:22 am

Re: Deluge cannot load

Post by umarzuki »

fixed, ran apt-get install -f
Post Reply