Your message dated Tue, 24 Apr 2007 19:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#419823: fixed in systemtap 0.0.20070421-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: systemtap Version: 0.0.20070414-1 Usertags: ftbfs-gcc-4.3 Tags: patch Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. You're hitting a new warning introduced in 4.3. You can reproduce this problem with gcc-snapshot (20070326-1 or higher) from unstable. (Currently not available for i386, but for amd64, powerpc and ia64. I hope to have i386 binaries in the archive in ~2 weeks.) > Automatic build of systemtap_0.0.20070414-1 on em64t by sbuild/amd64 0.53 ... > if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -DBINDIR='"/usr/bin"' > -DPKGDATADIR='"/usr/share/systemtap"' -DPKGLIBDIR='"/usr/lib/systemtap"' > -DPERFMON -Wall -Wextra -Werror -Wall -g -D_GNU_SOURCE -O2 -MT stap-parse.o > -MD -MP -MF ".deps/stap-parse.Tpo" -c -o stap-parse.o `test -f 'parse.cxx' || > echo './'`parse.cxx; \ > then mv -f ".deps/stap-parse.Tpo" ".deps/stap-parse.Po"; else rm -f > ".deps/stap-parse.Tpo"; exit 1; fi > cc1plus: warnings being treated as errors > parse.cxx: In member function 'const token* parser::scan_pp(bool)': > parse.cxx:309: error: suggest explicit braces to avoid ambiguous 'else' > parse.cxx:334: error: suggest explicit braces to avoid ambiguous 'else' > make[3]: *** [stap-parse.o] Error 1 > make[3]: Leaving directory `/build/tbm/systemtap-0.0.20070414/build-tree/src' --- parse.cxx~ 2007-04-18 05:08:52.000000000 +0000 +++ parse.cxx 2007-04-18 05:09:48.000000000 +0000 @@ -306,11 +306,12 @@ while (true) // consume THEN tokens { m = scan_pp (result); // NB: recursive - if (m == 0) + if (m == 0) { if (have_token) throw parse_error ("incomplete conditional - missing %: or %)", t); else throw parse_error ("missing THEN tokens for conditional", t); + } have_token = true; if (m->type == tok_operator && (m->content == "%:" || // ELSE @@ -331,11 +332,12 @@ while (true) { m = scan_pp (expand_args && !result); // NB: recursive - if (m == 0) + if (m == 0) { if (have_token) throw parse_error ("incomplete conditional - missing %)", t); else throw parse_error ("missing ELSE tokens for conditional", t); + } have_token = true; if (m->type == tok_operator && m->content == "%)") // END -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: systemtap Source-Version: 0.0.20070421-1 We believe that the bug you reported is fixed in the latest version of systemtap, which is due to be installed in the Debian FTP archive: systemtap_0.0.20070421-1.diff.gz to pool/main/s/systemtap/systemtap_0.0.20070421-1.diff.gz systemtap_0.0.20070421-1.dsc to pool/main/s/systemtap/systemtap_0.0.20070421-1.dsc systemtap_0.0.20070421-1_i386.deb to pool/main/s/systemtap/systemtap_0.0.20070421-1_i386.deb systemtap_0.0.20070421.orig.tar.gz to pool/main/s/systemtap/systemtap_0.0.20070421.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. Eugeniy Meshcheryakov <[EMAIL PROTECTED]> (supplier of updated systemtap 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, 24 Apr 2007 20:38:03 +0200 Source: systemtap Binary: systemtap Architecture: source i386 Version: 0.0.20070421-1 Distribution: unstable Urgency: low Maintainer: Eugeniy Meshcheryakov <[EMAIL PROTECTED]> Changed-By: Eugeniy Meshcheryakov <[EMAIL PROTECTED]> Description: systemtap - instrumentation system for Linux 2.6 Closes: 419823 Changes: systemtap (0.0.20070421-1) unstable; urgency=low . * New upstream snapshot - this version does not contain code with ambiguous 'else' (closes: #419823) Files: 91b212129a5b0566fabe428b22237d13 841 devel optional systemtap_0.0.20070421-1.dsc 06690f11eb7baec9cc18426fad5289f6 686406 devel optional systemtap_0.0.20070421.orig.tar.gz 5074fd0465bbbdcbeac6c30978e38468 6854 devel optional systemtap_0.0.20070421-1.diff.gz fe75c72276275e44c57a3f1336196c68 702366 devel optional systemtap_0.0.20070421-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGLlHTKaC6+zmozOIRArzqAJ9ts66rK4XTpmnUmWCrSAhhnKAzCACdFVSH ohbrAVumv5WUrsb8xT1lIok= =he9n -----END PGP SIGNATURE-----
--- End Message ---

