Deluge dosn't start

General support for problems installing or using Deluge
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

maybe i do something wrong (
i copied libtorrent-rasterbar/src/ to deluge/src
and run python2.6 setup.py build && python2.6 setup.py install

Doesn't help me...
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

Maybe soneone will be so kind to upload this library for me. Because it is not compilling at my side. configure: error: Could not link against boost_system ! damn it :(
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge dosn't start

Post by andar »

kinda cute wrote:Maybe soneone will be so kind to upload this library for me. Because it is not compilling at my side. configure: error: Could not link against boost_system ! damn it :(
What version of boost do you have installed? What OS are you using?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge dosn't start

Post by johnnyg »

kinda cute wrote:maybe i do something wrong (
i copied libtorrent-rasterbar/src/ to deluge/src
and run python2.6 setup.py build && python2.6 setup.py install

Doesn't help me...
  1. Code: Select all

    cp -r libtorrent-rasterbar/ deluge/libtorrent
  2. Code: Select all

    cd deluge
  3. Code: Select all

    python setup.py clean -a
  4. Code: Select all

    python setup.py build
  5. Code: Select all

    sudo python setup.py install
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

andar wrote:
kinda cute wrote:Maybe soneone will be so kind to upload this library for me. Because it is not compilling at my side. configure: error: Could not link against boost_system ! damn it :(
What version of boost do you have installed? What OS are you using?
OS: centos
Linux maryana.localdomain 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 athlon i386 GNU/Linux
boost_1_41_0
libtorrent-rasterbar-0.14.7
here it is, ./configure and cat config.log http://pastebin.ru/309302
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

johnnyg wrote: [*]

Code: Select all

cp -r libtorrent-rasterbar/ deluge/libtorrent
[*]

Code: Select all

cd deluge
[*]

Code: Select all

python setup.py clean -a
[*]

Code: Select all

python setup.py build
[*]

Code: Select all

sudo python setup.py install
[/list]

Still problems, compiling log in attachment
Openssl is installed
/usr/local/ssl/include/openssl
Attachments
putty2.rar
(2.68 KiB) Downloaded 426 times
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

seems like it is needed openssl-devel trying with it
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

It helps we with that error messages, but now i have another problem. File in attachment.

Actually i have build the libtorrent-rasterbar from svn. But still deluge fails to load:

Code: Select all

ls /usr/lib/libtorrent.rasterbar.*
/usr/lib/libtorrent.rasterbar.so.1

Code: Select all

ls /usr/local/lib/libtorren*
/usr/local/lib/libtorrent.la            /usr/local/lib/libtorrent-rasterbar.so.1  /usr/local/lib/libtorrent.so.11
/usr/local/lib/libtorrent-rasterbar.so  /usr/local/lib/libtorrent.so              /usr/local/lib/libtorrent.so.11.0.6

Code: Select all

cat /var/log/deluge.log
[ERROR   ] 11:13:37 main:216 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
Attachments
putty.rar
(12.11 KiB) Downloaded 354 times
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge dosn't start

Post by andar »

kinda cute wrote:It helps we with that error messages, but now i have another problem. File in attachment.

Actually i have build the libtorrent-rasterbar from svn. But still deluge fails to load:

Code: Select all

ls /usr/lib/libtorrent.rasterbar.*
/usr/lib/libtorrent.rasterbar.so.1

Code: Select all

ls /usr/local/lib/libtorren*
/usr/local/lib/libtorrent.la            /usr/local/lib/libtorrent-rasterbar.so.1  /usr/local/lib/libtorrent.so.11
/usr/local/lib/libtorrent-rasterbar.so  /usr/local/lib/libtorrent.so              /usr/local/lib/libtorrent.so.11.0.6

Code: Select all

cat /var/log/deluge.log
[ERROR   ] 11:13:37 main:216 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
It doesn't like you built the python bindings..
kinda cute
Member
Member
Posts: 20
Joined: Wed Dec 23, 2009 5:41 pm

Re: Deluge dosn't start

Post by kinda cute »

andar wrote:It doesn't like you built the python bindings..
Fixed python bindings but still recieve an error

Code: Select all

/usr/local/include/boost/python/detail/cv_category.hpp:31:   instantiated from ‘boost::python::detail::cv_category<<unnamed>::peer_plugin_wrap>’
/usr/local/include/boost/python/detail/unwind_type.hpp:58:   instantiated from ‘typename Generator::result_type boost::python::detail::unwind_ptr_type(U*, Generator*) [with Generator = boost::python::converter::detail::unwind_type_id_helper, U = <unnamed>::peer_plugin_wrap]’
/usr/local/include/boost/python/detail/unwind_type.hpp:127:   instantiated from ‘static typename Generator::result_type boost::python::detail::unwind_helper2<2>::execute(U& (*)(), Generator*) [with Generator = boost::python::converter::detail::unwind_type_id_helper, U = <unnamed>::peer_plugin_wrap]’
/usr/local/include/boost/python/detail/unwind_type.hpp:165:   instantiated from ‘typename Generator::result_type boost::python::detail::unwind_type(boost::type<U>*, Generator*) [with Generator = boost::python::converter::detail::unwind_type_id_helper, U = <unnamed>::peer_plugin_wrap&]’
/usr/local/include/boost/python/converter/pytype_function.hpp:45:   instantiated from ‘boost::python::type_info boost::python::converter::detail::unwind_type_id_(boost::type<Target>*, mpl_::false_*) [with T = <unnamed>::peer_plugin_wrap&]’
/usr/local/include/boost/python/converter/pytype_function.hpp:68:   instantiated from ‘static const PyTypeObject* boost::python::converter::expected_pytype_for_arg<T>::get_pytype() [with T = <unnamed>::peer_plugin_wrap&]’
/usr/local/include/boost/python/detail/signature.hpp:98:   instantiated from ‘static const boost::python::detail::signature_element* boost::python::detail::signature_arity<1u>::impl<Sig>::elements() [with Sig = boost::mpl::vector2<void, <unnamed>::peer_plugin_wrap&>]’
/usr/local/include/boost/python/detail/caller.hpp:232:   instantiated from ‘static boost::python::detail::py_func_sig_info boost::python::detail::caller_arity<1u>::impl<F, Policies, Sig>::signature() [with F = void (<unnamed>::peer_plugin_wrap::*)(), Policies = boost::python::default_call_policies, Sig = boost::mpl::vector2<void, <unnamed>::peer_plugin_wrap&>]’
/usr/local/include/boost/python/object/py_function.hpp:48:   instantiated from ‘boost::python::detail::py_func_sig_info boost::python::objects::caller_py_function_impl<Caller>::signature() const [with Caller = boost::python::detail::caller<void (<unnamed>::peer_plugin_wrap::*)(), boost::python::default_call_policies, boost::mpl::vector2<void, <unnamed>::peer_plugin_wrap&> >]’
./libtorrent/bindings/python/src/peer_plugin.cpp:357:   instantiated from here
/usr/local/include/boost/type_traits/detail/cv_traits_impl.hpp:37: внутренняя ошибка компилятора: в make_rtl_for_nonlocal_decl, в cp/decl.c:5067
внутренняя ошибка компилятора: means internal compilator error
Post Reply