Libtorrent and checkinstall

General support for problems installing or using Deluge
Post Reply
Gloix
New User
New User
Posts: 2
Joined: Mon Jul 20, 2015 7:01 pm

Libtorrent and checkinstall

Post by Gloix »

Hi, I compiled libtorrent-rasterbar (0.16.19) from source and installed it via checkinstall, but when I try to install deluged 1.3.11 aptitude tells me that libtorrent-rasterbar6 (which is version 0.15.10) will be installed.
Should I change something in the parameters given to checkinstall so that aptitude detects libtorrent as installed?
I'm using Raspbian.

Current checkinstall settings:

Code: Select all

0 -  Maintainer: [ root@raspberrypi ]
1 -  Summary: [ libtorrent-rasterbar ]
2 -  Name:    [ libtorrent-rasterbar ]
3 -  Version: [ 0.16.19 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ armhf ]
8 -  Source location: [ libtorrent-rasterbar-0.16.19 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ libtorrent-rasterbar ]
12 - Conflicts: [  ]
13 - Replaces: [  ]
Gloix
New User
New User
Posts: 2
Joined: Mon Jul 20, 2015 7:01 pm

Re: Libtorrent and checkinstall

Post by Gloix »

Finally made it work by following the instructions at https://www.raspberrypi.org/forums/view ... 1&t=100043
Though I checkinstall'd instead of make install.

So, the solution is to install deluged from source instead of the repo version.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Libtorrent and checkinstall

Post by Cas »

The likely issue is that the debian package is looking for python-libtorrent but the workaround for your original issue was to let it install 0.15 and reinstall 0.16 afterwards.

We have instructions for building from source for both deluge and libtorrent on our wiki (which are better than potentially outdated external site instructions):

http://dev.deluge-torrent.org/wiki/Installing/Source
http://dev.deluge-torrent.org/wiki/Building/libtorrent
Post Reply