Your message dated Sun, 16 Mar 2008 22:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417216: fixed in groundhog 1.4-8.1
has caused the Debian Bug report #417216,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
417216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417216
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: groundhog
Version: 1.4-8
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 from unstable.

> Automatic build of groundhog_1.4-8 on coconut0 by sbuild/ia64 0.49
...
> game.cc: In member function 'void Game::Shuffle()':
> game.cc:474: error: 'srand' was not declared in this scope
> make[3]: *** [game.o] Error 1
> make[3]: Leaving directory `/build/tbm/groundhog-1.4/src'

--- src/game.cc~        2007-04-01 20:36:23.000000000 +0000
+++ src/game.cc 2007-04-01 20:36:31.000000000 +0000
@@ -18,6 +18,7 @@
 
 #include <config.h>
 
+#include <cstdlib>
 #include <iostream>
 #include <sstream>
 #include <string>
--- src/highscore.cc~   2007-04-01 20:37:12.000000000 +0000
+++ src/highscore.cc    2007-04-01 20:37:17.000000000 +0000
@@ -16,6 +16,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <cstdlib>
 #include <fstream>
 using namespace std;
 
--- src/new_highscore_dialog.cc~        2007-04-01 20:37:37.000000000 +0000
+++ src/new_highscore_dialog.cc 2007-04-01 20:37:43.000000000 +0000
@@ -16,6 +16,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <cstdlib>
 #include <pwd.h>
 #include <unistd.h>
 
--- src/tube_pair.cc~   2007-04-01 20:37:58.000000000 +0000
+++ src/tube_pair.cc    2007-04-01 20:38:04.000000000 +0000
@@ -20,6 +20,8 @@
 #include "tube.h"
 #include "tube_pair.h"
 
+#include <cstdlib>
+
 TubePair::TubePair(GtkWidget* table, int row, int col) 
    : _right_pair(0), _bottom_pair(0)
 {

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


--- End Message ---
--- Begin Message ---
Source: groundhog
Source-Version: 1.4-8.1

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

groundhog_1.4-8.1.diff.gz
  to pool/main/g/groundhog/groundhog_1.4-8.1.diff.gz
groundhog_1.4-8.1.dsc
  to pool/main/g/groundhog/groundhog_1.4-8.1.dsc
groundhog_1.4-8.1_i386.deb
  to pool/main/g/groundhog/groundhog_1.4-8.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.
Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> (supplier of updated groundhog 
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: Sun, 16 Mar 2008 23:03:27 +0100
Source: groundhog
Binary: groundhog
Architecture: source i386
Version: 1.4-8.1
Distribution: unstable
Urgency: low
Maintainer: Stephen M Moraco <[EMAIL PROTECTED]>
Changed-By: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>
Description: 
 groundhog  - A simple logic game
Closes: 417216
Changes: 
 groundhog (1.4-8.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix gcc-4.3 FTBFS, patch by tbm. (Closes: #417216)
Files: 
 3cd15691d7a46d2709686f120a72a533 685 games optional groundhog_1.4-8.1.dsc
 b8151d9a32630d75e12d5d037249fad4 31218 games optional groundhog_1.4-8.1.diff.gz
 dfba8a294c9aa098fb1f8bb71d4f7ec8 35820 games optional 
groundhog_1.4-8.1_i386.deb

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

iD8DBQFH3ZohmO5zOp3h7rERAu9sAKCHLUe2jPTQBOxB/3dSeLs29AvJSQCeM0eb
G2Q7p22j5+x4oCeEuXGemug=
=ymlD
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to