apt-get advice needed

General support for problems installing or using Deluge
Post Reply
ratzeputz
Member
Member
Posts: 16
Joined: Wed May 09, 2012 1:32 pm

apt-get advice needed

Post by ratzeputz »

Hello everybody,

System:

Code: Select all

Linux debian 2.6.36 (squeeze x64)
Repo:

Code: Select all

#deluge
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu lucid main 
After last update there is a dependency problem:

Code: Select all

root@debian:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  python-libtorrent
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
So i tried to install it directly, but it didn't work either (dist-upgrade as well):

Code: Select all

root@debian:~# apt-get install python-libtorrent
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-libtorrent : Depends: libboost-filesystem1.40.0 (>= 1.40.0-1) but it is not installable
                     Depends: libboost-python1.40.0 (>= 1.40.0-1) but it is not installable
                     Depends: libboost-system1.40.0 (>= 1.40.0-1) but it is not installable
                     Depends: libboost-thread1.40.0 (>= 1.40.0-1) but it is not installable
                     Depends: libtorrent-rasterbar6 (= 0.15.9-2~lucid~ppa1) but it is not going to be installed
E: Broken packages

Do you have a hint for me how to upgrade here? I think i have the correct repository.

regards and thanks in advance :)
ratzeputz
Member
Member
Posts: 16
Joined: Wed May 09, 2012 1:32 pm

Re: apt-get advice needed

Post by ratzeputz »

Looks like noone is experiencing this kind of "problem"?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: apt-get advice needed

Post by Cas »

I am not sure if you are supposed to install libtorrent from lucid repo due to the dependencies problem you have encoutered. You can either keep squeeze's lt 0.14.10, try building lt 0.15 from source or modify the libtorrent version that is built by the deluge setup script.
Post Reply