• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

glib2 aus quinn repo (compiz): problem

Hallo Gruppe,


ich benutze Suse 10.1 64bit. Da das compiz packet von quinn eine Abhängigkeit auf glib2 > 2.12 hat, habe ich diese über Smart installiert. Dummerweise scheinen einige gnome Programme mit dieser glib-version nicht klarzukommen. Gaim startet nicht aufgrund eines Segmentation faults. Gibt es hier noch jemand mit einer ähnlichen Erfahrung, bzw. einer Lösung für dieses Problem?

Hier die Ausgabe des backtraces:

Code:
gdb gaim
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-suse-linux"...(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".

(gdb) handle SIGPIPE nostop
Signal        Stop      Print   Pass to program Description
SIGPIPE       No        Yes     Yes             Broken pipe
(gdb) run
Starting program: /opt/gnome/bin/gaim
(no debugging symbols found)
...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46974282138240 (LWP 16966)]
0x00002ab90c4bbf8d in g_io_channel_get_type () from /opt/gnome/lib64/libgobject-2.0.so.0
(gdb) quit
The program is running.  Exit anyway? (y or n) y

hier die verlinkte shared library:
Code:
~> ll /opt/gnome/lib64/libgobject-2.0.so.0
lrwxrwxrwx 1 root root 26 2006-09-03 16:08 /opt/gnome/lib64/libgobject-2.0.so.0 -> libgobject-2.0.so.0.1200.0
 
Oben