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
deluge 1.04 on centos 5.2
Re: deluge 1.04 on centos 5.2
did you follow this userguide: http://dev.deluge-torrent.org/wiki/Inst ... FromSource ?
in particular make sure you have all the dependencies installed.
in particular make sure you have all the dependencies installed.
Re: deluge 1.04 on centos 5.2
I have follwed the user guide and I think I have all the dependencies...
can you tell me how can I check that ?
can you tell me how can I check that ?
Re: deluge 1.04 on centos 5.2
What version of boost are you using? You need at least 1.34bula556 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
Re: deluge 1.04 on centos 5.2
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
I will keep you updated
Re: deluge 1.04 on centos 5.2
you don't need to install libtorrent, it's included in deluge's source.
Re: deluge 1.04 on centos 5.2
I have installed boost 1.37 and I get the same error 

Re: deluge 1.04 on centos 5.2
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
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
-
- 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
start deluge from the command prompt and see what error it spits out when you go to the about windowcvrl wrote:- it doesn't show the about window
did you run `python setup.py build` before `python setup.py install`?cvrl wrote:- I see no plugins on the list
use this as a reference:
http://cvs.fedoraproject.org/viewvc/rpm ... iew=markup