Your message dated Tue, 29 Dec 2009 11:49:23 +0100
with message-id <[email protected]>
and subject line Re: fixed 559898 in 0.6.0-1
has caused the Debian Bug report #559898,
regarding flowcanvas: FTBFS with g++ 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.)
--
559898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559898
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: flowcanvas
Version: 0.5.1-1
Severity: normal
Tags: patch
Hello,
your package "flowcanvas" failed to build in Ubuntu Lucid with g++ 4.4:
,----[
http://launchpadlibrarian.net/36472094/buildlog_ubuntu-lucid-i386.flowcanvas_0.5.1-1_FAILEDTOBUILD.txt.gz
]-
| In file included from /build/buildd/flowcanvas-0.5.1/flowcanvas/Canvas.hpp:25,
| from Canvas.cpp:27:
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:43: error:
'uint32_t' has not been declared
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:61: error:
'uint32_t' has not been declared
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:86: error:
'uint32_t' does not name a type
`----
At the end of this mail is a patch to fix it.
Regards,
Michael
--- flowcanvas-0.5.1.orig/flowcanvas/Connection.hpp
+++ flowcanvas-0.5.1/flowcanvas/Connection.hpp
@@ -19,6 +19,7 @@
#define FLOWCANVAS_CONNECTION_HPP
#include <list>
+#include <stdint.h>
#include <boost/weak_ptr.hpp>
#include <libgnomecanvasmm.h>
#include <libgnomecanvasmm/bpath.h>
--- End Message ---
--- Begin Message ---
version: 0.6.0-1
On Sat, Dec 12, 2009 at 05:18:28PM +0100, Paul Brossier wrote:
> fixed 559898 0.6.0-1
So, I've just checked building 0.6.0-1 (which is in unstable) and it
does indeed fix the problem: the package builds fine with gcc 4.4.
Hence, I'm re-closing the bug, and I'll do separately the appropriate
tagging.
If there are reasons for this bug not to be marked as fixed in 0.6.0-1,
please explain them to the bug log.
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 ---