y500 / libtorrent

Automatically exported from code.google.com/p/libtorrent
0 stars 0 forks source link

Deluge 1.3.6-dev not working #523

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compile latest libtorrent-aio
2.Install latest Deluge  1.3.6-dev
3. Try running the application (Deluge)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Deluge daemon 1.3.6-dev
latest libtorrent-aio
Linux xxx 3.11.1-own #1 SMP Wed Sep 18 20:07:51 MSK 2013 x86_64 GNU/Linux
Debian 7.0 

Please provide any additional information below.
[INFO    ] 10:27:32 configmanager:70 Setting config directory to: 
/var/lib/deluged/config
[INFO    ] 10:27:32 daemon:124 Deluge daemon 1.3.6-dev
[INFO    ] 10:27:32 configmanager:70 Setting config directory to: 
/var/lib/deluged/config
[ERROR   ] 10:27:32 main:237 No to_python (by-value) converter found for C++ 
type: libtorrent::alert::category_t
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/main.py", line 230, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
TypeError: No to_python (by-value) converter found for C++ type: 
libtorrent::alert::category_t

Original issue reported on code.google.com by v.korkod...@gmail.com on 7 Oct 2013 at 7:11

GoogleCodeExporter commented 8 years ago
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' 
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs 
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.7 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object 
--enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)

Original comment by v.korkod...@gmail.com on 7 Oct 2013 at 7:13