Package: zeroc-ice Severity: important Justification: fails to build from source
zeroc-ice fails to build on Alpha: [...] make[3]: Entering directory `/tmp/buildd/zeroc-ice-3.0.1/src/icecpp' cc -c -I../../include -O2 -I. -DPREFIX=\"\" cccp.c In file included from cccp.c:21: config.h:80:5: error: #error "unsupported operating system or platform" make[3]: *** [cccp.o] Error 1 make[3]: Leaving directory `/tmp/buildd/zeroc-ice-3.0.1/src/icecpp' Full log at; http://buildd.debian.org/fetch.php?&pkg=zeroc-ice&ver=3.0.1-1&arch=alpha&stamp=1142961876&file=log&as=raw I'd suggest to replace the logic in config.h with something like #if WCHAR_MAX == 32767 || WCHAR_MAX == 65536 # define WCHAR_TYPE_SIZE 2 #elif WCHAR_MAX == 2147483647 || WCHAR_MAX == 4294967295 # define WCHAR_TYPE_SIZE 4 #else # error "unsupported operating system or platform" #endif Falk -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: alpha Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-rc4-dirty Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

