Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread Mike Hommey
tag 364578 wontfix thanks On Mon, Apr 24, 2006 at 10:39:50PM +0200, Loïc Minier <[EMAIL PROTECTED]> wrote: > reassign 364578 libxml2 > severity 364578 wishlist > retitle 364578 Please use versionned symbols to permit linkage against > multiple libxml versions > stop > > Hi, > > On Mon,

Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread Mike Hommey
On Mon, Apr 24, 2006 at 11:21:52PM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote: > Nobody should use libxml1 for new projects. Rewrite your code with > libxml2. libxml1 should die. Note: if there hadn't so much reverse dependencies on it, i would have asked for its removal. It's unsupported upstre

Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread Loïc Minier
reassign 364578 libxml2 severity 364578 wishlist retitle 364578 Please use versionned symbols to permit linkage against multiple libxml versions stop Hi, On Mon, Apr 24, 2006, A Mennucc wrote: > What is happening here is that there is some code, linked to gtk2.0 > and libxml1, that cras

Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread A Mennucc
On Mon, Apr 24, 2006 at 05:12:35PM +0200, Lo?c Minier wrote: > On Mon, Apr 24, 2006, A Mennucc wrote: > > I was trying to redesign my package 'gpr' to use GTK2, > > when I ran into a bug that seems a "GTK vs xml" bug. > > Looks more like a libxml1 + libxml2 mixture to me than gtk2 + libxml1 > m

Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread Loïc Minier
Hi, On Mon, Apr 24, 2006, A Mennucc wrote: > I was trying to redesign my package 'gpr' to use GTK2, > when I ran into a bug that seems a "GTK vs xml" bug. Looks more like a libxml1 + libxml2 mixture to me than gtk2 + libxml1 mixture, could you try reproducing in a program linked to lib

Bug#364578: libgtk2.0-0: file selector crashes if linked to libxml

2006-04-24 Thread A Mennucc
Package: libgtk2.0-0 Version: 2.8.17-1 Severity: normal hello I was trying to redesign my package 'gpr' to use GTK2, when I ran into a bug that seems a "GTK vs xml" bug. The attached simple program works ok if I compile it as $ gcc -o works test.c -g ` pkg-config gtk+-2.0 --cflags --libs ` b