no libtorrent in 1.2.0_rc1 source?
no libtorrent in 1.2.0_rc1 source?
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.
-
- Member
- Posts: 19
- Joined: Wed May 07, 2008 2:34 am
Re: no libtorrent in 1.2.0_rc1 source?
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?
The libtorrent library is is no longer included in the Deluge source tarballs.
This is in the release notes of this version.
EDIT: correction of URL tx Andar
This is in the release notes of this version.
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent websiteSome 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.
EDIT: correction of URL tx Andar
Last edited by zveanturz on Mon Oct 12, 2009 4:21 am, edited 1 time in total.
-
- Member
- Posts: 19
- Joined: Wed May 07, 2008 2:34 am
Re: no libtorrent in 1.2.0_rc1 source?
thanks all sorted
Re: no libtorrent in 1.2.0_rc1 source?
Wrong libtorrent. See http://www.libtorrent.orgzveanturz wrote:The libtorrent library is is no longer included in the Deluge source tarballs.
This is in the release notes of this version.
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent tracSome 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.
Re: no libtorrent in 1.2.0_rc1 source?
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?
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.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.
Re: no libtorrent in 1.2.0_rc1 source?
did you rename the folder to "libtorrent"?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.
Re: no libtorrent in 1.2.0_rc1 source?
That was it. After removing the installed libtorrent and python-torrent packages, the copied-in libtorrent folder worked; everything compiled fine.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.
Thanks for the help!