Page 1 of 1

1.2RC: Segmentation fault after install from SVN

Posted: Mon Nov 02, 2009 9:17 pm
by noahhomsky
I'm tried to install Deluge 1.2RC3 from SVN on Ubuntu 9.04.

... From readme:

Code: Select all

sudo apt-get install g++ make python-all-dev python-all python-dbus \
    python-gtk2 python-notify librsvg2-common python-xdg python-support \
    subversion libboost-dev libboost-python-dev \
    libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
    libssl-dev zlib1g-dev python-setuptools \
    python-mako python-twisted-web python-chardet python-simplejson

mkdir deluge && cd deluge

svn co  http://svn.deluge-torrent.org/trunk deluge

python setup.py build
sudo python setup.py install

deluged -d
Segmentation fault
Clean machine (Minimal virtual). If I change branch to 1.2_RC - same error.

But if I install 1.2RC1 from PPA all work fine.
Please help me. My brain is broken.

UPD: Alright problem solved after I install python-libtorrent from Deluge PPA.

Re: 1.2RC: Segmentation fault after install from SVN

Posted: Mon Nov 02, 2009 10:39 pm
by andar
Looks like the libtorrent RC_0_14 branch is currently broken. You can wait for an update or use an earlier revision of this branch.