FS#34479 - [deluge] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Marcin Orszulski (Nastirh) - Tuesday, 26 March 2013, 16:04 GMT
Last edited by Stéphane Gaudreault (stephane) - Wednesday, 27 March 2013, 01:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 9
Private No

Details

Deluge 1.3.6 doesn't work correctly with package boost-libs 1.52.0-2. My graphical environment is KDE.
This task depends upon

Closed by  Stéphane Gaudreault (stephane)
Wednesday, 27 March 2013, 01:29 GMT
Reason for closing:  Duplicate
Comment by David Gabriel (b2c) - Tuesday, 26 March 2013, 18:59 GMT
I can confirm this bug, there seems to be some problem with the representation of unicode characters of the liboost-python module. On startup deluge prints the folllowing error(s):

[ERROR ] 19:50:08 main:237 /usr/lib/libboost_python.so.1.52.0: undefined symbol: PyUnicode_AsUTF8String
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: /usr/lib/libboost_python.so.1.52.0: undefined symbol: PyUnicode_AsUTF8String

The GUI starts up fine but not the background daemon.

Loading...