Your message dated Tue, 5 Jun 2007 13:19:53 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417435: fixed in monopd 0.9.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: monopd
Version: 0.9.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 monopd_0.9.3-2 on coconut0 by sbuild/ia64 0.49
...
> game.h:142: warning: type qualifiers ignored on function return type
> In file included from estategroup.cpp:25:
> player.h:81: warning: type qualifiers ignored on function return type
> estategroup.cpp: In member function 'int EstateGroup::rent(Player*, const
> std::string&)':
> estategroup.cpp:84: error: 'atoi' was not declared in this scope
--- src/estategroup.cpp~ 2007-04-02 18:58:05.000000000 +0000
+++ src/estategroup.cpp 2007-04-02 18:58:12.000000000 +0000
@@ -14,6 +14,7 @@
// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
+#include <cstdlib>
#include <iostream>
#include <math++/nodes.h>
--- src/main.cpp~ 2007-04-02 18:58:58.000000000 +0000
+++ src/main.cpp 2007-04-02 18:59:06.000000000 +0000
@@ -19,6 +19,7 @@
#include <syslog.h>
#include <unistd.h>
+#include <cstdlib>
#include <iostream>
#include <string>
--- src/server.cpp~ 2007-04-02 18:59:21.000000000 +0000
+++ src/server.cpp 2007-04-02 18:59:32.000000000 +0000
@@ -26,6 +26,7 @@
#include <syslog.h>
#include <unistd.h>
+#include <cstdlib>
#include <string>
#include <libcapsinetwork/socket.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
I just fixed #417435 but accidentally marked the upload as fixing #417322 in
the changelog. Closing now...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 05 Jun 2007 12:20:32 -0400
Source: monopd
Binary: monopd
Architecture: source i386
Version: 0.9.3-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler <[EMAIL PROTECTED]>
Changed-By: Daniel Schepler <[EMAIL PROTECTED]>
Description:
monopd - Monopoly game network server
Closes: 417322
Changes:
monopd (0.9.3-3) unstable; urgency=low
.
* Add missing #include's to fix compilation with gcc-4.3. Closes: #417322.
* Update watch file: listing the download directory is now forbidden, so
we have to go through the download page.
Files:
010efeadd77f007f03dc3507d5199601 638 games optional monopd_0.9.3-3.dsc
978536a6ab0b6431a17e83c0ea02cdb0 3714 games optional monopd_0.9.3-3.diff.gz
b58828d2acd061fd4ad2e459e43222bd 193200 games optional
monopd_0.9.3-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGZZLtNC3LAyACFJARAjtRAJ9MVpj5N9J3OUZnDT6sJtufOCOM9QCdGuR+
fRgK633DV+djjnEWZH0giTM=
=uq7e
-----END PGP SIGNATURE-----
--- End Message ---