Your message dated Sun, 24 Jan 2010 12:18:09 +0000
with message-id <[email protected]>
and subject line Bug#526155: fixed in subtitleeditor 0.30.0-1.1
has caused the Debian Bug report #526155,
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.)
--
526155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526155
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: subtitleeditor
Version: 0.30.0-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with GCC 4.4, which has 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 or
gcc-4.4 from experimental.
> Automatic build of subtitleeditor_0.30.0-1 on em64t by sbuild/amd64 0.53
...
> libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../..
> -I../../.. -I../../../src -D_REENTRANT -I/usr/include/gtkmm-2.4
> -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4
> -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4
> -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4
> -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4
> -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -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/lib/gtk-2.0/include
> -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb
> -I/usr/include/libpng12 -I/usr/include/atk-1.0 -D_REENTRANT
> -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include
> -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
> -I/usr/include/libglade-2.0 -I/usr/include/glibmm-2.4
> -I/usr/lib/glibmm-2.4/include -I/usr/include/giomm-2.4
> -I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4
> -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4
> -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -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/lib/gtk-2.0/include
> -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb
> -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -g -O2
> -DDEBUG -g -ansi -Wall -MT
> libadvancedsubstationalpha_la-advancedsubstationalpha.lo -MD -MP -MF
> .deps/libadvancedsubstationalpha_la-advancedsubstationalpha.Tpo -c
> advancedsubstationalpha.cc -fPIC -DPIC -o
> .libs/libadvancedsubstationalpha_la-advancedsubstationalpha.o
> advancedsubstationalpha.cc: In member function 'SubtitleTime
> AdvancedSubStationAlpha::from_ass_time(const Glib::ustring&)':
> advancedsubstationalpha.cc:405: error: 'sscanf' is not a member of 'std'
> make[5]: *** [libadvancedsubstationalpha_la-advancedsubstationalpha.lo] Error
> 1
> make[5]: Leaving directory
> `/build/tbm/subtitleeditor-0.30.0/plugins/subtitleformats/advancedsubstationalpha'
> make[4]: *** [all-recursive] Error 1
--- plugins/subtitleformats/mpsub/mpsub.cc~ 2009-04-29 16:32:23.000000000
+0000
+++ plugins/subtitleformats/mpsub/mpsub.cc 2009-04-29 16:32:31.000000000
+0000
@@ -22,6 +22,7 @@
#include <extension/subtitleformat.h>
#include <utility.h>
+#include <cstdio>
/*
*
--- plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc~
2009-04-29 16:30:23.000000000 +0000
+++ plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc
2009-04-29 16:30:35.000000000 +0000
@@ -22,6 +22,7 @@
#include <extension/subtitleformat.h>
#include <utility.h>
+#include <cstdio>
#include <iomanip>
#include <document.h>
--- plugins/subtitleformats/substationalpha/substationalpha.cc~ 2009-04-29
16:33:22.000000000 +0000
+++ plugins/subtitleformats/substationalpha/substationalpha.cc 2009-04-29
16:33:31.000000000 +0000
@@ -22,6 +22,7 @@
#include <extension/subtitleformat.h>
#include <utility.h>
+#include <cstdio>
#include <iomanip>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: subtitleeditor
Source-Version: 0.30.0-1.1
We believe that the bug you reported is fixed in the latest version of
subtitleeditor, which is due to be installed in the Debian FTP archive:
libsubtitleeditor-dev_0.30.0-1.1_amd64.deb
to main/s/subtitleeditor/libsubtitleeditor-dev_0.30.0-1.1_amd64.deb
libsubtitleeditor0_0.30.0-1.1_amd64.deb
to main/s/subtitleeditor/libsubtitleeditor0_0.30.0-1.1_amd64.deb
subtitleeditor_0.30.0-1.1.diff.gz
to main/s/subtitleeditor/subtitleeditor_0.30.0-1.1.diff.gz
subtitleeditor_0.30.0-1.1.dsc
to main/s/subtitleeditor/subtitleeditor_0.30.0-1.1.dsc
subtitleeditor_0.30.0-1.1_amd64.deb
to main/s/subtitleeditor/subtitleeditor_0.30.0-1.1_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.
Filippo Giunchedi <[email protected]> (supplier of updated subtitleeditor
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: Thu, 24 Dec 2009 14:29:46 +0100
Source: subtitleeditor
Binary: subtitleeditor libsubtitleeditor0 libsubtitleeditor-dev
Architecture: source amd64
Version: 0.30.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Anibal Avelar <[email protected]>
Changed-By: Filippo Giunchedi <[email protected]>
Description:
libsubtitleeditor-dev - subtitleeditor lib - development files
libsubtitleeditor0 - subtitleeditor lib - runtime files
subtitleeditor - Graphical subtitle editor with sound waves representation
Closes: 526155
Changes:
subtitleeditor (0.30.0-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/patches/fix_gcc_4.4_ftbfs.dpatch: Fix FTBFS with gcc 4.4 new
headers, thanks Martin Michlmayr (Closes: #526155)
Checksums-Sha1:
e7d8edfee6b4c93e810d6600863c84a5f13b5189 1439 subtitleeditor_0.30.0-1.1.dsc
4118fb94bc5c3a2b178a55adcd9895982dccea6b 22404
subtitleeditor_0.30.0-1.1.diff.gz
56487c88ad80214cb0575b744dc967874f0f3686 278298
subtitleeditor_0.30.0-1.1_amd64.deb
91ad701cb9daa20217a0a51a13c5de4bfefbdaa1 1097360
libsubtitleeditor0_0.30.0-1.1_amd64.deb
3aeadaef552ccb064909bdcae9d3f2c26f716c41 13752
libsubtitleeditor-dev_0.30.0-1.1_amd64.deb
Checksums-Sha256:
7155a2612d9fc425b62eaae79cf1fe6f9816f0438f8a8403cb723ae99c51f4be 1439
subtitleeditor_0.30.0-1.1.dsc
3027396fd8a7b848cc0eb3b922bb0923a35b54adc27b9e5abc984ffa5e771717 22404
subtitleeditor_0.30.0-1.1.diff.gz
37a1e7c320ae4e7825bfd57153ed5b97e7fed6cdefefccfe0f225a5b26f2da1f 278298
subtitleeditor_0.30.0-1.1_amd64.deb
9049eae7c6d87c84d8b003ac1857a61cc320cf2cef2bf10a3c7a76bf13c1c4cb 1097360
libsubtitleeditor0_0.30.0-1.1_amd64.deb
649e7d3d05976fbd06b426965e477c3d5317dcb8047633d2bb451ae7ff33cb33 13752
libsubtitleeditor-dev_0.30.0-1.1_amd64.deb
Files:
bf44db80302246f9f1ba899e1928aa97 1439 gnome optional
subtitleeditor_0.30.0-1.1.dsc
a0b96480c30f9ab5a835c6e3814e65f6 22404 gnome optional
subtitleeditor_0.30.0-1.1.diff.gz
72e795a3183965c3482f882f6a119478 278298 gnome optional
subtitleeditor_0.30.0-1.1_amd64.deb
3f106029b7d3026b54bac0bf651050e2 1097360 gnome optional
libsubtitleeditor0_0.30.0-1.1_amd64.deb
776d0b64aa15666924bf3152edcd61d6 13752 libdevel optional
libsubtitleeditor-dev_0.30.0-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktW8BQACgkQABzeamt51AGfwwCeOVFfLi28Oe8iCQ/KZeSkzLB4
dNYAoJzH/pLPulQZ0c3mYR0TxMXbQh0w
=40zS
-----END PGP SIGNATURE-----
--- End Message ---