deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

General support for problems installing or using Deluge
defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

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
defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

I think it is an issue with libboost since gutsy uses 1.3.4.1-2ubuntu1
defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

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
Ubuntu_dave
New User
New User
Posts: 3
Joined: Sat Sep 29, 2007 7:04 pm

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by Ubuntu_dave »

Working in Gutsy (32bit and 64bit) without any problems that are Gutsy specific.
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by daddy »

defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

compact allocation is on, still doesnt work, even after adding a new torrent, recompiling
defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

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
defcon
Member
Member
Posts: 12
Joined: Sat Sep 29, 2007 1:15 am

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by defcon »

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:1331: warning: unused variable ‘ret’

and another

src/deluge_core.cpp: In function ‘PyObject* torrent_get_file_piece_range(PyObject*, PyObject*)’:
src/deluge_core.cpp:1328: 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:
Hellcom
New User
New User
Posts: 4
Joined: Sat Jun 16, 2007 8:46 pm

Re: deluge-0.5.5 dont work with Ubuntu Gutsy (video attached)

Post by Hellcom »

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.
markybob
Compulsive Poster
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)

Post by markybob »

defcon 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.cpp:1331: warning: unused variable ‘ret’

and another

src/deluge_core.cpp: In function ‘PyObject* torrent_get_file_piece_range(PyObject*, PyObject*)’:
src/deluge_core.cpp:1328: 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:
those arent errors, they're warnings and they're completly harmless and fine
Post Reply