Your message dated Wed, 27 Feb 2008 14:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417791: fixed in zsafe 2.1.3-3
has caused the Debian Bug report #417791,
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.)


-- 
417791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417791
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: zsafe
Version: 2.1.3-2.1
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. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)


> Automatic build of zsafe_2.1.3-2.1 on coconut0 by sbuild/ia64 0.49
...
> g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DDESKTOP -DQT_THREAD_SUPPORT 
> -DQT_THREAD_SUPPORT -DNO_DEBUG -I/usr/share/qt3/include -I. 
> -I/usr/share/qt3/include/qt -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:59: error: 'atoi' was not declared in this scope
> make[1]: *** [main.o] Error 1

--- main.cpp~   2007-04-04 15:07:09.000000000 +0000
+++ main.cpp    2007-04-04 15:07:17.000000000 +0000
@@ -14,6 +14,7 @@
 #include <qpe/qpeapplication.h>
 #endif
 #include <stdio.h>
+#include <stdlib.h>
 #include <signal.h>
 #include "qsettings.h"
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: zsafe
Source-Version: 2.1.3-3

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

zsafe_2.1.3-3.diff.gz
  to pool/main/z/zsafe/zsafe_2.1.3-3.diff.gz
zsafe_2.1.3-3.dsc
  to pool/main/z/zsafe/zsafe_2.1.3-3.dsc
zsafe_2.1.3-3_i386.deb
  to pool/main/z/zsafe/zsafe_2.1.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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated zsafe 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, 26 Feb 2008 22:12:36 -0600
Source: zsafe
Binary: zsafe
Architecture: source i386
Version: 2.1.3-3
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 zsafe      - Password manager with encryption
Closes: 417791 464062
Changes: 
 zsafe (2.1.3-3) unstable; urgency=low
 .
   * Now #include <stdlib.h>, required by newer GCC.  Closes: #417791.
   * Add VCS lines to debian/control.
   * Removed superflous build dep on libqt3-compat-headers.  Closes: #464062.
Files: 
 13663d78e815ceee9ba4e695918e9c61 706 utils optional zsafe_2.1.3-3.dsc
 d257a69e91d009c30a0cc363cc193d90 3730 utils optional zsafe_2.1.3-3.diff.gz
 631b40de59a9349dc24ef68fb01daf6d 106806 utils optional zsafe_2.1.3-3_i386.deb

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

iD8DBQFHxWulthyt9Q6V7ksRAr8qAJ9Jrbowj/1fYjDvP/OrONs1uS/NRwCfbd1V
niwgrQ8RTHMrIV3ERfjfUOo=
=PuHL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to