[Bug 28557] Segfaults at startup
Yann
yann at pleiades.fr.eu.org
Wed Jan 25 00:40:06 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/28557
Comment:
I think the problem happens because drip is linked with both glib et
glib2:
$ objdump -x /usr/bin/drip | grep NEEDED | grep glib
NEEDED libglib-2.0.so.0
NEEDED libglib-1.2.so.0
Looking at backtrave, drip seems to use gtk-1.2 with glib2.0 functions,
I don't think it's good !
The problem is that needs gtk-1.2 but also needs sdl and avifile which
seems to need glib-2.0.
I don't know yet how to to solve this problem !!
More information about the universe-bugs
mailing list