Your message dated Mon, 28 Jan 2008 20:48:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417734: fixed in turqstat 3.0-2
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: turqstat
Version: 2.2.4-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 turqstat_2.2.4-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -g -O2 -I. -Wall -c ./squishread.cpp
> ./squishread.cpp: In destructor 'virtual SquishRead::~SquishRead()':
> ./squishread.cpp:36: error: 'free' was not declared in this scope
> make[1]: *** [squishread.o] Error 1

--- squishread.cpp~     2007-04-04 12:32:30.000000000 +0000
+++ squishread.cpp      2007-04-04 12:32:45.000000000 +0000
@@ -19,6 +19,7 @@
 #include <time.h>
 #include <string.h>
 #include <stdio.h>
+#include <cstdlib>
 #include <string>
 
 #include "squishread.h"
--- fdapxread.cpp~      2007-04-04 12:32:50.000000000 +0000
+++ fdapxread.cpp       2007-04-04 12:32:58.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #include <string>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
--- jamread.cpp~        2007-04-04 12:33:05.000000000 +0000
+++ jamread.cpp 2007-04-04 12:33:10.000000000 +0000
@@ -20,6 +20,7 @@
 //                           ALL RIGHTS RESERVED.
 
 #include <config.h>
+#include <cstdlib>
 #include <string>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
--- mypointread.cpp~    2007-04-04 12:34:08.000000000 +0000
+++ mypointread.cpp     2007-04-04 12:34:16.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #include <string>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
--- sdmread.cpp~        2007-04-04 12:34:28.000000000 +0000
+++ sdmread.cpp 2007-04-04 12:34:36.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
 #else
--- tanstaaflread.cpp~  2007-04-04 12:41:48.000000000 +0000
+++ tanstaaflread.cpp   2007-04-04 12:41:54.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #include <string>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
--- newsspoolread.cpp~  2007-04-04 12:43:23.000000000 +0000
+++ newsspoolread.cpp   2007-04-04 12:43:28.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #ifdef HAVE_IOSTREAM
 # include <iostream>
 #else
--- output.cpp~ 2007-04-04 12:45:05.000000000 +0000
+++ output.cpp  2007-04-04 12:45:10.000000000 +0000
@@ -15,6 +15,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#include <cstdlib>
 #include <iostream>
 #include <stdio.h>
 #include <config.h>
--- nntpread.cpp~       2007-04-04 12:45:19.000000000 +0000
+++ nntpread.cpp        2007-04-04 12:45:39.000000000 +0000
@@ -16,6 +16,7 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #include <config.h>
+#include <cstdlib>
 #include <time.h>
 #include <string.h>
 #include <unistd.h>
--- qtprogress.h~       2007-04-04 12:51:32.000000000 +0000
+++ qtprogress.h        2007-04-04 12:51:33.000000000 +0000
@@ -51,4 +51,4 @@
     void setProgress(int number) { progress->setNum(number); }
 };
 
-#endif
\ No newline at end of file
+#endif
--- outputqt.cpp~       2007-04-04 12:52:36.000000000 +0000
+++ outputqt.cpp        2007-04-04 12:52:42.000000000 +0000
@@ -17,6 +17,7 @@
 
 #include <config.h>
 
+#include <cstdlib>
 #include <iostream>
 #include <qprogressdialog.h>
 #include <qmessagebox.h>

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


--- End Message ---
--- Begin Message ---
Source: turqstat
Source-Version: 3.0-2

We believe that the bug you reported is fixed in the latest version of
turqstat, which is due to be installed in the Debian FTP archive:

turqstat_3.0-2.diff.gz
  to pool/main/t/turqstat/turqstat_3.0-2.diff.gz
turqstat_3.0-2.dsc
  to pool/main/t/turqstat/turqstat_3.0-2.dsc
turqstat_3.0-2_i386.deb
  to pool/main/t/turqstat/turqstat_3.0-2_i386.deb
xturqstat_3.0-2_i386.deb
  to pool/main/t/turqstat/xturqstat_3.0-2_i386.deb



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.
Peter Karlsson <[EMAIL PROTECTED]> (supplier of updated turqstat 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: Mon, 28 Jan 2008 21:00:00 +0100
Source: turqstat
Binary: turqstat xturqstat
Architecture: source i386
Version: 3.0-2
Distribution: unstable
Urgency: low
Maintainer: Peter Karlsson <[EMAIL PROTECTED]>
Changed-By: Peter Karlsson <[EMAIL PROTECTED]>
Description: 
 turqstat   - Fidonet and Usenet statistics program
 xturqstat  - Fidonet and Usenet statistics program for X
Closes: 417734
Changes: 
 turqstat (3.0-2) unstable; urgency=low
 .
   * Added more missing headers to fix GNU C++ 4.3 compatibility.
    (Closes: Bug#417734)
   * Updated to current menu policy and updated conformance to policy 3.7.3.
Files: 
 fb6cf4005ef315804aa58d6896a8c8e5 604 mail optional turqstat_3.0-2.dsc
 fe8533c3058eea152b8fbb9a1437cce1 1987 mail optional turqstat_3.0-2.diff.gz
 1cf75915eb22b34ed812535a85158e74 123738 mail optional turqstat_3.0-2_i386.deb
 3c91c13c1f58397b0f293adb1e967f2b 164454 mail optional xturqstat_3.0-2_i386.deb

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

iD8DBQFHnjWnkryUdmOUJl4RAh1JAKChC10cLF0+NRoO+zUFfBhj6IKUhACfdQaK
+njzeJKGfZluqMuH0RhWerY=
=ioNF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to