Your message dated Wed, 20 Jan 2010 13:02:10 +0000
with message-id <[email protected]>
and subject line Bug#504980: fixed in cryptonit 0.9.7-2.3
has caused the Debian Bug report #504980,
regarding FTBFS with GCC 4.4: missing #include
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.)


-- 
504980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504980
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cryptonit
Version: 0.9.7-2.2
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of cryptonit_0.9.7-2.2 on em64t by sbuild/amd64 0.53
...
>       then mv -f ".deps/User.Tpo" ".deps/User.Plo"; else rm -f 
> ".deps/User.Tpo"; exit 1; fi
>  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
> -I/build/tbm/cryptonit-0.9.7/src/pkcs11 
> -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
> -DNO_GCC_PRAGMA -I/build/tbm/cryptonit-0.9.7/src/pkcs11 -O2 -MT User.lo -MD 
> -MP -MF .deps/User.Tpo -c User.cpp -o User.o
> In file included from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.4.0/../../../../include/c++/4.4.0/ext/hash_map:64,
>                  from Entry.hh:47,
>                  from User.hh:47,
>                  from User.cpp:49:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.4.0/../../../../include/c++/4.4.0/backward/backward_warning.h:33:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header which may be removed without further notice at a future date. Please 
> use a non-deprecated interface with equivalent functionality instead. For a 
> listing of replacement headers and interfaces, consult the file 
> backward_warning.h. To disable this warning use -Wno-deprecated.
> User.cpp: In member function 'void Cryptonit::User::remove()':
> User.cpp:251: error: no matching function for call to 'remove(const char*)'
> User.cpp:262: error: no matching function for call to 'remove(const char*)'
> User.cpp: In member function 'int 
> Cryptonit::User::addIdentityFromP10(std::string, std::string, std::string, 
> std::string, std::string)':
> User.cpp:751: warning: deprecated conversion from string constant to 'char*'
> User.cpp:779: error: no matching function for call to 'remove(const char*)'
> make[4]: *** [User.lo] Error 1
> make[4]: Leaving directory `/build/tbm/cryptonit-0.9.7/src'
> make[3]: *** [all-recursive] Error 1

--- src/gui/LoginFrame.cpp~     2008-11-08 09:17:14.000000000 +0000
+++ src/gui/LoginFrame.cpp      2008-11-08 09:17:31.000000000 +0000
@@ -47,6 +47,8 @@
 #include <wx/textdlg.h>
 #include <wx/dcclient.h>
 
+#include <cstdio>
+
 #include "LoginFrame.hh"
 #include "MainWindow.hh"
 #include "PasswordDlg.hh"
--- src/User.cpp~       2008-11-08 09:07:56.000000000 +0000
+++ src/User.cpp        2008-11-08 09:21:45.000000000 +0000
@@ -39,8 +39,8 @@
  * Token Interface (Cryptoki)" as described in each individual source file.
  */
 #include <iostream>
+#include <cstdio>
 
-#include <stdio.h> //access
 #include <unistd.h> //access
 #include <sys/stat.h> //stat
 #include <sys/types.h> // *dir
--- src/Attribute.cpp~  2008-11-08 09:13:20.000000000 +0000
+++ src/Attribute.cpp   2008-11-08 09:13:30.000000000 +0000
@@ -41,6 +41,7 @@
 
 #include "Attribute.hh"
 
+#include <ostream>
 #include <string>
 
 namespace Cryptonit {
--- src/CertificateStore.cpp~   2008-11-08 09:14:46.000000000 +0000
+++ src/CertificateStore.cpp    2008-11-08 09:14:53.000000000 +0000
@@ -43,7 +43,7 @@
 
 #include "Utils.hh"
 
-#include <stdio.h>
+#include <cstdio>
 #include <sys/types.h>
 #include <dirent.h>
 

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



--- End Message ---
--- Begin Message ---
Source: cryptonit
Source-Version: 0.9.7-2.3

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

cryptonit_0.9.7-2.3.diff.gz
  to main/c/cryptonit/cryptonit_0.9.7-2.3.diff.gz
cryptonit_0.9.7-2.3.dsc
  to main/c/cryptonit/cryptonit_0.9.7-2.3.dsc
cryptonit_0.9.7-2.3_amd64.deb
  to main/c/cryptonit/cryptonit_0.9.7-2.3_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.
Stefano Zacchiroli <[email protected]> (supplier of updated cryptonit 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.8
Date: Mon, 18 Jan 2010 12:57:32 +0100
Source: cryptonit
Binary: cryptonit
Architecture: source amd64
Version: 0.9.7-2.3
Distribution: unstable
Urgency: low
Maintainer: Pierre Machard <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description: 
 cryptonit  - A client side PKI (X.509) cryptographic tool
Closes: 504980 560513
Changes: 
 cryptonit (0.9.7-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 4.4 and up, patch by Martin Michlmayr.
     (Closes: #504980, #560513)
   * Bump debhelper compatibility from 4 (deprecated) to 5
   * Add missing ${misc:Depends}
Checksums-Sha1: 
 3d8ae3b8c338bef9c0a15987abd93415b8ededea 1127 cryptonit_0.9.7-2.3.dsc
 cbb5d36ae81d994240e1ef51b9c33f190526dc1e 150348 cryptonit_0.9.7-2.3.diff.gz
 a081adb72c3fef512eb658541bb1fa0bc5089a18 1428678 cryptonit_0.9.7-2.3_amd64.deb
Checksums-Sha256: 
 810b6951838e560605ca81d00b57a1f254c6998e9e9c3b4fbea7f636f29bf2ac 1127 
cryptonit_0.9.7-2.3.dsc
 e945477013e03f0b8a0ab0315dc6aa1a6365dafbc29e5b886025b0eb2f35879f 150348 
cryptonit_0.9.7-2.3.diff.gz
 74963a4d44a81f8a0a807034392dcaf0d1f0e9f1f6467455b7a2e0b674586c03 1428678 
cryptonit_0.9.7-2.3_amd64.deb
Files: 
 4b82f26cdb683ffcd51edcd709980ca5 1127 x11 optional cryptonit_0.9.7-2.3.dsc
 f3a0d4580381d261e0f38d8918b99d80 150348 x11 optional 
cryptonit_0.9.7-2.3.diff.gz
 3ec36d27d1471b298c358c777c00252f 1428678 x11 optional 
cryptonit_0.9.7-2.3_amd64.deb

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

iD8DBQFLVE7k1cqbBPLEI7wRAi57AKCGKpFv/F4Gzdgzlnu4uwBaMGeGLQCgxKvI
WDkwlNLiPpOdnxNxwQ//9HY=
=LHQ4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to