Your message dated Fri, 14 Nov 2008 14:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505369: fixed in sailcut 1.3.2-2
has caused the Debian Bug report #505369,
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.)
--
505369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505369
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sailcut
Version: 1.3.2-1
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 sailcut_1.3.2-1 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -O2 -g -Wall -O2 -W -Wall
> -c -o panelgroup.o panelgroup.cpp
> panelgroup.cpp: In member function 'void CPanelGroup::placeLabels()':
> panelgroup.cpp:89: error: 'sprintf' was not declared in this scope
> panelgroup.cpp: In member function 'void CPanelGroup::plotLabels()':
> panelgroup.cpp:104: error: 'sprintf' was not declared in this scope
> make[5]: *** [panelgroup.o] Error 1
--- src/sailcpp/panelgroup.cpp~ 2008-11-11 21:40:01.000000000 +0000
+++ src/sailcpp/panelgroup.cpp 2008-11-11 21:40:20.000000000 +0000
@@ -18,6 +18,7 @@
*/
#include "panelgroup.h"
+#include <cstdio>
/** Constructs a panel group with the specified number of panels.
*/
--- src/main.cpp~ 2008-11-11 21:44:11.000000000 +0000
+++ src/main.cpp 2008-11-11 21:44:16.000000000 +0000
@@ -20,6 +20,7 @@
#include "sailcutqt.h"
#include "formmain.h"
#include <geocpp/core.h>
+#include <cstdio>
/** @mainpage
* This is the documentation for Sailcut CAD's code.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: sailcut
Source-Version: 1.3.2-2
We believe that the bug you reported is fixed in the latest version of
sailcut, which is due to be installed in the Debian FTP archive:
sailcut-doc_1.3.2-2_all.deb
to pool/main/s/sailcut/sailcut-doc_1.3.2-2_all.deb
sailcut_1.3.2-2.diff.gz
to pool/main/s/sailcut/sailcut_1.3.2-2.diff.gz
sailcut_1.3.2-2.dsc
to pool/main/s/sailcut/sailcut_1.3.2-2.dsc
sailcut_1.3.2-2_amd64.deb
to pool/main/s/sailcut/sailcut_1.3.2-2_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.
Jeremy Lainé <[EMAIL PROTECTED]> (supplier of updated sailcut 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: Fri, 14 Nov 2008 15:11:05 +0100
Source: sailcut
Binary: sailcut sailcut-doc
Architecture: source all amd64
Version: 1.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé <[EMAIL PROTECTED]>
Changed-By: Jeremy Lainé <[EMAIL PROTECTED]>
Description:
sailcut - A sail design and plotting software
sailcut-doc - Sailcut CAD documentation
Closes: 505369
Changes:
sailcut (1.3.2-2) unstable; urgency=low
.
* Fix GCC 4.4 FTBFS due to missing includes (Closes: #505369).
* Update to Standards-Version 3.8.0.
Checksums-Sha1:
a6d3adb1b1939c0b712844e9a1c6d3c0bd77c720 1030 sailcut_1.3.2-2.dsc
4a6848256c1027a3bb23ea03af1503e59660e63c 3668 sailcut_1.3.2-2.diff.gz
b02c6143e21b253fd6a483ac92aaab551cab5688 453612 sailcut-doc_1.3.2-2_all.deb
5e5ce4af1e57e1460e61cbda051968e88be2a241 460998 sailcut_1.3.2-2_amd64.deb
Checksums-Sha256:
06fa856196c6fbafd4df306b1960c7325b5e1b6c5c6922c49aa90773dd75c868 1030
sailcut_1.3.2-2.dsc
8cd78864f8a37e5577f0fe4b8e4499cf2db13224bc137d20681629c922583231 3668
sailcut_1.3.2-2.diff.gz
845028115b920bb59b86c326e53eb5186bbe8fe1671c7429daf5adc68505f3a3 453612
sailcut-doc_1.3.2-2_all.deb
068ed339a1056509f02e69ad37da5fd6d959141063a0ef6c776506b8a594ff8c 460998
sailcut_1.3.2-2_amd64.deb
Files:
c0d6a410a5e58332c2d1bee671a82c47 1030 graphics optional sailcut_1.3.2-2.dsc
f38c05d3320ddcd4906ba267ef9add83 3668 graphics optional sailcut_1.3.2-2.diff.gz
01259ea1172e99a4b86c80801ef64c07 453612 doc optional
sailcut-doc_1.3.2-2_all.deb
c505c2063736cecd134095dbf8ff32ee 460998 graphics optional
sailcut_1.3.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkdiOkACgkQ4mJJZqJp2SflSQCgt107jHkd70uG2Wxt9AnwmIhK
PwYAoLhR87k2HZs4/KoMNfaYpC6OzX5T
=RLc5
-----END PGP SIGNATURE-----
--- End Message ---