Your message dated Sat, 28 Apr 2007 22:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417210: fixed in gnash 0.7.2+cvs20070428.1515-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: gnash
Version: 0.7.2-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 gnash_0.7.2-1 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server
> -I/usr/include/libxml2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
> -I/usr/include -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -W -Wall -Wcast-align
> -Wcast-qual -Wpointer-arith -Wreturn-type -MT rc.lo -MD -MP -MF .deps/rc.Tpo
> -c rc.cpp -fPIC -DPIC -o .libs/rc.o
> In file included from rc.cpp:25:
> ../server/StringPredicates.h: In member function 'bool
> gnash::StringNoCaseLessThen::operator()(const std::string&, const
> std::string&) const':
> ../server/StringPredicates.h:44: error: 'toupper' was not declared in this
> scope
> ../server/StringPredicates.h: In member function 'bool
> gnash::StringNoCaseEqual::operator()(const std::string&, const std::string&)
> const':
> ../server/StringPredicates.h:70: error: 'toupper' was not declared in this
> scope
> make[3]: *** [rc.lo] Error 1
--- server/StringPredicates.h~ 2007-04-01 20:03:47.000000000 +0000
+++ server/StringPredicates.h 2007-04-01 20:03:56.000000000 +0000
@@ -25,6 +25,7 @@
#endif
#include <string>
+#include <cctype>
#include <cassert> // for inlines
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: gnash
Source-Version: 0.7.2+cvs20070428.1515-1
We believe that the bug you reported is fixed in the latest version of
gnash, which is due to be installed in the Debian FTP archive:
gnash-tools_0.7.2+cvs20070428.1515-1_i386.deb
to pool/main/g/gnash/gnash-tools_0.7.2+cvs20070428.1515-1_i386.deb
gnash_0.7.2+cvs20070428.1515-1.diff.gz
to pool/main/g/gnash/gnash_0.7.2+cvs20070428.1515-1.diff.gz
gnash_0.7.2+cvs20070428.1515-1.dsc
to pool/main/g/gnash/gnash_0.7.2+cvs20070428.1515-1.dsc
gnash_0.7.2+cvs20070428.1515-1_i386.deb
to pool/main/g/gnash/gnash_0.7.2+cvs20070428.1515-1_i386.deb
gnash_0.7.2+cvs20070428.1515.orig.tar.gz
to pool/main/g/gnash/gnash_0.7.2+cvs20070428.1515.orig.tar.gz
konqueror-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.deb
to pool/main/g/gnash/konqueror-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.deb
libgnash0_0.7.2+cvs20070428.1515-1_i386.deb
to pool/main/g/gnash/libgnash0_0.7.2+cvs20070428.1515-1_i386.deb
mozilla-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.deb
to pool/main/g/gnash/mozilla-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.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.
Miriam Ruiz <[EMAIL PROTECTED]> (supplier of updated gnash 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, 26 Apr 2007 10:29:52 +0200
Source: gnash
Binary: gnash-tools libgnash0 mozilla-plugin-gnash konqueror-plugin-gnash gnash
Architecture: source i386
Version: 0.7.2+cvs20070428.1515-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <[EMAIL PROTECTED]>
Changed-By: Miriam Ruiz <[EMAIL PROTECTED]>
Description:
gnash - free Flash movie player
gnash-tools - free Flash movie player - Command-line Tools
konqueror-plugin-gnash - free Flash movie player - Plugin for Konqueror
libgnash0 - free Flash movie player - shared libraries
mozilla-plugin-gnash - free Flash movie player - Plugin for Mozilla and
derivatives
Closes: 399920 417210
Changes:
gnash (0.7.2+cvs20070428.1515-1) unstable; urgency=low
.
* New Upstream Release. Downloaded from CVS.
* Added dependencies: libtool, libltdl3, libboost-date-time-dev,
libavcodec-dev, libavformat-dev
* Added dependencies for checking: libming-dev, libming-util, mtasc
* Removed binary package: klash (KDE-based standalone player)
* Added #include <cctype> to server/StringPredicates.h so that it
compiles with gcc 4.3. Patch: gcc4.3.patch (Closes: #417210)
* Added link to iceweasel plugins directory (Closes: #399920)
* Upload sponsored by Petter Reinholdtsen.
Files:
fab77c7c7fa442c1e08800104d7bd48d 1250 utils optional
gnash_0.7.2+cvs20070428.1515-1.dsc
d52ab5877e4375ca26cbbfe0eb3bbc83 2995334 utils optional
gnash_0.7.2+cvs20070428.1515.orig.tar.gz
f6c9e66ba5d8661fef366c21c1c5a2b8 51108 utils optional
gnash_0.7.2+cvs20070428.1515-1.diff.gz
3059f74420f6c2f3ef8a103e8256c2d2 1345460 libs optional
libgnash0_0.7.2+cvs20070428.1515-1_i386.deb
140e2951ea0a0e6db90644489cf1620d 208486 utils optional
gnash_0.7.2+cvs20070428.1515-1_i386.deb
abdc23eb325fd860f40b9d6ad3b2672e 214564 utils optional
gnash-tools_0.7.2+cvs20070428.1515-1_i386.deb
9df5183765285ed8f4b1a95bf8453a93 211248 utils optional
mozilla-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.deb
379f078d1327d37146ad82badca8c44f 224090 utils optional
konqueror-plugin-gnash_0.7.2+cvs20070428.1515-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGM8fx20zMSyow1ykRAkamAKDId5Fse/PZm6WTGLHyJBpVcBo+pwCfeYxp
PccOh/KoDVlQBId33y5Mwjw=
=3eAw
-----END PGP SIGNATURE-----
--- End Message ---