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 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 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 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 ?