Your message dated Sun, 16 Mar 2008 22:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417133: fixed in capisuite 0.4.5-6.1
has caused the Debian Bug report #417133,
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.)
--
417133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417133
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: capisuite
Version: 0.4.5-6
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 capisuite_0.4.5-6 on coconut0 by sbuild/ia64 0.49
...
> if ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..
> -DLOCALSTATEDIR=\"/var\" -DPKGDATADIR=\"/usr/share/capisuite\"
> -DPKGSYSCONFDIR=\"/etc/capisuite\" -DPKGLIBDIR=\"/usr/lib/capisuite\"
> -I/usr/include/python2.4 -g -O2 -MT capi.o -MD -MP -MF ".deps/capi.Tpo" -c
> -o capi.o capi.cpp; \
> then mv -f ".deps/capi.Tpo" ".deps/capi.Po"; else rm -f
> ".deps/capi.Tpo"; exit 1; fi
> capi.cpp: In function 'void* capi_exec_handler(void*)':
> capi.cpp:28: error: 'exit' was not declared in this scope
> make[4]: *** [capi.o] Error 1
--- backend/capi.cpp~ 2007-04-01 16:49:05.000000000 +0000
+++ backend/capi.cpp 2007-04-01 16:49:10.000000000 +0000
@@ -14,6 +14,7 @@
* *
***************************************************************************/
+#include <cstdlib>
#include <iostream>
#include <sstream>
#include "connection.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: capisuite
Source-Version: 0.4.5-6.1
We believe that the bug you reported is fixed in the latest version of
capisuite, which is due to be installed in the Debian FTP archive:
capisuite_0.4.5-6.1.diff.gz
to pool/main/c/capisuite/capisuite_0.4.5-6.1.diff.gz
capisuite_0.4.5-6.1.dsc
to pool/main/c/capisuite/capisuite_0.4.5-6.1.dsc
capisuite_0.4.5-6.1_amd64.deb
to pool/main/c/capisuite/capisuite_0.4.5-6.1_amd64.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.
Philipp Kern <[EMAIL PROTECTED]> (supplier of updated capisuite 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:16:11 +0100
Source: capisuite
Binary: capisuite
Architecture: source amd64
Version: 0.4.5-6.1
Distribution: unstable
Urgency: low
Maintainer: Daniel J. Priem <[EMAIL PROTECTED]>
Changed-By: Philipp Kern <[EMAIL PROTECTED]>
Description:
capisuite - easy fax and voice box solution for ISDN/CAPI capable devices
Closes: 417133
Changes:
capisuite (0.4.5-6.1) unstable; urgency=low
.
* Non-maintainer upload for the gcc-4.3 release goal, with a patch
provided by Martin Michlmayer. (Closes: #417133)
Files:
cbdaa901c1e99146fdbc7bd7755c98dc 743 comm extra capisuite_0.4.5-6.1.dsc
d0f039c96e54af46e2a60d08b7089c97 31989 comm extra capisuite_0.4.5-6.1.diff.gz
00eb0e23828d120a096e262ac15a9631 1128502 comm extra
capisuite_0.4.5-6.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3Z2o7Ro5M7LPzdgRAodaAJ9MEmY/OeDZpNwWeuyxnZbCEjnz0ACg8Bdp
O1wwz9TS4Z/TNaH0aYdJ8AM=
=pVeM
-----END PGP SIGNATURE-----
--- End Message ---