Your message dated Sat, 05 Apr 2008 15:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417133: fixed in capisuite 0.4.5-6.3
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.3
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.3.diff.gz
to pool/main/c/capisuite/capisuite_0.4.5-6.3.diff.gz
capisuite_0.4.5-6.3.dsc
to pool/main/c/capisuite/capisuite_0.4.5-6.3.dsc
capisuite_0.4.5-6.3_i386.deb
to pool/main/c/capisuite/capisuite_0.4.5-6.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.
Stephen Gran <[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: Sat, 05 Apr 2008 16:21:46 +0100
Source: capisuite
Binary: capisuite
Architecture: source i386
Version: 0.4.5-6.3
Distribution: unstable
Urgency: low
Maintainer: Daniel J. Priem <[EMAIL PROTECTED]>
Changed-By: Stephen Gran <[EMAIL PROTECTED]>
Description:
capisuite - easy fax and voice box solution for ISDN/CAPI capable devices
Closes: 417133
Changes:
capisuite (0.4.5-6.3) unstable; urgency=low
.
* Non-maintainer upload.
* Fix FTBFS with gcc-4.3 (closes: #417133) (again?)
* Lintian warnings silenced:
- stop ignoring make clean errors
* Update Standards-Version (no changes)
Files:
be0c36cabdf4d5aa412ce8f692baa0e6 778 comm extra capisuite_0.4.5-6.3.dsc
870ad896ebf82e405f066e757f8351da 32275 comm extra capisuite_0.4.5-6.3.diff.gz
eca3bd06d55898b761d477702037462f 1096946 comm extra
capisuite_0.4.5-6.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH95mJSYIMHOpZA44RAntaAJ9VpSFl6V6+mOYT6XJSS0jItR0lQwCgy7p+
xF2n+J4MuXJdjr41VRFmunM=
=USHo
-----END PGP SIGNATURE-----
--- End Message ---