no libtorrent in 1.2.0_rc1 source?

General support for problems installing or using Deluge
Post Reply
Dawa
New User
New User
Posts: 5
Joined: Sat Dec 13, 2008 11:45 pm

no libtorrent in 1.2.0_rc1 source?

Post by Dawa »

the libtorrent directory is absent and I'm at a loss as to how to build this without it... the libtorrent packages in Ubuntu 8.10 aren't recent enough to use.
Freakapotamus
Member
Member
Posts: 19
Joined: Wed May 07, 2008 2:34 am

Re: no libtorrent in 1.2.0_rc1 source?

Post by Freakapotamus »

I am also having the same issue. I tired copying the one from 1.1.9. but it does not seem to like it. I keep getting "ImportError: This version of Deluge requires libtorrent >=0.14.5.0!"
zveanturz

Re: no libtorrent in 1.2.0_rc1 source?

Post by zveanturz »

The libtorrent library is is no longer included in the Deluge source tarballs.
This is in the release notes of this version.

Some notes:

* We are no longer including the libtorrent source in our source tarballs. Deluge will work just fine with a system libtorrent package installed to your system provided it has the python bindings. If you want to use Deluge's build system to build libtorrent, simply drop in the libtorrent source directory in the Deluge tree and run the usual build command.
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent website

EDIT: correction of URL tx Andar
Last edited by zveanturz on Mon Oct 12, 2009 4:21 am, edited 1 time in total.
Freakapotamus
Member
Member
Posts: 19
Joined: Wed May 07, 2008 2:34 am

Re: no libtorrent in 1.2.0_rc1 source?

Post by Freakapotamus »

thanks all sorted
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: no libtorrent in 1.2.0_rc1 source?

Post by andar »

zveanturz wrote:The libtorrent library is is no longer included in the Deluge source tarballs.
This is in the release notes of this version.

Some notes:

* We are no longer including the libtorrent source in our source tarballs. Deluge will work just fine with a system libtorrent package installed to your system provided it has the python bindings. If you want to use Deluge's build system to build libtorrent, simply drop in the libtorrent source directory in the Deluge tree and run the usual build command.
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent trac
Wrong libtorrent. See http://www.libtorrent.org
Dawa
New User
New User
Posts: 5
Joined: Sat Dec 13, 2008 11:45 pm

Re: no libtorrent in 1.2.0_rc1 source?

Post by Dawa »

i'm still not clear on this. i downloaded libtorrent-rasterbar-0.14.6.tar.gz and extracted that into the deluge source folder, but nothing changed when i ran deluge's build script. i need some "building-deluge-for-dummies" style instructions, please.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: no libtorrent in 1.2.0_rc1 source?

Post by andar »

Dawa wrote:i'm still not clear on this. i downloaded libtorrent-rasterbar-0.14.6.tar.gz and extracted that into the deluge source folder, but nothing changed when i ran deluge's build script. i need some "building-deluge-for-dummies" style instructions, please.
It could be that you have a system libtorrent installed.. In that case Deluge won't build libtorrent.. Perhaps I should change this now that we don't include the libtorrent source.
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: no libtorrent in 1.2.0_rc1 source?

Post by abubin »

Dawa wrote:i'm still not clear on this. i downloaded libtorrent-rasterbar-0.14.6.tar.gz and extracted that into the deluge source folder, but nothing changed when i ran deluge's build script. i need some "building-deluge-for-dummies" style instructions, please.
did you rename the folder to "libtorrent"?
Dawa
New User
New User
Posts: 5
Joined: Sat Dec 13, 2008 11:45 pm

Re: no libtorrent in 1.2.0_rc1 source?

Post by Dawa »

andar wrote:It could be that you have a system libtorrent installed.. In that case Deluge won't build libtorrent.. Perhaps I should change this now that we don't include the libtorrent source.
That was it. After removing the installed libtorrent and python-torrent packages, the copied-in libtorrent folder worked; everything compiled fine.

Thanks for the help!
Post Reply