Can't install from svn but .deb works fine...

General support for problems installing or using Deluge
Post Reply
deadlikeoscar
Member
Member
Posts: 23
Joined: Tue Jul 10, 2007 2:19 am

Can't install from svn but .deb works fine...

Post by deadlikeoscar »

I had originally installed deluge 0.5.2 from your .deb package and it worked great. I then decided I would rather go the svn route and followed the instruction in the how-to. All dependencies are met and I have followed all instructions as listed in the how-to. I have removed all traces of deluge that I know of via:

Code: Select all

sudo dpkg -P deluge-torrent
and removing the deluge folder in .config. After these steps I still am left with this while trying to build deluge.

Code: Select all

Attempting to detect your system information
32bit x86 system detected
Linux operating system detected
Libraries nomt
running build
running build_py
creating build
creating build/lib.linux-i686-2.5
creating build/lib.linux-i686-2.5/deluge
copying src/plugins.py -> build/lib.linux-i686-2.5/deluge
copying src/pref.py -> build/lib.linux-i686-2.5/deluge
copying src/dgtk.py -> build/lib.linux-i686-2.5/deluge
copying src/core.py -> build/lib.linux-i686-2.5/deluge
copying src/common.py -> build/lib.linux-i686-2.5/deluge
copying src/ipc_manager.py -> build/lib.linux-i686-2.5/deluge
copying src/__init__.py -> build/lib.linux-i686-2.5/deluge
copying src/interface.py -> build/lib.linux-i686-2.5/deluge
copying src/dialogs.py -> build/lib.linux-i686-2.5/deluge
copying src/deluge_stats.py -> build/lib.linux-i686-2.5/deluge
running build_ext
building 'deluge_core' extension
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/libtorrent
creating build/temp.linux-i686-2.5/libtorrent/src
creating build/temp.linux-i686-2.5/libtorrent/src/kademlia
creating build/temp.linux-i686-2.5/src
gcc -pthread -fno-strict-aliasing -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/identify_client.cpp -o build/temp.linux-i686-2.5/libtorrent/src/identify_client.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 -O2
Every thing from gcc- pthread to the end repeats over and over and never seems to go anywhere. Please help.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Can't install from svn but .deb works fine...

Post by markybob »

deadlikeoscar wrote:Every thing from gcc- pthread to the end repeats over and over and never seems to go anywhere. Please help.
that's called compiling. it should take anywhere from 5 minutes to an hour depending on your computer speed. that's normal
deadlikeoscar
Member
Member
Posts: 23
Joined: Tue Jul 10, 2007 2:19 am

Re: Can't install from svn but .deb works fine...

Post by deadlikeoscar »

Thanks for putting up with that stupid question. I was tired and the messages looked identical.
Post Reply