Your message dated Mon, 05 Oct 2009 13:47:16 +0000
with message-id <[email protected]>
and subject line Bug#549672: fixed in minbif 1:1.0~beta+git20091005+dfd765c-1
has caused the Debian Bug report #549672,
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.)
--
549672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549672
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: minbif
Version: 1:1.0~beta+git20091001+9f03d91-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with GCC 4.4, which has 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-4.4/g++-4.4 from unstable.
> Automatic build of minbif_1:1.0~beta+git20091001+9f03d91-1 on em64t by
> sbuild/amd64 0.53
...
> [ 28%] Building CXX object CMakeFiles/minbif.dir/src/server_poll/inetd.cpp.o
> /usr/bin/c++ -g -O2 -DUSE_CACA -DDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64
> -Werror -Wall -Wextra -Wno-unused-parameter -I/usr/include/libpurple
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I"/build/tbm/minbif-1.0~beta+git20091001+9f03d91/src" -o
> CMakeFiles/minbif.dir/src/server_poll/inetd.cpp.o -c
> "/build/tbm/minbif-1.0~beta+git20091001+9f03d91/src/server_poll/inetd.cpp"
> In file included from
> /build/tbm/minbif-1.0~beta+git20091001+9f03d91/src/server_poll/inetd.cpp:23:
> /build/tbm/minbif-1.0~beta+git20091001+9f03d91/src/server_poll/../irc/irc.h:167:
> error: 'uint32_t' has not been declared
> /build/tbm/minbif-1.0~beta+git20091001+9f03d91/src/server_poll/../irc/irc.h:168:
> error: 'uint16_t' has not been declared
> make[3]: *** [CMakeFiles/minbif.dir/src/server_poll/inetd.cpp.o] Error 1
--- src/irc/irc.h~ 2009-10-05 12:57:20.000000000 +0000
+++ src/irc/irc.h 2009-10-05 12:59:02.000000000 +0000
@@ -19,6 +19,7 @@
#ifndef IRC_IRC_H
#define IRC_IRC_H
+#include <stdint.h>
#include <string>
#include <map>
#include <exception>
--- src/irc/user.cpp~ 2009-10-05 13:00:31.000000000 +0000
+++ src/irc/user.cpp 2009-10-05 13:00:38.000000000 +0000
@@ -17,6 +17,8 @@
#include "user.h"
+#include <cstdio>
+
namespace irc {
User::User(int _fd, Server* server, string nickname, string identname, string
hostname, string realname)
--- src/irc/dcc.h~ 2009-10-05 13:00:51.000000000 +0000
+++ src/irc/dcc.h 2009-10-05 13:01:01.000000000 +0000
@@ -20,6 +20,7 @@
#include <exception>
#include <string>
+#include <stdint.h>
#include <stdio.h>
#include "im/ft.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: minbif
Source-Version: 1:1.0~beta+git20091005+dfd765c-1
We believe that the bug you reported is fixed in the latest version of
minbif, which is due to be installed in the Debian FTP archive:
minbif-dbg_1.0~beta+git20091005+dfd765c-1_i386.deb
to pool/main/m/minbif/minbif-dbg_1.0~beta+git20091005+dfd765c-1_i386.deb
minbif_1.0~beta+git20091005+dfd765c-1.diff.gz
to pool/main/m/minbif/minbif_1.0~beta+git20091005+dfd765c-1.diff.gz
minbif_1.0~beta+git20091005+dfd765c-1.dsc
to pool/main/m/minbif/minbif_1.0~beta+git20091005+dfd765c-1.dsc
minbif_1.0~beta+git20091005+dfd765c-1_i386.deb
to pool/main/m/minbif/minbif_1.0~beta+git20091005+dfd765c-1_i386.deb
minbif_1.0~beta+git20091005+dfd765c.orig.tar.gz
to pool/main/m/minbif/minbif_1.0~beta+git20091005+dfd765c.orig.tar.gz
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.
Sebastien Delafond <[email protected]> (supplier of updated minbif 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, 05 Oct 2009 15:25:54 +0200
Source: minbif
Binary: minbif minbif-dbg
Architecture: source i386
Version: 1:1.0~beta+git20091005+dfd765c-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond <[email protected]>
Changed-By: Sebastien Delafond <[email protected]>
Description:
minbif - Re-use code from Pidgin to provide an IRC-to-other-IM-networks ga
minbif-dbg - Re-use code from Pidgin to provide an IRC-to-other-IM-networks ga
Closes: 549672
Changes:
minbif (1:1.0~beta+git20091005+dfd765c-1) unstable; urgency=low
.
* New development snapshot (Closes: #549672).
Checksums-Sha1:
911bdd1169284714b6412b381201573250395aef 1209
minbif_1.0~beta+git20091005+dfd765c-1.dsc
63b752df7e9f752a2360c6c247d6675c6c33f908 112500
minbif_1.0~beta+git20091005+dfd765c.orig.tar.gz
902142714a42aa57ef197def96a9ae19e989e8d4 5569
minbif_1.0~beta+git20091005+dfd765c-1.diff.gz
00bef639a62a6383b040ac80593ef394d055c8d9 233698
minbif_1.0~beta+git20091005+dfd765c-1_i386.deb
eba1754adc89f6808882661eae837b3e605719f3 1128872
minbif-dbg_1.0~beta+git20091005+dfd765c-1_i386.deb
Checksums-Sha256:
bfc24453740b4893f9c5705c56dd089322760aedf0160b4a47e9b635dd0c475c 1209
minbif_1.0~beta+git20091005+dfd765c-1.dsc
adadbac0b5f73df408502b464daf62d7766eb905aede05d84ed6e3ad8490ec60 112500
minbif_1.0~beta+git20091005+dfd765c.orig.tar.gz
755668b62db8706968d3536ba6dce69ef56c0038b67cb666346678739f8559d3 5569
minbif_1.0~beta+git20091005+dfd765c-1.diff.gz
47d2da5f582f47b6ad1332bb434e5a14e8134151b5b33963cfd2079491e29ca5 233698
minbif_1.0~beta+git20091005+dfd765c-1_i386.deb
0cbcb66445df53da5a365362bb2b85dba3fe64f2415f00943a776402962edcbe 1128872
minbif-dbg_1.0~beta+git20091005+dfd765c-1_i386.deb
Files:
09dd69e4dfd0b4d3cce8c83da9336943 1209 net optional
minbif_1.0~beta+git20091005+dfd765c-1.dsc
e58a6a3b5b60d6fa3f086946f39e23ee 112500 net optional
minbif_1.0~beta+git20091005+dfd765c.orig.tar.gz
32685917235a328972a4f545d5599ce0 5569 net optional
minbif_1.0~beta+git20091005+dfd765c-1.diff.gz
bd5d81b5357eff1438de78e26b9e4640 233698 net optional
minbif_1.0~beta+git20091005+dfd765c-1_i386.deb
8b6378549dcfdbebfd25c375fedc7866 1128872 debug extra
minbif-dbg_1.0~beta+git20091005+dfd765c-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrJ9NwACgkQiZgNKcDdyD/f2gCgnohOIsAVAGFwSSkloi8Nzm4e
BwYAnjggZAHxVV/a7kUex25e1S05jo8b
=cip6
-----END PGP SIGNATURE-----
--- End Message ---