You are not logged in.

#1 2010-10-27 09:41:00

Nareto
Member
From: Pisa,Italy
Registered: 2009-07-18
Posts: 148

[SOLVED] deluge error - broken library

Hello, after some update a while ago deluge started giving me this error - in a pop-up window - at startup:

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 293, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 559, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 432, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.6/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.6/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: libboost_system-mt.so.1.43.0: cannot open shared object file: No such file or directory



I have only this file:
$ ls -lh /usr/lib/libboost_system-mt*
-rw-r--r-- 1 root root 28K Jun 18 14:52 /usr/lib/libboost_system-mt.a

which comes from the boost package:
$ pkgfile libboost_system-mt.a
extra/boost

I tried recompiling deluge and boost from abs but id didn't help....
any ideas?

thanks,
renato

Last edited by Nareto (2010-10-27 18:27:42)

Offline

#2 2010-10-27 09:44:27

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] deluge error - broken library

you are using an older deluge version. pacman -Syu, check to see if is not ignored


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-10-27 10:04:56

Nareto
Member
From: Pisa,Italy
Registered: 2009-07-18
Posts: 148

Re: [SOLVED] deluge error - broken library

just did pacman -Sy but the deluge version I now see is the one I allready have installed, 1.3.0-2

Offline

#4 2010-10-27 10:39:57

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] deluge error - broken library

pacman -Syu not pacman -Sy deluge. even with that, you still have a wrong version of deluge because now all deluge files are in /usr/lib/python2.7/site-packages/deluge

note the python2.7


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-10-27 18:28:57

Nareto
Member
From: Pisa,Italy
Registered: 2009-07-18
Posts: 148

Re: [SOLVED] deluge error - broken library

i really don't know, i upgraded and now everything's ok. This is strange because I had this error for months and went through many upgrades without it being solved.

thanks

Offline

Board footer

Powered by FluxBB