Package: conspy Version: 1.3-1 Severity: normal There is probably an endianness problem. The following quick and dirty hack helped in my case:
--- conspy.c.orig 2006-01-09 03:52:03.000000000 +0100 +++ conspy.c 2006-01-13 14:26:28.000000000 +0100 @@ -210,8 +210,8 @@ * A character as it appears in the VGA video buffer. */ struct vidchar { - unsigned char vidchar_char; /* The IBM-ASCII Char code */ unsigned char vidchar_attribute; /* Colour/blink/bold spec */ + unsigned char vidchar_char; /* The IBM-ASCII Char code */ }; /* I do not know how this should be fixed in a clean way ... Cheers Harry -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-powerpc Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages conspy depends on: ii libc6 2.3.5-11 GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand conspy recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]