Page 1 of 1
libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Tue Apr 25, 2017 4:58 pm
by voltairine
Code: Select all
$ awk '$1 == "Package:" { print $2 }' /var/lib/apt/lists/ppa*deluge*armhf_Packages
deluge-torrent
libtorrent-rasterbar-doc
deluge-common
deluge-console
deluge-webui
deluge
deluge-web
deluged
deluge-gtk
In at least deluge-team's Xenial source, libtorrent-rasterbar8 is in the i386 ppa but not the armhf ppa, so when I go to update packages, I only see the official Ubuntu release and not the deluge-team ppa
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Wed Apr 26, 2017 3:29 am
by huntman_day
Yup, same issue. I'm needing to upgrade libtorrent and the highest version available for armhf is 1.0.7.
I've already tried compiling libtorrent from source, but it doesn't do anything since deluge uses the package from the repo's, not my source install. Help!
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Wed Apr 26, 2017 8:56 am
by shamael
Report it to PPA or by a ticket here. I used to compile it myself, no error with the binding using the wiki on this site (even with multiple version installed). I'm currently using the trusty branch on a Debian and all are present for armhf, you can maybe give it a try for the libtorrent package.
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Wed Apr 26, 2017 4:50 pm
by huntman_day
shamael wrote:Report it to PPA or by a ticket here. I used to compile it myself, no error with the binding using the wiki on this site (even with multiple version installed). I'm currently using the trusty branch on a Debian and all are present for armhf, you can maybe give it a try for the libtorrent package.
When I compiled it, it appeared to be clashing with the Ubuntu repository release and caused Deluge to be stuck in a constant "Queued" state for torrents. Uninstalling my compiled libtorrent fixed that issue, but I'm still in the same place right now. I used
http://dev.deluge-torrent.org/wiki/Building/libtorrent wiki, which binding wiki did you use? Mind pointing me to the trusty branch PPA you mentioned that has armhf present? Thank you!
EDIT: Where can I report the issue to the PPA itself, or open a ticket here? New forum user, apologies. Thanks.
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Thu Apr 27, 2017 8:10 am
by shamael
I used the same, last compiled Libtorrent was the one associated with Deluge. You can always try to first remove+purge all libtorrent version prior building the new one.
Concerning the PPA: you can force the version used by following the Debian wiki
http://dev.deluge-torrent.org/wiki/Inst ... ian/Jessie. I cannot guarantee it will work so test it first or wait for a ticket answer about the lack of armhf version in PPA.
Maybe useful: as I compiled Deluge/libtorrent prior relying on trusty PPA for my Debian I made a script removing all trace of compiled Deluge. Check the last part of my post
http://forum.deluge-torrent.org/viewtop ... =7&t=54430.
Ticket creation:
http://dev.deluge-torrent.org/report/1 (login needed to have the 'create ticket' tab)
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Thu Apr 27, 2017 10:08 am
by Cas
Trusty in PPA is built for armhf
Edit: At somepoint later today the rest of the releases will be updated too.
Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Thu Apr 27, 2017 12:56 pm
by shamael
thx @Cas

Re: libtorrent not in deluge-team ubuntu ppa for armhf
Posted: Fri Apr 28, 2017 3:07 am
by huntman_day
Fixed for me! Thanks a ton!