Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Zakrn
On Sat, 2007-09-22 at 01:14 +0200, Josselin Mouette wrote: > I'm not talking about the libpcre3 package, but of the file > in /lib/libpcre.so.3 which was not brought by a Debian package. My fault, I didn't think about it. And you are right, removing /lib/libpcre.so.3 and /lib/libpcre.so.3.12.0 has

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Josselin Mouette
Le samedi 22 septembre 2007 à 01:00 +0200, Zakrn a écrit : > On Sat, 2007-09-22 at 00:46 +0200, Josselin Mouette wrote: > > Le samedi 22 septembre 2007 à 00:17 +0200, Zakrn a écrit : > > > [EMAIL PROTECTED]:~$ ldd -r /usr/lib/libglib-2.0.so.0 > > > linux-gate.so.1 => (0xe000) > > >

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Zakrn
On Sat, 2007-09-22 at 00:37 +0200, Josselin Mouette wrote: > Looks like another subtle breakage in libpcre3's ABI... > > Another question: what version of libpcre3 do you have installed? > > Thanks, 7.3-2, but the problem existed also with 7.3-1. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Josselin Mouette
Le samedi 22 septembre 2007 à 00:17 +0200, Zakrn a écrit : > [EMAIL PROTECTED]:~$ ldd -r /usr/lib/libglib-2.0.so.0 > linux-gate.so.1 => (0xe000) > libpcre.so.3 => /lib/libpcre.so.3 (0xb7e72000) > libc.so.6 => /lib/libc.so.6 (0xb7d2a000) > /lib/ld-linux.so.2 (0x8

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Zakrn
On Sat, 2007-09-22 at 00:05 +0200, Josselin Mouette wrote: > Could you please send the output of "ldd -r /usr/lib/libglib-2.0.so.0" ? > > Thanks, Here you are: [EMAIL PROTECTED]:~$ ldd -r /usr/lib/libglib-2.0.so.0 linux-gate.so.1 => (0xe000) libpcre.so.3 => /lib/libpcre.so.3

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Josselin Mouette
Le vendredi 21 septembre 2007 à 23:24 +0200, Zakrn a écrit : > >>> import gobject > Traceback (most recent call last): > File "", line 1, in ? > File "/var/lib/python-support/python2.4/gtk-2.0/gobject/__init__.py", > line 30, in ? > from _gobject import * > ImportError: /usr/lib/libglib-2.0

Bug#443507: python-gobject: Importing gobject fails after libglib upgrade

2007-09-21 Thread Zakrn
Package: python-gobject Version: 2.12.3-2+b1 Severity: grave Justification: renders package unusable After upgrading libglib to version 2.14.1-2 (it applies also to 2.14.1-3) trying to import gobject gives the error: >>> import gobject Traceback (most recent call last): File "", line 1, in ?