Page 1 of 1

no libtorrent in 1.2.0_rc1 source?

Posted: Sun Oct 11, 2009 1:42 am
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.

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Sun Oct 11, 2009 5:01 am
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!"

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Sun Oct 11, 2009 10:45 am
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

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Sun Oct 11, 2009 3:30 pm
by Freakapotamus
thanks all sorted

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Sun Oct 11, 2009 3:43 pm
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

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Wed Oct 14, 2009 8:09 am
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.

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Wed Oct 14, 2009 3:28 pm
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.

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Wed Oct 14, 2009 6:22 pm
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"?

Re: no libtorrent in 1.2.0_rc1 source?

Posted: Thu Oct 15, 2009 12:27 pm
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!