deluge 1.04 on centos 5.2

General support for problems installing or using Deluge
Post Reply
bula556
New User
New User
Posts: 4
Joined: Wed Nov 05, 2008 8:04 am

deluge 1.04 on centos 5.2

Post by bula556 »

I am trying to install deluge 1.04 on cent os 5.2 x64 and when I hit: python setup.py build I get this :

./libtorrent/include/libtorrent/time.hpp:142: note: candidates are: bool libtorrent::operator==(libtorrent::ptime, libtorrent::ptime)
/usr/include/boost/blank.hpp:56: note: bool boost::operator==(const boost::blank&, const boost::blank&)
/usr/include/boost/function/function_base.hpp:551: note: bool boost::operator==(boost::detail::function::useless_clear_type*, const boost::function_base&)
/usr/include/boost/function/function_base.hpp:539: note: bool boost::operator==(const boost::function_base&, boost::detail::function::useless_clear_type*)
error: command 'gcc' failed with exit status 1

can you tell me what can I do to install deluge ??

thank you
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge 1.04 on centos 5.2

Post by johnnyg »

did you follow this userguide: http://dev.deluge-torrent.org/wiki/Inst ... FromSource ?
in particular make sure you have all the dependencies installed.
bula556
New User
New User
Posts: 4
Joined: Wed Nov 05, 2008 8:04 am

Re: deluge 1.04 on centos 5.2

Post by bula556 »

I have follwed the user guide and I think I have all the dependencies...
can you tell me how can I check that ?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: deluge 1.04 on centos 5.2

Post by andar »

bula556 wrote:I am trying to install deluge 1.04 on cent os 5.2 x64 and when I hit: python setup.py build I get this :

./libtorrent/include/libtorrent/time.hpp:142: note: candidates are: bool libtorrent::operator==(libtorrent::ptime, libtorrent::ptime)
/usr/include/boost/blank.hpp:56: note: bool boost::operator==(const boost::blank&, const boost::blank&)
/usr/include/boost/function/function_base.hpp:551: note: bool boost::operator==(boost::detail::function::useless_clear_type*, const boost::function_base&)
/usr/include/boost/function/function_base.hpp:539: note: bool boost::operator==(const boost::function_base&, boost::detail::function::useless_clear_type*)
error: command 'gcc' failed with exit status 1

can you tell me what can I do to install deluge ??

thank you
What version of boost are you using? You need at least 1.34
bula556
New User
New User
Posts: 4
Joined: Wed Nov 05, 2008 8:04 am

Re: deluge 1.04 on centos 5.2

Post by bula556 »

currently I am installing boost 1.37 and libtorrent rasterbar 0.14 and after that I will retry to compile deluge...
I will keep you updated
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge 1.04 on centos 5.2

Post by johnnyg »

you don't need to install libtorrent, it's included in deluge's source.
bula556
New User
New User
Posts: 4
Joined: Wed Nov 05, 2008 8:04 am

Re: deluge 1.04 on centos 5.2

Post by bula556 »

I have installed boost 1.37 and I get the same error :(
cvrl

Re: deluge 1.04 on centos 5.2

Post by cvrl »

Hi all,

may I can help some of you and you can help me back. I was able to build a rpm from version 1.0.7 and compile it on x86_64, right now I'm using it. Here's my recipe :

- download boost source rpm from fc9 (version 1.34), rebuild it and replace mine old 1.33
- uninstall python-setuptools
- download deluge source rpm version 1.0.0 and install it, replace tar.gz source from last version, rebuild it (I had to modify a bit the spec file)
- install new deluge 1.0.7 x86_64 rpm
- install/reinstall python-setuptools (version 0.6c5)

I will be happy to help anyone whom want this files ( I just don't have a site to put them)

now to the problems I found so far

- it doesn't show the about window
- I see no plugins on the list
- I have no clue how to make any more tests

the good news

- I already downloaded a couple of torrents and they all finished ok
- seeding is working ok too
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: deluge 1.04 on centos 5.2

Post by markybob »

cvrl wrote:- it doesn't show the about window
start deluge from the command prompt and see what error it spits out when you go to the about window
cvrl wrote:- I see no plugins on the list
did you run `python setup.py build` before `python setup.py install`?

use this as a reference:
http://cvs.fedoraproject.org/viewvc/rpm ... iew=markup
Post Reply