Your message dated Thu, 21 Jun 2007 15:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417720: fixed in synfig 0.61.06-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: synfig
Version: 0.61.05-8
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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of synfig_0.61.05-8 on em64t by sbuild/amd64 0.53
..
>  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../.. -I../../src 
> -I../../libltdl -I/usr/include/libxml++-2.6 -I/usr/include/libxml2 
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
> -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLIBDIR=\"/usr/lib\" 
> -DSYSCONFDIR=\"/etc/synfig\" -DNDEBUG -g -O1 -W -Wall -Wno-unused-parameter 
> -fpermissive -MT libsynfig_la-gradient.lo -MD -MP -MF 
> .deps/libsynfig_la-gradient.Tpo -c gradient.cpp  -fPIC -DPIC -o 
> .libs/libsynfig_la-gradient.o
> In file included from /usr/include/ETL/stringf:31,
>                  from general.h:30,
>                  from gradient.cpp:33:
> /usr/include/ETL/_stringf.h: In function 'std::string etl::vstrprintf(const 
> char*, __va_list_tag*)':
> /usr/include/ETL/_stringf.h:86: error: 'free' was not declared in this scope
> gradient.cpp: In member function 'void synfig::Gradient::sort()':
> gradient.cpp:75: error: 'stable_sort' was not declared in this scope

--- src/synfig/gradient.cpp~    2007-04-04 11:54:58.000000000 +0000
+++ src/synfig/gradient.cpp     2007-04-04 11:55:10.000000000 +0000
@@ -33,6 +33,7 @@
 #include "general.h"
 #include <stdexcept>
 #include "exception.h"
+#include <algorithm>
 
 #include <ETL/misc>
 #endif
--- src/synfig/time.cpp~        2007-04-04 12:00:04.000000000 +0000
+++ src/synfig/time.cpp 2007-04-04 12:00:13.000000000 +0000
@@ -35,6 +35,7 @@
 #include "general.h"
 #include <cmath>
 #include <cassert>
+#include <algorithm>
 #include <ctype.h>
 #include <math.h>
 

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


--- End Message ---
--- Begin Message ---
Source: synfig
Source-Version: 0.61.06-1

We believe that the bug you reported is fixed in the latest version of
synfig, which is due to be installed in the Debian FTP archive:

libsynfig-dev_0.61.06-1_i386.deb
  to pool/main/s/synfig/libsynfig-dev_0.61.06-1_i386.deb
libsynfig-doc_0.61.06-1_all.deb
  to pool/main/s/synfig/libsynfig-doc_0.61.06-1_all.deb
libsynfig0_0.61.06-1_i386.deb
  to pool/main/s/synfig/libsynfig0_0.61.06-1_i386.deb
synfig-dbg_0.61.06-1_i386.deb
  to pool/main/s/synfig/synfig-dbg_0.61.06-1_i386.deb
synfig_0.61.06-1.diff.gz
  to pool/main/s/synfig/synfig_0.61.06-1.diff.gz
synfig_0.61.06-1.dsc
  to pool/main/s/synfig/synfig_0.61.06-1.dsc
synfig_0.61.06-1_i386.deb
  to pool/main/s/synfig/synfig_0.61.06-1_i386.deb
synfig_0.61.06.orig.tar.gz
  to pool/main/s/synfig/synfig_0.61.06.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.
Paul Wise <[EMAIL PROTECTED]> (supplier of updated synfig 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: Thu, 21 Jun 2007 11:04:49 +0100
Source: synfig
Binary: synfig-dbg libsynfig-doc libsynfig0 libsynfig-dev synfig
Architecture: source all i386
Version: 0.61.06-1
Distribution: unstable
Urgency: low
Maintainer: Debian Synfig Maintainers <[EMAIL PROTECTED]>
Changed-By: Paul Wise <[EMAIL PROTECTED]>
Description: 
 libsynfig-dev - synfig library development files
 libsynfig-doc - synfig library documentation
 libsynfig0 - synfig library
 synfig     - vector-based 2D animation package
 synfig-dbg - synfig debugging symbols
Closes: 417720
Changes: 
 synfig (0.61.06-1) unstable; urgency=low
 .
   * New upstream release
     - fixes FTBFS in GCC 4.3 (Closes: #417720)
     - requrires the new etl, bump build-dep
     - enable the fixed libavcodec plugin
   * Change my email address now that I'm a Debian Developer
   * Update copyright information
     - libav headers are no longer shipped in the tarball
     - New contributors
   * Use sourceforge in the watch file and download page
   * Install the new upstream README, AUTHORS, ChangeLog.old
   * Use the current upstream version in the shlibs for now
Files: 
 3fff3e0269eed2e0ef26a0b378a835b3 1068 graphics extra synfig_0.61.06-1.dsc
 75f7835a1d8c6af1eb42f323453a37c2 2047122 graphics extra 
synfig_0.61.06.orig.tar.gz
 f3b97fbe20151b57a989db3a3eab8661 5272 graphics extra synfig_0.61.06-1.diff.gz
 037fb127bd96c9b96a225984674ccea4 1858462 doc extra 
libsynfig-doc_0.61.06-1_all.deb
 dfe18a68109c367746565e924964f72f 65208 graphics extra synfig_0.61.06-1_i386.deb
 f0da7ef4b6a93d4b0c0419f33097567d 1136260 libs extra 
libsynfig0_0.61.06-1_i386.deb
 4b59ff9851c92fae530f83061d3d6d89 84262 libdevel extra 
libsynfig-dev_0.61.06-1_i386.deb
 9199e7593acf7b63f4615e0285aebe79 5810888 libdevel extra 
synfig-dbg_0.61.06-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGenrH5Sc9mGvjxCMRAnUBAKCnT2VTHDyZbTAOkpB+/3sbDnqd8ACfaNTb
0c4LzjklsHphRnJlIeucWw0=
=a40r
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to