Your message dated Wed, 20 Jan 2010 10:54:12 +0100
with message-id <20100120095412.ga1...@usha.takhisis.invalid>
and subject line Re: Bug#504901: FTBFS with GCC 4.4: missing #include
has caused the Debian Bug report #504901,
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.)


-- 
504901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504901
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dibbler
Version: 0.7.1-2
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 dibbler_0.7.1-2 on em64t by sbuild/amd64 0.53
...
> [CXX    ] /Misc/DHCPConst.o
> g++ -ftemplate-depth-40 -DLINUX   -I ../include  -Wall -funsigned-char -O2 
> -pedantic -DMOD_CLNT_BIND_REUSE -Wall -g -O2 -g -O2 -c -o DHCPConst.o 
> DHCPConst.cpp
> DHCPConst.cpp: In function 'void PrintHex(std::string, char*, unsigned int)':
> DHCPConst.cpp:157: error: 'sprintf' was not declared in this scope
> make[2]: *** [DHCPConst.o] Error 1
> make[2]: Leaving directory `/build/tbm/dibbler-0.7.1/Misc'

--- Misc/DHCPConst.cpp~ 2008-11-07 20:36:59.000000000 +0000
+++ Misc/DHCPConst.cpp  2008-11-07 20:37:05.000000000 +0000
@@ -14,6 +14,8 @@
 #include "Logger.h"
 #include "SmartPtr.h"
 
+#include <cstdio>
+
 
 // standard options specified in RFC3315, pg. 99
 bool OptInMsg[13][20] = {

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



--- End Message ---
--- Begin Message ---
Version: 0.7.3-0.1

fixed 504901 0.7.3-0.1
thanks

On Fri, Nov 07, 2008 at 09:50:26PM +0100, Martin Michlmayr wrote:
> > Automatic build of dibbler_0.7.1-2 on em64t by sbuild/amd64 0.53

This bug is fixed in 0.7.3-0.1 (which is already in both unstable and
testing), the #include is there. Closing the bug report.

Cheers

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime


--- End Message ---

Reply via email to