On Sat, Oct 31, 2009 at 12:54:11AM +0100, Andrea Bolognani wrote: > On Mon, Oct 26, 2009 at 10:55:44AM +0100, Christophe Mouilleron wrote: > > > With this version, I get this result : > > > > ch...@melange:~% xpdf.bin > > xpdf.bin: swm_hack.c:225: XtAppNextEvent: Assertion `lib_xtlib != ((void > > *)0)' failed. > > zsh: abort xpdf.bin > > > > Same result for vim and xterm. > > I tried to find more applications that make the problem appear, and the > > only one I found were xcolorsel and xfontsel. Gtk apps, Qt apps, emacs > > and xpp run correctly. > > Looks like it can't open the Xt library at all. Which is quite strange, > given that libxt6 is needed for X to work. > > I have prepared a new package[1] for you to test. This should give a more > detailed error message.
Here it is : ch...@melange:~% vim libXt.so: cannot open shared object file: No such file or directory vim: swm_hack.c:229: XtAppNextEvent: Assertion `0' failed. Vim: Caught deadly signal ABRT Vim: Finished. zsh: abort vim > > Could you please also post the output of running ls -l /usr/lib/libXt* on > both machines? > Well, during an upgrade on my unstable box, libxt-dev was removed and... the bug appears on this box too ! At least, I found the difference between my two boxes. This is the on squeeze (without libxt-dev) : ch...@melange:~% ls -l /usr/lib/libXt* lrwxrwxrwx 1 root root 14 2009-09-14 18:00 /usr/lib/libXt.so.6 -> libXt.so.6.0.0 -rw-r--r-- 1 root root 330112 2009-08-25 19:22 /usr/lib/libXt.so.6.0.0 lrwxrwxrwx 1 root root 16 2008-11-06 15:40 /usr/lib/libXtst.so.6 -> libXtst.so.6.1.0 -rw-r--r-- 1 root root 17468 2007-08-25 12:29 /usr/lib/libXtst.so.6.1.0 This is the on unstable (after reinstalling libxt-dev) : ch...@tarsonis:~% ls -l /usr/lib/libXt* -rw-r--r-- 1 root root 429062 aoû 25 19:22 /usr/lib/libXt.a lrwxrwxrwx 1 root root 14 oct 31 18:37 /usr/lib/libXt.so -> libXt.so.6.0.0 lrwxrwxrwx 1 root root 14 aoû 27 17:27 /usr/lib/libXt.so.6 -> libXt.so.6.0.0 -rw-r--r-- 1 root root 330112 aoû 25 19:22 /usr/lib/libXt.so.6.0.0 lrwxrwxrwx 1 root root 16 déc 25 2007 /usr/lib/libXtst.so.6 -> libXtst.so.6.1.0 -rw-r--r-- 1 root root 17468 aoû 25 2007 /usr/lib/libXtst.so.6.1.0 After installing libxt-dev on melange, all is okay. So, either we ask for the add of a libXt.so link in the libxt6 package, or we add a dependency on libxt-dev for scrotwm. Regards. Christophe. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org