You are not logged in.
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
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
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
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
OK, stupid question, but do you have dbus in your daemon array?
I laugh, yet the joke is on me
Offline
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
OK, stupid question, but do you have dbus in your daemon array?
Yes.
Offline
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
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
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