Your message dated Sun, 03 Jul 2016 13:23:22 +0000 with message-id <[email protected]> and subject line Bug#616191: fixed in fort77 1.15-11 has caused the Debian Bug report #616191, regarding unreliable exit status of fort77 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.) -- 616191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616191 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: fort77 Version: 1.15-8 Severity: normal Hello there, fort77 fails to return reliable failure upon either - preprocessing errors, and - syntax errors in some cases. For example, this should fail due to a preprocessing error: $ cat > a.f <<\EOF program main #if 1 #include <ac_nonexistent.h> #endif end EOF $ fort77 -c -cpp a.f; echo $? <stdin>:3: error: ac_nonexistent.h: No such file or directory MAIN main: 0 $ This should fail reliably with a compile error, but doesn't if -g is also passed: $ cat > a.f <<\EOF program main #if 1 choke me #endif end EOF $ fort77 -c -cpp a.f; echo $? MAIN main: Error on line 3 of <stdin>: unclassifiable statement (starts "chokeme") /usr/bin/fort77: aborting compilation 255 $ fort77 -c -g -cpp a.f; echo $? MAIN main: Error on line 3 of <stdin>: unclassifiable statement (starts "chokeme") 0 $ (I'm working on Autoconf macros to detect Fortran preprocessing flags, in case you're wondering.) Cheers, and thanks for maintaining Debian, Ralf -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (510, 'stable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages fort77 depends on: ii cpp 4:4.4.5-1 The GNU C preprocessor (cpp) ii f2c 20090411-1 A FORTRAN 77 to C/C++ translator ii perl [perl5] 5.10.1-17 Larry Wall's Practical Extraction fort77 recommends no packages. fort77 suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: fort77 Source-Version: 1.15-11 We believe that the bug you reported is fixed in the latest version of fort77, 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. Mark Brown <[email protected]> (supplier of updated fort77 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.8 Date: Sun, 03 Jul 2016 14:43:06 +0200 Source: fort77 Binary: fort77 Architecture: source all Version: 1.15-11 Distribution: unstable Urgency: low Maintainer: Mark Brown <[email protected]> Changed-By: Mark Brown <[email protected]> Description: fort77 - Invoke f2c like a real compiler Closes: 616191 Changes: fort77 (1.15-11) unstable; urgency=low . * Disable mainmiss test to work around an apparent f2c/gcc issue (closes: #616191). Checksums-Sha1: ba2d3d4166ddb553046b893320b93aa9bad83e74 1253 fort77_1.15-11.dsc cb1855f9600f534a136990c8e7a46c95c9b5fde0 4310 fort77_1.15-11.diff.gz 2f5ae4accb0dde185a9f5427234fbf4622bc9c17 7422 fort77_1.15-11_all.deb Checksums-Sha256: 187a0deb30fbc2b61d63ad321ebba25a63fe07e3de6f7efd7f4df1a512613434 1253 fort77_1.15-11.dsc 1c319c865f6da734a58c1cc952f7b45ee08b0ea9da8e1b16aaade91c6532a8c1 4310 fort77_1.15-11.diff.gz 40f11672262a0fcc54c8a3fd605736799289099aeb2554eec5f626c5c0d24431 7422 fort77_1.15-11_all.deb Files: 0ac122721d0e0bd7df6063291bdd3a9f 1253 devel optional fort77_1.15-11.dsc fe98507309b21de4724e8e00d9ef19c9 4310 devel optional fort77_1.15-11.diff.gz e1915e5b1c47e12d93e62e7962a95c38 7422 devel optional fort77_1.15-11_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXeQlvAAoJECTWi3JdVIfQdFIIAIYbCOJ8mbA1mEyhe0Z9lTs7 b7ScMlrY8KjToh/4swxH4YPC4Fxk4vO0fB6C+id2EHennZ1fcseo+KcXVcKMbYmj G4HaJaxveS/sCW/2HYgNhqqV+FdamSyD/onxooFBxabgrdg6EG7JBnPQey89Qgua vH4xl1EcpFtBq6ZvPATKNkj6w7L+sMPcnUYBJ7/Tfrk52DsCC3YAi4hIKDpBc2g+ 5KTckVLOhJJV3/eSlssLJIsh0rjotFZulMe0sDusniPKMj4sNILlMTnSlUCe2dEL 1oIPK5RHurqffVs3mV+lkQEbMM5c3YwjMW34+1JUEcrmG30T+ALzjEdtg1GGCgE= =aSF0 -----END PGP SIGNATURE-----
--- End Message ---

