Your message dated Thu, 11 Aug 2016 22:14:46 +0000 with message-id <[email protected]> and subject line Bug#345425: fixed in icon 9.4.3-6 has caused the Debian Bug report #345425, regarding iconc fails to compile icon programs 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 345425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345425 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: iconc (testing) Version: 9.4.2-2.2 When I invoke iconc to compile a program, I get this: iconc fact.icn Translating to C: fact.icn: No errors; no warnings Compiling and linking C code: fact.c: In function 'P001_main': fact.c:81: error: incompatible type for argument 1 of 'O114_subsc' *** C compile and link failed *** I use gcc version 4.0.2-2. #################################################################### fact.icn: procedure fac (n, acc) if n < 1 then stop (n, " is not a positive integer.") else if n = 1 then return acc else return fac (n-1, n*acc) end procedure main (args) write(fac (args[1], 1)) end
--- End Message ---
--- Begin Message ---Source: icon Source-Version: 9.4.3-6 We believe that the bug you reported is fixed in the latest version of icon, which is due to be installed in the Debian FTP archive. 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. Santiago Vila <[email protected]> (supplier of updated icon 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: SHA256 Format: 1.8 Date: Thu, 11 Aug 2016 23:29:20 +0200 Source: icon Binary: icont iconx icon-ipl Architecture: source Version: 9.4.3-6 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <[email protected]> Changed-By: Santiago Vila <[email protected]> Description: icon-ipl - Libraries for Icon, a high-level programming language icont - Interpreter for Icon, a high-level programming language iconx - Executor for Icon, a high-level programming language Closes: 345425 Changes: icon (9.4.3-6) unstable; urgency=medium . * QA upload. * Drop outdated manpage debian/icon.1. * Use man/man1/icon.1 and man/man1/icont.1 from original tarball. * Drop iconc package. It does not work, it is not supported upstream, and it does not even exist in version 9.5.1. Closes: #345425. * Rename debian/rules targets test-icont and benchmark-icont to just test and benchmark. * Make /usr/bin/icon a symlink to /usr/bin/icont, fpllowing upstream. This should allow writing scripts using #!/usr/bin/icon. Checksums-Sha1: 3ffe5840b063ca8fc2eaab7046aa284cb7b7fa54 1377 icon_9.4.3-6.dsc 79ed554fd776be967e03ce5ab2c6f4165f7b23ee 8292 icon_9.4.3-6.debian.tar.xz Checksums-Sha256: c62c4dc472ad7c22a9bb53ca40ad27bdd95b060a4c79663e99b131bb8f37ef82 1377 icon_9.4.3-6.dsc 39090c320898bdff7d855c27ed84c9fa389a20d50efb0d3fd756d34373a2eca2 8292 icon_9.4.3-6.debian.tar.xz Files: eeade55e369528d0a85c3798a170f5c4 1377 devel optional icon_9.4.3-6.dsc b4ed8ebf6a56741067818d35ed02a6f4 8292 devel optional icon_9.4.3-6.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJXrO5JAAoJEEHOfwufG4syILEH/iX9goVDXkLqLSePvHxYin+x zFexR2OmDHLij2L0mw8mwkexFMveg01pCVD09+hjMZRfcx9ql4Szl3CfZRHt1QKH mW2qdLscEmsfYL7PKxMnmTsle243O5pk4a3zVd9lAw2cBVrPHAtltvblOnK0RCn2 9iYginjZHD3hcmJRA0gcpHZCTUsWAZCdS2bK4aZ0kCMkAFoYGo6qKR2HkxTg5nNn ZLQPEn+X2iaDlVSvhBAna8X5G986PAD6rsPmn+1tTJhbt8wChzQgs/WnSGAJrfby 1wokTvyK2rYvl6pgMxxVkEpmeNFDH+Jk/bm8qBdJw4h9xbV9NxqDmR8dGakbT/w= =9h6L -----END PGP SIGNATURE-----
--- End Message ---

