I succesfully compile and install it (also compiling the included libtorrent atuomatically from the setup). I am getting an "Illegal instruction" when I run deluged. The steps I do to reproduce the problem are:
* Compile/install from 1.3.6 source:
Code: Select all
python setup.py clean -a; python setup.py build; sudo python setup.py install --install-layout=deb
Code: Select all
/usr/bin/deluged -L debug -d
INFO ] 11:12:07 daemon:124 Deluge daemon 1.3.6
[DEBUG ] 11:12:07 daemon:125 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'listen_interface': None, 'logfile': None, 'config': None, 'pidfile': None, 'donot': True}
[DEBUG ] 11:12:07 daemon:126 args: []
Illegal instruction
Anyone with the same problem??