undefined symbol: g_array_unref

General support for problems installing or using Deluge
Post Reply
Alexius

undefined symbol: g_array_unref

Post by Alexius »

First time I've tried this application, and it looks like it will do everything I want it to, but I can't get it to launch.

I installed the latest package (1.1.9) from an OpenSUSE repository, and I get the following error when I tried to start it from the command line:

Code: Select all

alexius@chance:~> deluge
[ERROR   ] 14:01:32 ui:84 /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 65, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 44, in <module>
    import gtk, gtk.glade
  File "/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
    from gtk import _gtk
ImportError: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
[ERROR   ] 14:01:32 ui:85 There was an error whilst launching the request UI: gtk
[ERROR   ] 14:01:32 ui:86 Look at the traceback above for more information.
I thought I had the appropriate packages, but I am unsure of where to go from here. Can anyone offer some advice?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: undefined symbol: g_array_unref

Post by andar »

Alexius wrote:First time I've tried this application, and it looks like it will do everything I want it to, but I can't get it to launch.

I installed the latest package (1.1.9) from an OpenSUSE repository, and I get the following error when I tried to start it from the command line:

Code: Select all

alexius@chance:~> deluge
[ERROR   ] 14:01:32 ui:84 /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 65, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 44, in <module>
    import gtk, gtk.glade
  File "/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
    from gtk import _gtk
ImportError: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
[ERROR   ] 14:01:32 ui:85 There was an error whilst launching the request UI: gtk
[ERROR   ] 14:01:32 ui:86 Look at the traceback above for more information.
I thought I had the appropriate packages, but I am unsure of where to go from here. Can anyone offer some advice?
There is something wrong with your GTK install..
Post Reply