You are not logged in.

#1 2010-01-18 05:38:00

cdspaco
Member
Registered: 2010-01-18
Posts: 6

Deluge won't run after update

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

#2 2010-01-18 06:00:37

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Deluge won't run after update

cdspaco wrote:

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

#3 2010-01-18 06:19:26

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,510
Website

Re: Deluge won't run after update

What version of deluge do you have installed?  The latest is 1.2.0-1.

Offline

#4 2010-01-19 10:43:30

EVRAMP
Member
From: Czech Republic
Registered: 2008-10-03
Posts: 173
Website

Re: Deluge won't run after update

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

#5 2010-01-19 12:39:26

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Deluge won't run after update

EVRAMP wrote:

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 wink

Offline

#6 2010-01-19 12:47:35

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

Re: Deluge won't run after update

what version of libtorrent-rasterbar do you have?


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

Offline

#7 2010-01-20 04:54:44

cdspaco
Member
Registered: 2010-01-18
Posts: 6

Re: Deluge won't run after update

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

#8 2010-02-01 15:23:24

kalpik
Member
From: India
Registered: 2007-05-08
Posts: 163
Website

Re: Deluge won't run after update

Same issue here sad

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

#9 2010-02-01 15:24:32

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,510
Website

Re: Deluge won't run after update

kalpik wrote:

glib.GError: Unrecognized image file format

Looks like: http://www.archlinux.org/news/482/

Offline

#10 2010-02-01 15:27:38

kalpik
Member
From: India
Registered: 2007-05-08
Posts: 163
Website

Re: Deluge won't run after update

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

#11 2010-02-01 15:30:12

kalpik
Member
From: India
Registered: 2007-05-08
Posts: 163
Website

Re: Deluge won't run after update

Ohk.. That's weird! Reinstalling shared-mime-info worked! Thanks smile

Offline

#12 2010-02-01 15:41:26

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

Re: Deluge won't run after update

kalpik wrote:

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

#13 2010-02-03 04:20:28

Dexter
Member
Registered: 2010-02-02
Posts: 6

Re: Deluge won't run after update

Same problem here. All dependencies are met, building from source didn't help as well.

Offline

#14 2010-02-03 08:18:35

polymetr
Member
Registered: 2009-12-04
Posts: 40

Re: Deluge won't run after update

Just you need recompile a librsvg from ABS

Offline

#15 2010-02-03 09:13:31

Dexter
Member
Registered: 2010-02-02
Posts: 6

Re: Deluge won't run after update

polymetr wrote:

Just you need recompile a librsvg from ABS

Thanks! Just reinstalling with "sudo pacman -S librsvg" helped!

Offline

#16 2010-02-03 16:58:05

rivoot
Member
From: Santiago, Chile
Registered: 2009-12-01
Posts: 4
Website

Re: Deluge won't run after update

Dexter wrote:
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. lol
Thanks.

Offline

#17 2010-03-04 07:00:55

Loafers
Member
Registered: 2009-11-01
Posts: 92

Re: Deluge won't run after update

polymetr wrote:

Just you need recompile a librsvg from ABS

Thanks!  That did the trick.

Offline

Board footer

Powered by FluxBB