Your message dated Mon, 21 Jan 2008 21:17:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417734: fixed in turqstat 3.0-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: 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-1

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-1.diff.gz
  to pool/main/t/turqstat/turqstat_3.0-1.diff.gz
turqstat_3.0-1.dsc
  to pool/main/t/turqstat/turqstat_3.0-1.dsc
turqstat_3.0-1_i386.deb
  to pool/main/t/turqstat/turqstat_3.0-1_i386.deb
turqstat_3.0.orig.tar.gz
  to pool/main/t/turqstat/turqstat_3.0.orig.tar.gz
xturqstat_3.0-1_i386.deb
  to pool/main/t/turqstat/xturqstat_3.0-1_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, 21 Jan 2008 21:20:00 +0100
Source: turqstat
Binary: turqstat xturqstat
Architecture: source i386
Version: 3.0-1
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 438227
Changes: 
 turqstat (3.0-1) unstable; urgency=low
 .
   * New upstream release.
    - Adds support for templates.
   * Applied patch to fix include headers for GNU C++ 4.3.
    (Closes: Bug#417734)
   * Allow installing unstripped binaries.
    (Closes: Bug#438227)
Files: 
 ab57d32bce2447d0cd74a2b6f8d597b0 602 mail optional turqstat_3.0-1.dsc
 6a30327947aceb3d346e7757174f1498 304293 mail optional turqstat_3.0.orig.tar.gz
 3cf4449b36d717d27cad8a4265cc9794 20 mail optional turqstat_3.0-1.diff.gz
 815cd82fd571c2b889a650ba20e34e04 123580 mail optional turqstat_3.0-1_i386.deb
 e8cf5734df8a47e406ee65a196340223 164272 mail optional xturqstat_3.0-1_i386.deb

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

iD8DBQFHlQjAkryUdmOUJl4RAl8aAKCwmPw7K5uW132EVtMuh3WhevaI5ACeLHU8
DntgbiLac6EElb2qNEn5mZk=
=/TD+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to