Your message dated Fri, 27 Jul 2007 12:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417183: fixed in fig2sxd 0.17-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: fig2sxd
Version: 0.16-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of fig2sxd_0.16-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -Wall -g -O2 -o fig2sxd.o -c fig2sxd.cpp
> fig2sxd.cpp: In function 'int try_catched_main(int, char**)':
> fig2sxd.cpp:456: error: 'atof' was not declared in this scope
> fig2sxd.cpp:479: error: 'exit' was not declared in this scope
> make[1]: *** [fig2sxd.o] Error 1
--- fig2sxd.cpp~ 2007-04-01 18:51:27.000000000 +0000
+++ fig2sxd.cpp 2007-04-01 18:51:39.000000000 +0000
@@ -24,6 +24,7 @@
#include "xmlwrite.h"
#include "zipwrite.h"
+#include <cstdlib>
#include <string>
#include <iostream>
#include <fstream>
--- colors.cpp~ 2007-04-01 18:52:54.000000000 +0000
+++ colors.cpp 2007-04-01 18:53:00.000000000 +0000
@@ -22,6 +22,7 @@
#include "misc.h"
+#include <cstdlib>
#include <cstring>
#include <iomanip>
#include <string>
--- zipwrite.cpp~ 2007-04-01 18:53:24.000000000 +0000
+++ zipwrite.cpp 2007-04-01 18:53:31.000000000 +0000
@@ -20,6 +20,7 @@
#include "zipwrite.h"
+#include <cstdlib>
#include <iostream>
#include <streambuf>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: fig2sxd
Source-Version: 0.17-1
We believe that the bug you reported is fixed in the latest version of
fig2sxd, which is due to be installed in the Debian FTP archive:
fig2sxd_0.17-1.diff.gz
to pool/main/f/fig2sxd/fig2sxd_0.17-1.diff.gz
fig2sxd_0.17-1.dsc
to pool/main/f/fig2sxd/fig2sxd_0.17-1.dsc
fig2sxd_0.17-1_i386.deb
to pool/main/f/fig2sxd/fig2sxd_0.17-1_i386.deb
fig2sxd_0.17.orig.tar.gz
to pool/main/f/fig2sxd/fig2sxd_0.17.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.
Alexander Bürger <[EMAIL PROTECTED]> (supplier of updated fig2sxd 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.7
Date: Wed, 16 May 2007 16:00:00 +0100
Source: fig2sxd
Binary: fig2sxd
Architecture: source i386
Version: 0.17-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Bürger <[EMAIL PROTECTED]>
Changed-By: Alexander Bürger <[EMAIL PROTECTED]>
Description:
fig2sxd - convert XFig files to OpenOffice.org format
Closes: 417183
Changes:
fig2sxd (0.17-1) unstable; urgency=low
.
* Add includes for gcc 4.3 and other compilers. (closes: #417183)
* Support writing to stdout. Thanks for suggesting to Duncan Simpson
<[EMAIL PROTECTED]>.
Files:
bb6beaa13f17717398c15fbe5be478f5 589 graphics optional fig2sxd_0.17-1.dsc
e19cfffa8284bc250159b257bfac6bcc 22348 graphics optional
fig2sxd_0.17.orig.tar.gz
ec5a8516dd9ffe988d648d30a03e2369 2919 graphics optional fig2sxd_0.17-1.diff.gz
5d4be1aa0d10324cb51410fe046a1c06 67742 graphics optional
fig2sxd_0.17-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGqeJJB01zfu119ZkRApwRAJ9U0u27MbtmT6mus9Llypsosa2qxACePqbq
QRGXqPdG2facdS8qRZZqyAE=
=qF1T
-----END PGP SIGNATURE-----
--- End Message ---