Your message dated Tue, 05 Jun 2007 16:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417322: fixed in libcapsinetwork 0.3.0-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: libcapsinetwork
Source-Version: 0.3.0-3

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

libcapsinetwork-dev_0.3.0-3_i386.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-3_i386.deb
libcapsinetwork0c2a_0.3.0-3_i386.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-3_i386.deb
libcapsinetwork_0.3.0-3.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-3.diff.gz
libcapsinetwork_0.3.0-3.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-3.dsc



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 libcapsinetwork 
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 11:32:23 -0400
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source i386
Version: 0.3.0-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler <[EMAIL PROTECTED]>
Changed-By: Daniel Schepler <[EMAIL PROTECTED]>
Description: 
 libcapsinetwork-dev - C++ network server library, development files
 libcapsinetwork0c2a - C++ network server library
Closes: 417322
Changes: 
 libcapsinetwork (0.3.0-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: 
 36b7f25202cb4b140140a2edaeff8e9c 659 net optional libcapsinetwork_0.3.0-3.dsc
 adce5533f855522028251824c3ac41e1 2562 net optional 
libcapsinetwork_0.3.0-3.diff.gz
 a3d7bf3a2aaaee5edd9a28f425d6c78f 15274 libdevel optional 
libcapsinetwork-dev_0.3.0-3_i386.deb
 ba0b89333a67c2f3b08014432b875404 13978 libs optional 
libcapsinetwork0c2a_0.3.0-3_i386.deb

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

iD8DBQFGZYnhNC3LAyACFJARApEpAJ0RAsem5Eq9L3olItAvz3AqZBhG2QCeK3kP
y2Bo3ebZpQ4rVto5c2cKcMI=
=PDjQ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to