You are not logged in.

#1 2011-10-03 08:41:02

kinu
Member
Registered: 2009-06-13
Posts: 64

[SOLVED]Dbus related errors?

Hi all,

I'm getting some strange message errors when trying to run certain applications:

keepassx:

Gtk-Message: Failed to load module "canberra-gtk-module"
keepassx: symbol lookup error: /usr/lib/gio/modules/libgvfsdbus.so: undefined symbol: g_vfs_get_type

wicd-gtk:

Gtk-Message: Failed to load module "canberra-gtk-module"
Traceback (most recent call last):
  File "/usr/share/wicd/gtk/wicd-client.py", line 47, in <module>
    from dbus import DBusException
  File "/usr/lib/python2.7/site-packages/dbus/__init__.py", line 79, in <module>
    import dbus.types as types
  File "/usr/lib/python2.7/site-packages/dbus/types.py", line 6, in <module>
    from _dbus_bindings import ObjectPath, ByteArray, Signature, Byte,\
ImportError: /usr/lib/libdbus-1.so.3: undefined symbol: clock_getres, version GLIBC_2.2.5

About the gvfs error, Gigolo is working ok, but KeepassX exits when opening the password archive. By the other hand, wicd-curses works ok, but I'm not able to launch wicd-gtk

Arch 64 bits, XFCE, system updated here.

How to fix this?

Last edited by kinu (2011-10-05 08:45:16)

Offline

#2 2011-10-03 10:46:54

sbillaudelle
Member
Registered: 2011-10-03
Posts: 7

Re: [SOLVED]Dbus related errors?

Having the same problem with PiTiVi for a few days now. Would love to see that fixed!

$ pitivi

progname=pitivi; RGBA=on
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
libgnutls.so.26: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Failed to load module: /usr/lib/gio/modules/libgiognutls.so
python2: symbol lookup error: /usr/lib/gio/modules/libgvfsdbus.so: undefined symbol: g_vfs_get_type

Offline

#3 2011-10-03 11:42:45

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: [SOLVED]Dbus related errors?

It sounds like something going on with gtk.  I looked up keepassx, though, and pacman says it uses qt, not gtk.  Is keepassx having a problem under any condition, or only in relation to gigolo?


I laugh, yet the joke is on me

Offline

#4 2011-10-03 16:07:04

kinu
Member
Registered: 2009-06-13
Posts: 64

Re: [SOLVED]Dbus related errors?

Hi,

In any condition, when you try to open the pass file.

I got too, with Calibre

Traceback (most recent call last):
  File "/usr/bin/calibre", line 18, in <module>
    from calibre.gui2.main import main
  File "/usr/lib/calibre/calibre/gui2/main.py", line 18, in <module>
    from calibre.library.database2 import LibraryDatabase2
  File "/usr/lib/calibre/calibre/library/database2.py", line 31, in <module>
    from calibre.customize.ui import run_plugins_on_import
  File "/usr/lib/calibre/calibre/customize/ui.py", line 15, in <module>
    from calibre.customize.builtins import plugins as builtin_plugins
  File "/usr/lib/calibre/calibre/customize/builtins.py", line 512, in <module>
    from calibre.ebooks.pdb.input import PDBInput
  File "/usr/lib/calibre/calibre/ebooks/pdb/__init__.py", line 15, in <module>
    from calibre.ebooks.pdb.plucker.reader import Reader as plucker_reader
  File "/usr/lib/calibre/calibre/ebooks/pdb/plucker/reader.py", line 18, in <module>
    from calibre.utils.magick import Image, create_canvas
  File "/usr/lib/calibre/calibre/utils/magick/__init__.py", line 15, in <module>
    raise RuntimeError('Failed to load ImageMagick: '+_merr)
RuntimeError: Failed to load ImageMagick: libltdl.so.7: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio

Offline

#5 2011-10-04 02:04:17

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: [SOLVED]Dbus related errors?

OK, stupid question, but do you have dbus in your daemon array?


I laugh, yet the joke is on me

Offline

#6 2011-10-04 12:09:45

sbillaudelle
Member
Registered: 2011-10-03
Posts: 7

Re: [SOLVED]Dbus related errors?

the sad clown wrote:

OK, stupid question, but do you have dbus in your daemon array?

Yes! The problem is that some programs try to access some undefined symbol in "/usr/lib/gio/modules/libgvfsdbus.so".

Offline

#7 2011-10-04 20:09:56

kinu
Member
Registered: 2009-06-13
Posts: 64

Re: [SOLVED]Dbus related errors?

the sad clown wrote:

OK, stupid question, but do you have dbus in your daemon array?

Yes.

Offline

#8 2011-10-04 20:17:55

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

Re: [SOLVED]Dbus related errors?

the symbol is in /usr/lib/libgio-2.0.so.0, glib2 package.

do this and paste the log
LD_DEBUG=files pitivi > log 2>&1


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

Offline

#9 2011-10-04 21:44:02

kinu
Member
Registered: 2009-06-13
Posts: 64

Re: [SOLVED]Dbus related errors?

Hi sbillaudelle,

I have reinstalled all the packages (drastic, and it messes up database marking all as explicitly installed, I will have to do something when I have time) , and now all errors are gone (gtk and dbus related most of them).

Maybe you can reinstall dbus and his dependencies recursively to fix it ?

kInU

Offline

#10 2011-10-05 07:30:20

sbillaudelle
Member
Registered: 2011-10-03
Posts: 7

Re: [SOLVED]Dbus related errors?

Hi wonder, kinu,

thanks for your replies! It looks like it failed becouse glib-networking-git being installed. I removed that package and installed the equivalent from the repos.

Thanks, it's fixed now!

Offline

Board footer

Powered by FluxBB