Package: icon Version: 9.4.2-2.6 Severity: normal Tags: patch When building 'icon' on ppc64/unstable, I get the following error:
> Run-time error 302 > File sieve.icn; Line 12 > memory violation > Traceback: > main() > insert(set_1(81),81,&null) from line 12 in sieve.icn \ No newline at end of file Testing wordcnt Tests failed: sieve make[3]: *** [Samples] Error 1 make[3]: Leaving directory `/icon-9.4.2/tests/general' With the attached patch 'icon' can be compiled on ppc64. The patch adds ppc64 to the list of architectures which use 'CFLAGS_OPT = -O0'. Regards Andreas Jochens diff -urN ../tmp-orig/icon-9.4.2/debian/rules ./debian/rules --- ../tmp-orig/icon-9.4.2/debian/rules 2006-03-31 05:55:54.000000000 +0000 +++ ./debian/rules 2006-03-31 05:53:47.000000000 +0000 @@ -24,7 +24,7 @@ CFLAGS_OPT = -O2 ifneq (, $(filter $(DEB_HOST_ARCH_CPU), alpha hppa ia64 mips mipsel \ - powerpc s390 sparc amd64 i386)) + powerpc ppc64 s390 sparc amd64 i386)) CFLAGS_OPT = -O0 endif -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]