Ok this is the problem, when I download a torrent in gutsy gibbon it doesnt work right, in feisty or any other os, it works perfectly...
The exact problem is that it does not download a torrent, it stops grabs the seeders then pauses continually
here is the video
http://rapidshare.com/files/58985665/deluge.ogg.html
check it
deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
I think it is an issue with libboost since gutsy uses 1.3.4.1-2ubuntu1
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
hmm.. I have compiled the latest svn and latest deluge src as well as tried the deluge gutsy .deb and they all dont work, admin might want to pull it untill issue is fixed
-
- New User
- Posts: 3
- Joined: Sat Sep 29, 2007 7:04 pm
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
Working in Gutsy (32bit and 64bit) without any problems that are Gutsy specific.
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
compact allocation is on, still doesnt work, even after adding a new torrent, recompiling
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
error during compile:
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c libtorrent/src/natpmp.cpp -o build/temp.linux-i686-2.5/libtorrent/src/natpmp.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
libtorrent/src/natpmp.cpp: In member function ‘void libtorrent::natpmp::on_reply(const asio::error_code&, size_t)’:
libtorrent/src/natpmp.cpp:241: warning: unused variable ‘version’
libtorrent/src/natpmp.cpp:242: warning: unused variable ‘cmd’
libtorrent/src/natpmp.cpp:245: warning: unused variable ‘private_port’
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c libtorrent/src/session.cpp -o build/temp.linux-i686-2.5/libtorrent/src/session.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c libtorrent/src/natpmp.cpp -o build/temp.linux-i686-2.5/libtorrent/src/natpmp.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
libtorrent/src/natpmp.cpp: In member function ‘void libtorrent::natpmp::on_reply(const asio::error_code&, size_t)’:
libtorrent/src/natpmp.cpp:241: warning: unused variable ‘version’
libtorrent/src/natpmp.cpp:242: warning: unused variable ‘cmd’
libtorrent/src/natpmp.cpp:245: warning: unused variable ‘private_port’
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/usr/include/python2.5 -c libtorrent/src/session.cpp -o build/temp.linux-i686-2.5/libtorrent/src/session.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
more compile errors,warnings, I hope this may help find the issue
libtorrent/src/session_impl.cpp: In member function ‘void libtorrent::aux::session_impl::second_tick(const asio::error_code&)’:
libtorrent/src/session_impl.cpp
warning: unused variable ‘ret’
and another
src/deluge_core.cpp: In function ‘PyObject* torrent_get_file_piece_range(PyObject*, PyObject*)’:
src/deluge_core.cpp
warning: converting to ‘libtorrent::size_type’ from ‘double’
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_download_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:558: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_upload_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:528: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘libtorrent::partial_piece_info internal_get_piece_info(libtorrent::torrent_handle, long int)’:
src/deluge_core.cpp:200:
libtorrent/src/session_impl.cpp: In member function ‘void libtorrent::aux::session_impl::second_tick(const asio::error_code&)’:
libtorrent/src/session_impl.cpp
and another
src/deluge_core.cpp: In function ‘PyObject* torrent_get_file_piece_range(PyObject*, PyObject*)’:
src/deluge_core.cpp
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_download_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:558: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_upload_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:528: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘libtorrent::partial_piece_info internal_get_piece_info(libtorrent::torrent_handle, long int)’:
src/deluge_core.cpp:200:
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
I can have the same problem with 0.5.5 on feisty, and I used the feisty .debs to install. This isn't a Gutsy issue, its something else.
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)
those arent errors, they're warnings and they're completly harmless and finedefcon wrote:more compile errors,warnings, I hope this may help find the issue
libtorrent/src/session_impl.cpp: In member function ‘void libtorrent::aux::session_impl::second_tick(const asio::error_code&)’:
libtorrent/src/session_impl.cppwarning: unused variable ‘ret’
and another
src/deluge_core.cpp: In function ‘PyObject* torrent_get_file_piece_range(PyObject*, PyObject*)’:
src/deluge_core.cppwarning: converting to ‘libtorrent::size_type’ from ‘double’
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_download_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:558: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘PyObject* torrent_get_per_upload_rate_limit(PyObject*, PyObject*)’:
src/deluge_core.cpp:528: warning: control reaches end of non-void function
src/deluge_core.cpp: In function ‘libtorrent::partial_piece_info internal_get_piece_info(libtorrent::torrent_handle, long int)’:
src/deluge_core.cpp:200: