You are not logged in.
I get the following error when attempting to run deluge after updating:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 531, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 408, 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.39.0: cannot open shared object file: No such file or directory
Following another forum post, I have made sure all dependencies for the GUI are installed & reinstalled them (python-notify python-chardet pygtk librsvg python-mako). I have also tried deleting ~/.config/deluge to start over with a new config but no luck.
I can see the problem with libboost_system-mt.so.1.39.0 not being found as it's version 1.41 that's installed not 1.39 but I cannot see how to fix it. Any help would be appreciated. Thanks.
Last edited by cdspaco (2010-01-18 05:40:06)
Offline
version 1.41 that's installed not 1.39
Recompile deluge, and it should link to the new version. If so, file a bug report for the Arch precompiled package to be recompiled also.
Offline
What version of deluge do you have installed? The latest is 1.2.0-1.
Offline
This happens with deluge 1.2.0-1. Rebuilding deluge won't work either. You have to install python-chardet as mentioned in bug report FS#17865.
Offline
You have to install python-chardet
That is a separate issue, with a separate error message. From what I can vaguely remember, the error message for chardet specifically mentioned chardet, so it was obvious that chardet was missing. "ImportError: libboost_system-mt.so.1.39.0: cannot open shared object file: No such file or directory" does not mention chardet
Offline
what version of libtorrent-rasterbar do you have?
Give what you have. To someone, it may be better than you dare to think.
Offline
Correct, rebuilding from source did not help. Deluge 1.2.0-1. python-chardet is installed, version 1.0.1-2.
libtorrent-rasterbar-0.14.8-1 is installed. Have done a pacman -Syu so everything should be up to date if the mirror is.
Offline
Same issue here
Getting the following error:
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.2.0', 'console_scripts', 'deluge')()
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 121, in start_ui
UI(options, args, options.args)
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 128, in __init__
ui = GtkUI(args)
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 200, in __init__
self.queuedtorrents = QueuedTorrents()
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 63, in __init__
self.dialog.set_icon(common.get_logo(32))
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/common.py", line 58, in get_logo
size, size)
glib.GError: Unrecognized image file format
All latest packages installed!
Offline
glib.GError: Unrecognized image file format
Looks like: http://www.archlinux.org/news/482/
Offline
Hmm.. But i have the latest deluge installed (as shown on http://www.archlinux.org/packages/?q=deluge). Should the package be flagged out of date?
Offline
Ohk.. That's weird! Reinstalling shared-mime-info worked! Thanks
Offline
Hmm.. But i have the latest deluge installed (as shown on http://www.archlinux.org/packages/?q=deluge). Should the package be flagged out of date?
why the hell you want to flag out of date if IS NOT out of date?
Give what you have. To someone, it may be better than you dare to think.
Offline
Same problem here. All dependencies are met, building from source didn't help as well.
Offline
Just you need recompile a librsvg from ABS
Offline
Just you need recompile a librsvg from ABS
Thanks! Just reinstalling with "sudo pacman -S librsvg" helped!
Offline
polymetr wrote:Just you need recompile a librsvg from ABS
Thanks! Just reinstalling with "sudo pacman -S librsvg" helped!
Was having the same problem after the update I did this morning, reinstalling that package did the trick.
Thanks.
Offline
Just you need recompile a librsvg from ABS
Thanks! That did the trick.
Offline