Package: wmweather Version: 2.4.4-4 Severity: normal wmweather attempts to run /usr/X11R6/bin/xmessage, as debian/rules builds it that way. But /usr/X11R6/bin symlink was removed a few days ago:
,---- | xorg (1:7.4+2) unstable; urgency=low | | * Don't ship the /usr/X11R6/bin symlink in x11-common. Break gdm << | 2.20.7-5. | | -- Julien Cristau <jcris...@debian.org> Tue, 09 Jun 2009 17:32:10 +0200 `---- This trivial patch: --- debian/rules.~1~ 2009-06-13 13:19:54.000000000 +0200 +++ debian/rules 2009-06-13 13:27:56.000000000 +0200 @@ -26,7 +26,7 @@ build: $(testdir) - cd src && ./configure $(CONFFLAGS) --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --with-xmessage=/usr/X11R6/bin/xmessage + cd src && ./configure $(CONFFLAGS) --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --with-xmessage=/usr/bin/xmessage $(MAKE) -C src touch build fixes that error. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages wmweather depends on: ii libc6 2.9-13 GNU C Library: Shared libraries ii libcurl3-gnutls 7.19.5-1 Multi-protocol file transfer libra ii libx11-6 2:1.2.1-1 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxpm4 1:3.5.7-2 X11 pixmap library Versions of packages wmweather recommends: ii x11-utils 7.4+1 X11 utilities Versions of packages wmweather suggests: ii wmaker 0.92.0-8 NeXTSTEP-like window manager for X -- no debconf information Cheers, -- Cristian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org