Your message dated Wed, 04 Apr 2007 15:02:28 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417721: fixed in systemtap 0.0.20070331-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.20070324-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.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

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 ~3 weeks.)

> Automatic build of systemtap_0.0.20070324-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-translate.o -MD -MP -MF ".deps/stap-translate.Tpo" -c -o 
> stap-translate.o `test -f 'translate.cxx' || echo './'`translate.cxx; \
>       then mv -f ".deps/stap-translate.Tpo" ".deps/stap-translate.Po"; else 
> rm -f ".deps/stap-translate.Tpo"; exit 1; fi
> translate.cxx: In function 'int emit_symbol_data(systemtap_session&)':
> translate.cxx:4004: error: 'system' was not declared in this scope
> make[3]: *** [stap-translate.o] Error 1

--- src/translate.cxx~  2007-04-04 12:05:07.000000000 +0000
+++ src/translate.cxx   2007-04-04 12:05:13.000000000 +0000
@@ -15,6 +15,7 @@
 #include "tapsets.h"
 #include "util.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <set>
 #include <sstream>
--- src/tapsets.cxx~    2007-04-04 12:05:52.000000000 +0000
+++ src/tapsets.cxx     2007-04-04 12:06:15.000000000 +0000
@@ -15,6 +15,8 @@
 #include "session.h"
 #include "util.h"
 
+#include <cstdlib>
+#include <algorithm>
 #include <deque>
 #include <iostream>
 #include <map>
--- src/buildrun.cxx~   2007-04-04 12:12:50.000000000 +0000
+++ src/buildrun.cxx    2007-04-04 12:12:57.000000000 +0000
@@ -11,6 +11,7 @@
 #include "session.h"
 #include "util.h"
 
+#include <cstdlib>
 #include <fstream>
 #include <sstream>
 
--- src/hash.cxx~       2007-04-04 12:13:23.000000000 +0000
+++ src/hash.cxx        2007-04-04 12:13:30.000000000 +0000
@@ -19,6 +19,7 @@
 #include "session.h"
 #include "hash.h"
 #include "util.h"
+#include <cstdlib>
 #include <sstream>
 #include <iomanip>
 #include <cerrno>

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: systemtap
Source-Version: 0.0.20070331-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.20070331-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070331-1.diff.gz
systemtap_0.0.20070331-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070331-1.dsc
systemtap_0.0.20070331-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070331-1_i386.deb
systemtap_0.0.20070331.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070331.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: Wed, 04 Apr 2007 15:31:10 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070331-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: 417721
Changes: 
 systemtap (0.0.20070331-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Added patch from Martin Michlmayr to fix FTBFS with GCC 4.3 (closes: 
#417721)
Files: 
 5db0bac4bf7c733d3176cf00fa19b6db 841 devel optional 
systemtap_0.0.20070331-1.dsc
 ce470c6a8742898457c4944ce4337011 671478 devel optional 
systemtap_0.0.20070331.orig.tar.gz
 20ee2ecd696396360ac406ec2a3e6009 6990 devel optional 
systemtap_0.0.20070331-1.diff.gz
 e7ede8ec7f3c0e9a8fc4fb1f7d71484d 693004 devel optional 
systemtap_0.0.20070331-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGE6yFKaC6+zmozOIRAnUvAJ93pLrHVqhc3W5ag8+Y+3TYNRfLhACeIULc
kePBgJe+NK+uyk4bajnMWtg=
=rugY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to