Your message dated Tue, 14 Mar 2006 11:37:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#322444: fixed in chicken 2.2-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: chicken Version: 1.63-2 Severity: wishlist Tags: patch When building 'chicken' on ppc64/unstable, I get the following error: /bin/sh ./libtool --mode=link gcc -O2 -o chicken-static -static chicken.o support.o partition.o easyffi.o compiler.o optimizer.o c-platform.o c-backend.o batch-driver.o libchicken.la libstuffed-chicken.la libsrfi-chicken.la -ldl -lm -ldl -lm gcc -O2 -o chicken-static chicken.o support.o partition.o easyffi.o compiler.o optimizer.o c-platform.o c-backend.o batch-driver.o ./.libs/libchicken.a ./.libs/libstuffed-chicken.a ./.libs/libsrfi-chicken.a /chicken-1.63/.libs/libchicken.a -ldl -lm ./chicken csi.scm -quiet -debug-level 0 -optimize-level 2 -include-path . -output-file csi.c -prologue ./build.scm make[2]: *** [csi.c] Segmentation fault make[2]: Leaving directory `/chicken-1.63' With the attached patch 'chicken' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/chicken-1.63/chicken.h ./chicken.h --- ../tmp-orig/chicken-1.63/chicken.h 2004-07-19 18:55:27.000000000 +0000 +++ ./chicken.h 2005-08-10 11:46:44.000000000 +0000 @@ -130,7 +130,7 @@ # define C_resize_stack(n) C_do_resize_stack(n) #endif -#if defined (__alpha__) || defined (__sparc_v9__) || defined (__sparcv9) || defined(__ia64__) || defined(__mips64) || defined(__x86_64__) +#if defined (__alpha__) || defined (__sparc_v9__) || defined (__sparcv9) || defined(__ia64__) || defined(__mips64) || defined(__powerpc64__) || defined(__x86_64__) # define C_SIXTY_FOUR #endif diff -urN ../tmp-orig/chicken-1.63/chicken.html ./chicken.html --- ../tmp-orig/chicken-1.63/chicken.html 2004-07-28 16:41:50.000000000 +0000 +++ ./chicken.html 2005-08-10 10:19:03.000000000 +0000 @@ -3657,6 +3657,7 @@ ultrasparc sparc ppc + ppc64 ia64 x86 x86-64 diff -urN ../tmp-orig/chicken-1.63/chicken.info ./chicken.info --- ../tmp-orig/chicken-1.63/chicken.info 2004-07-28 16:23:18.000000000 +0000 +++ ./chicken.info 2005-08-10 10:18:53.000000000 +0000 @@ -2968,6 +2968,7 @@ ultrasparc sparc ppc + ppc64 ia64 x86 x86-64 Binary files ../tmp-orig/chicken-1.63/chicken.pdf and ./chicken.pdf differ diff -urN ../tmp-orig/chicken-1.63/chicken.texi ./chicken.texi --- ../tmp-orig/chicken-1.63/chicken.texi 2004-07-28 16:19:20.000000000 +0000 +++ ./chicken.texi 2005-08-10 10:18:42.000000000 +0000 @@ -3325,6 +3325,7 @@ ultrasparc sparc ppc +ppc64 ia64 x86 x86-64 diff -urN ../tmp-orig/chicken-1.63/runtime.c ./runtime.c --- ../tmp-orig/chicken-1.63/runtime.c 2004-07-19 18:55:32.000000000 +0000 +++ ./runtime.c 2005-08-10 10:15:42.000000000 +0000 @@ -6859,6 +6859,9 @@ #elif defined(__ppc__) a = C_alloc(2 + C_bytestowords(3)); s = C_string2(&a, "ppc"); +#elif defined(__powerpc64__) + a = C_alloc(2 + C_bytestowords(3)); + s = C_string2(&a, "ppc64"); #elif defined(_M_IX86) || defined(__i386__) a = C_alloc(2 + C_bytestowords(3)); s = C_string2(&a, "x86");
--- End Message ---
--- Begin Message ---Source: chicken Source-Version: 2.2-1 We believe that the bug you reported is fixed in the latest version of chicken, which is due to be installed in the Debian FTP archive: chicken-bin_2.2-1_i386.deb to pool/main/c/chicken/chicken-bin_2.2-1_i386.deb chicken_2.2-1.diff.gz to pool/main/c/chicken/chicken_2.2-1.diff.gz chicken_2.2-1.dsc to pool/main/c/chicken/chicken_2.2-1.dsc chicken_2.2.orig.tar.gz to pool/main/c/chicken/chicken_2.2.orig.tar.gz libchicken-dev_2.2-1_i386.deb to pool/main/c/chicken/libchicken-dev_2.2-1_i386.deb libchicken0_2.2-1_i386.deb to pool/main/c/chicken/libchicken0_2.2-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Davide Puricelli (evo) <[EMAIL PROTECTED]> (supplier of updated chicken package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 14 Feb 2006 21:56:39 +0100 Source: chicken Binary: libchicken0 chicken-bin libchicken-dev Architecture: source i386 Version: 2.2-1 Distribution: unstable Urgency: high Maintainer: Davide Puricelli (evo) <[EMAIL PROTECTED]> Changed-By: Davide Puricelli (evo) <[EMAIL PROTECTED]> Description: chicken-bin - Simple Scheme-to-C compiler - compiler libchicken-dev - Simple Scheme-to-C compiler - development libchicken0 - Simple Scheme-to-C compiler - runtime Closes: 270827 276981 277866 282956 322444 328193 337392 339028 Changes: chicken (2.2-1) unstable; urgency=high . * New upstream version; closes: #282956. * Repackaged from scratch: - removed chicken and chicken-dev packages. - three new packages, see README.Debian for details. closes: #270827, #339028. * Added /usr/lib/chicken directory to support external eggs; closes: #337392, #277866. * Added support for ppc64 architecture, closes: #322444. * libchicken-dev now depends on libpcre3-dev, closes: #276981. * Fixed a wrong path into chicken manpage, closes: #328193. Files: 6e4b367e3bdf347c32ab4db778f6e1a9 612 interpreters optional chicken_2.2-1.dsc a259184ced25706b1da37b91fb763758 3499936 interpreters optional chicken_2.2.orig.tar.gz 26b040cd255247f5c1cbcc35e4b207de 212056 interpreters optional chicken_2.2-1.diff.gz 5dbfce157c3008653ed38a85030453b6 1118780 interpreters optional chicken-bin_2.2-1_i386.deb 9070bcb44202c74cf5645e0d7b648a59 1223982 libs optional libchicken0_2.2-1_i386.deb e7208d528b673da78030ac6e1d19dfcf 1613416 libdevel optional libchicken-dev_2.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD9aeVNHp9kxdgFe0RApOxAKCpfxYynJxnxQ9H2hOiQZ3fxxscXwCggKAc CcHjXPorUf2EQbImIH+YTy4= =Zf9b -----END PGP SIGNATURE-----
--- End Message ---

