Your message dated Tue, 03 Apr 2007 15:02:27 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417479: fixed in pokerth 0.3-3
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: pokerth
Version: 0.3-2
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.
> Automatic build of pokerth_0.3-2 on em64t by sbuild/amd64 0.53
...
> /usr/include/qt4/QtGui/qimage.h:56: warning: suggest parentheses around &&
> within ||
> g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB
> -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++
> -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/Qt3Support
> -I/usr/include/qt4 -I. -Isrc -Iuics -Imocs -Iuics -o obj/tools.o src/tools.cpp
> src/tools.cpp: In member function 'void Tools::getRandNumber(int, int, int,
> int*, bool)':
> src/tools.cpp:43: error: 'rand' was not declared in this scope
> src/tools.cpp:43: error: 'RAND_MAX' was not declared in this scope
> src/tools.cpp:58: error: 'rand' was not declared in this scope
> src/tools.cpp:58: error: 'RAND_MAX' was not declared in this scope
> make[1]: *** [obj/tools.o] Error 1
> make[1]: Leaving directory `/build/tbm/pokerth-0.3'
--- src/tools.h~ 2007-04-02 21:04:34.000000000 +0000
+++ src/tools.h 2007-04-02 21:04:45.000000000 +0000
@@ -19,6 +19,8 @@
***************************************************************************/
#ifndef TOOLS_H
#define TOOLS_H
+#include <cstdlib>
+#include <climits>
#include <iostream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pokerth
Source-Version: 0.3-3
We believe that the bug you reported is fixed in the latest version of
pokerth, which is due to be installed in the Debian FTP archive:
pokerth_0.3-3.diff.gz
to pool/main/p/pokerth/pokerth_0.3-3.diff.gz
pokerth_0.3-3.dsc
to pool/main/p/pokerth/pokerth_0.3-3.dsc
pokerth_0.3-3_i386.deb
to pool/main/p/pokerth/pokerth_0.3-3_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.
Mario Iseli <[EMAIL PROTECTED]> (supplier of updated pokerth 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, 03 Apr 2007 16:12:42 +0200
Source: pokerth
Binary: pokerth
Architecture: source i386
Version: 0.3-3
Distribution: unstable
Urgency: low
Maintainer: Mario Iseli <[EMAIL PROTECTED]>
Changed-By: Mario Iseli <[EMAIL PROTECTED]>
Description:
pokerth - Texas hold'em game
Closes: 417479
Changes:
pokerth (0.3-3) unstable; urgency=low
.
* Added patches/02-gcc-4.3-ftbfs.dpatch to fix FTBFS with GCC 4.3,
thanks to Martin Michlmayr (Closes: #417479).
Files:
d2877c6196fa0ece63df2f3d81bb23a8 591 games optional pokerth_0.3-3.dsc
e2de592c1fadb4a7fc99694520225a30 2703 games optional pokerth_0.3-3.diff.gz
10f11dd057df682eeec4dbf7cffe11cb 968934 games optional pokerth_0.3-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGEmkb+C5cwEsrK54RAij1AJ9EQhrD9NzJuDBdXOLDFvAC7AIptwCgqXpT
eZLnM4WAcnhi+3Q31tPoWFg=
=BBLO
-----END PGP SIGNATURE-----
--- End Message ---