Your message dated Tue, 05 Jun 2007 16:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417322: 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: libcapsinetwork
Version: 0.3.0-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 from unstable.
> Automatic build of libcapsinetwork_0.3.0-2 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -c listener.cpp -fPIC -DPIC
> -o .libs/listener.o
> In file included from listener.cpp:36:
> listenport.h:38: warning: type qualifiers ignored on function return type
> listenport.h:39: warning: type qualifiers ignored on function return type
> In file included from listener.cpp:37:
> socket.h:45: warning: type qualifiers ignored on function return type
> listener.cpp: In member function 'void Listener::checkActivity()':
> listener.cpp:103: error: 'exit' was not declared in this scope
--- src/listener.cpp~ 2007-04-02 10:38:46.000000000 +0000
+++ src/listener.cpp 2007-04-02 10:38:56.000000000 +0000
@@ -31,6 +31,7 @@
#include <netdb.h>
#include <unistd.h>
+#include <cstdlib>
#include "listener.h"
#include "listenport.h"
--- src/server.cpp~ 2007-04-02 10:39:16.000000000 +0000
+++ src/server.cpp 2007-04-02 10:39:25.000000000 +0000
@@ -25,6 +25,7 @@
// Example server demonstrating libcapsi_network.
#include <string>
+#include <cstdlib>
#include <stdio.h>
// In real applications, use the following include instead of the local.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: monopd
Source-Version: 0.9.3-3
We believe that the bug you reported is fixed in the latest version of
monopd, which is due to be installed in the Debian FTP archive:
monopd_0.9.3-3.diff.gz
to pool/main/m/monopd/monopd_0.9.3-3.diff.gz
monopd_0.9.3-3.dsc
to pool/main/m/monopd/monopd_0.9.3-3.dsc
monopd_0.9.3-3_i386.deb
to pool/main/m/monopd/monopd_0.9.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.
Daniel Schepler <[EMAIL PROTECTED]> (supplier of updated monopd 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, 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 ---