Your message dated Wed, 24 May 2006 17:17:16 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#300860: fixed in klic 3.003-gm1-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: klic Severity: normal Tags: patch When building 'klic' on amd64 with gcc-4.0, I get the following error: gcc -c -O2 -fomit-frame-pointer -g -o kmain.o -I../include -I/usr/include -I. kmain.c In file included from kmain.c:46: ../include/klic/options.h:23: error: array type has incomplete element type kmain.c: In function 'klic_main': kmain.c:141: warning: incompatible implicit declaration of built-in function 'exit' Compilation failed for file kmain.c make[2]: *** [kmain.o] Segmentation fault make[2]: Leaving directory `/klic-3.003/runtime' With the attached patch 'klic' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/klic-3.003/include/klic/options.h ./include/klic/options.h --- ../tmp-orig/klic-3.003/include/klic/options.h 1999-03-25 08:33:22.000000000 +0100 +++ ./include/klic/options.h 2005-03-22 12:03:05.650138481 +0100 @@ -20,7 +20,6 @@ ARG_NOT_USED }; -extern Const struct opttable opttable[]; char *parse_opts(); diff -urN ../tmp-orig/klic-3.003/runtime/trace.c ./runtime/trace.c --- ../tmp-orig/klic-3.003/runtime/trace.c 1999-03-25 08:33:33.000000000 +0100 +++ ./runtime/trace.c 2005-03-22 12:03:37.111064370 +0100 @@ -33,8 +33,6 @@ extern char *realloc_check(); extern char *malloc_check(); -extern char *calloc(); -extern void free(); static struct trace_info_rec *trace_info_recs; static long num_info_recs, info_rec_size;
--- End Message ---
--- Begin Message ---Source: klic Source-Version: 3.003-gm1-1 We believe that the bug you reported is fixed in the latest version of klic, which is due to be installed in the Debian FTP archive: klic-doc_3.003-gm1-1_all.deb to pool/main/k/klic/klic-doc_3.003-gm1-1_all.deb klic_3.003-gm1-1.diff.gz to pool/main/k/klic/klic_3.003-gm1-1.diff.gz klic_3.003-gm1-1.dsc to pool/main/k/klic/klic_3.003-gm1-1.dsc klic_3.003-gm1-1_i386.deb to pool/main/k/klic/klic_3.003-gm1-1_i386.deb klic_3.003-gm1.orig.tar.gz to pool/main/k/klic/klic_3.003-gm1.orig.tar.gz 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. GOTO Masanori <[EMAIL PROTECTED]> (supplier of updated klic 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: Thu, 25 May 2006 00:11:58 +0900 Source: klic Binary: klic klic-doc Architecture: source i386 all Version: 3.003-gm1-1 Distribution: unstable Urgency: low Maintainer: GOTO Masanori <[EMAIL PROTECTED]> Changed-By: GOTO Masanori <[EMAIL PROTECTED]> Description: klic - KL1 to C compiler system klic-doc - Documentation and sample KL1 files for the KLIC Closes: 300860 302876 364164 Changes: klic (3.003-gm1-1) unstable; urgency=low . * Regenerate .orig.tar.gz to be easier maintenance for patch. * debian/control: Update to Standards-Version: 3.6.0. * debian/control: Fix package description typo. (Closes: #364164) * debian/rules: Brush up. Generate binary-indep separately. (Closes: #302876) * debian/patch0.spelling: Add to fix #124845 typo in upstream README file. * debian/patch1.gcc-3.0-lamont: Add to fix #108093 for the memory (not used). * debian/patch2.gcc-4.0-aj-lamont: Add to fix errors on 64bit arch with gcc 4.0. Patched by Andreas Jochens <[EMAIL PROTECTED]> and LaMont Jones <[EMAIL PROTECTED]>. (Closes: #300860) * debian/rules: Fix to install info files to klic-doc package. * debian/configure.expect: Add to generate configuration files dynamically. * debian/control: Add Build-Depends: expect. * debian/patch3.suppress-mktemp-warnin: Add to suppress annoying warning message for mktemp during klic compile + link operation. Files: 1e91707d5ba1e12f583a057f31d540fb 579 devel optional klic_3.003-gm1-1.dsc ab7aec82889c80fd7d245f599069a277 1043986 devel optional klic_3.003-gm1.orig.tar.gz 4192a273069f8553e0603853ed7746dc 8316 devel optional klic_3.003-gm1-1.diff.gz b5e12593ad17655f192d4c4962e4292f 136152 doc optional klic-doc_3.003-gm1-1_all.deb 380a5b1a2c37712f5c5de574800c496f 673682 devel optional klic_3.003-gm1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEdPC+qIqasIZIJsMRAohvAJ4kFzI/1KBZ7PKFlyaoUh52Lu5MmQCcD+2A rOyvfqOzLhv9ihEND32DHWQ= =R2bn -----END PGP SIGNATURE-----
--- End Message ---

