Your message dated Wed, 23 Dec 2009 13:02:57 +0000
with message-id <e1nnqrh-0003v8...@ries.debian.org>
and subject line Bug#505333: fixed in gloox 0.9.9.5-1.3
has caused the Debian Bug report #505333,
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 ow...@bugs.debian.org
immediately.)


-- 
505333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505333
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gloox
Version: 0.9.9.5-1
User: debian-...@lists.debian.org
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 gloox_0.9.9.5-1 on em64t by sbuild/amd64 0.53
...
>  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -pipe -W 
> -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch 
> -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -ansi -pthread -g -O2 -MT 
> md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp  -fPIC -DPIC -o .libs/md5.o
> md5.cpp: In member function 'void gloox::MD5::feed(const std::string&)':
> md5.cpp:370: warning: conversion to 'int' from 'size_t' may alter its value
> md5.cpp: In member function 'const std::string gloox::MD5::hex()':
> md5.cpp:440: error: 'sprintf' was not declared in this scope
> make[4]: *** [md5.lo] Error 1

--- src/md5.cpp~        2008-11-11 19:45:55.000000000 +0000
+++ src/md5.cpp 2008-11-11 19:46:05.000000000 +0000
@@ -71,6 +71,7 @@
 
 #include "md5.h"
 
+#include <cstdio>
 #include <string.h>
 
 namespace gloox
--- src/sha.cpp~        2008-11-11 19:46:13.000000000 +0000
+++ src/sha.cpp 2008-11-11 19:46:18.000000000 +0000
@@ -12,6 +12,8 @@
 
 #include "sha.h"
 
+#include <cstdio>
+
 namespace gloox
 {
 

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



--- End Message ---
--- Begin Message ---
Source: gloox
Source-Version: 0.9.9.5-1.3

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

gloox_0.9.9.5-1.3.diff.gz
  to main/g/gloox/gloox_0.9.9.5-1.3.diff.gz
gloox_0.9.9.5-1.3.dsc
  to main/g/gloox/gloox_0.9.9.5-1.3.dsc
libgloox-dbg_0.9.9.5-1.3_i386.deb
  to main/g/gloox/libgloox-dbg_0.9.9.5-1.3_i386.deb
libgloox-dev_0.9.9.5-1.3_i386.deb
  to main/g/gloox/libgloox-dev_0.9.9.5-1.3_i386.deb
libgloox-doc_0.9.9.5-1.3_all.deb
  to main/g/gloox/libgloox-doc_0.9.9.5-1.3_all.deb
libgloox7_0.9.9.5-1.3_i386.deb
  to main/g/gloox/libgloox7_0.9.9.5-1.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 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino <da...@debian.org> (supplier of updated gloox 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 21 Dec 2009 13:18:50 +0100
Source: gloox
Binary: libgloox-dev libgloox7 libgloox-dbg libgloox-doc
Architecture: source all i386
Version: 0.9.9.5-1.3
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo <js...@debian.org>
Changed-By: David Paleino <da...@debian.org>
Description: 
 libgloox-dbg - C++ jabber/xmpp library debug symbols
 libgloox-dev - C++ jabber/xmpp library devel files
 libgloox-doc - C++ jabber/xmpp library API documentation
 libgloox7  - C++ jabber/xmpp library
Closes: 505333
Changes: 
 gloox (0.9.9.5-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/fix-gcc4.4.dpatch added, fixes FTBFS with GCC 4.4,
     thanks to Martin Michlmayr (Closes: #505333)
Checksums-Sha1: 
 d6ae0bbdddcc4e37305ce54f2e4199db29175eaa 1281 gloox_0.9.9.5-1.3.dsc
 891ac4eb06b97f52c95f990499151ce111f6a6a8 503088 gloox_0.9.9.5-1.3.diff.gz
 993164ecabdee5dbbe679e5d467dae4e04de2dfe 6323994 
libgloox-doc_0.9.9.5-1.3_all.deb
 bd8f7bcc2b51039418c68cc0f112032170567951 629000 
libgloox-dev_0.9.9.5-1.3_i386.deb
 dd916fee3ad210839e4a4605b9ace1d23bfd1355 414768 libgloox7_0.9.9.5-1.3_i386.deb
 ddfb2ae74e12cac7fc31806369741bd179285c17 1554914 
libgloox-dbg_0.9.9.5-1.3_i386.deb
Checksums-Sha256: 
 0a3f18990810aafd02c4ef2f3d56032fa4fea257021fe2369aca668004e63a5c 1281 
gloox_0.9.9.5-1.3.dsc
 b7d271cd95981274ebea195df1446a47a50bfe704dc068a14af356d89a2f8195 503088 
gloox_0.9.9.5-1.3.diff.gz
 dcd99148c7ad32c2843311844cf788c8411ee0e3c644a98ea2e13ac5d5c5eaa5 6323994 
libgloox-doc_0.9.9.5-1.3_all.deb
 0c5cdf8d8791cba4a2c0558c0a7b8d8d078c878f795f4fb04bd983136ee8384f 629000 
libgloox-dev_0.9.9.5-1.3_i386.deb
 2b35ec6dd2971303fe3c08cdfb112c9195a30173e7fa8dc6a4061a693c781af9 414768 
libgloox7_0.9.9.5-1.3_i386.deb
 1ee689d8583d291a71ad561e7b462388250475a8849f76002108d24e04433b39 1554914 
libgloox-dbg_0.9.9.5-1.3_i386.deb
Files: 
 52d3d0d4753d016620ad38e8badec694 1281 libs optional gloox_0.9.9.5-1.3.dsc
 40aaf020e75d1f238204369329cea77e 503088 libs optional gloox_0.9.9.5-1.3.diff.gz
 8aa3585ef25fce0e231756ce64eb4982 6323994 doc extra 
libgloox-doc_0.9.9.5-1.3_all.deb
 5d98f3c263f40ce720533dac19b6d537 629000 libdevel optional 
libgloox-dev_0.9.9.5-1.3_i386.deb
 36844a5c3a284d7d38542c12553589de 414768 libs optional 
libgloox7_0.9.9.5-1.3_i386.deb
 f4d35c865bff35da4f6382d06b409985 1554914 libs extra 
libgloox-dbg_0.9.9.5-1.3_i386.deb

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

iEYEARECAAYFAksvbHUACgkQ5qqQFxOSsXR7PgCcCK530awin7/kfXmj7jW2L/Z1
Ee4An0niUxBMWX/TV9gD9LP16oglaUmV
=Jy6O
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to