Your message dated Sat, 29 Sep 2007 23:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420911: fixed in openvrml 0.15.10-9
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: openvrml
Version: 0.15.10-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 the near
future.)

> Automatic build of openvrml_0.15.10-8 on em64t by sbuild/amd64 0.53
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/antlr -DANTLR_EXPORTS -g -Os 
> -MT src/CharScanner.lo -MD -MP -MF src/.deps/CharScanner.Tpo -c 
> src/CharScanner.cpp  -fPIC -DPIC -o src/.libs/CharScanner.o
> src/CharScanner.cpp: In member function 'virtual void 
> antlr::CharScanner::panic()':
> src/CharScanner.cpp:85: error: 'exit' was not declared in this scope
> src/CharScanner.cpp: In member function 'virtual void 
> antlr::CharScanner::panic(const std::string&)':
> src/CharScanner.cpp:91: error: 'exit' was not declared in this scope
> make[4]: *** [src/CharScanner.lo] Error 1
> make[4]: Leaving directory `/build/tbm/openvrml-0.15.10/lib/antlr'

--- lib/antlr/src/CharScanner.cpp~      2007-04-25 09:30:40.000000000 +0000
+++ lib/antlr/src/CharScanner.cpp       2007-04-25 09:31:13.000000000 +0000
@@ -5,6 +5,7 @@
  * $Id: CharScanner.cpp,v 1.1.1.2 2004/11/08 20:45:24 braden Exp $
  */
 
+#include <cstdlib>
 #include <iostream>
 
 #include "antlr/CharScanner.hpp"
--- lib/antlr/src/Parser.cpp~   2007-04-25 09:34:41.000000000 +0000
+++ lib/antlr/src/Parser.cpp    2007-04-25 09:34:48.000000000 +0000
@@ -11,6 +11,7 @@
 #include "antlr/TokenBuffer.hpp"
 #include "antlr/MismatchedTokenException.hpp"
 //#include "antlr/ASTFactory.hpp"
+#include <cstdlib>
 #include <iostream>
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
--- lib/antlr/src/TreeParser.cpp~       2007-04-25 09:40:05.000000000 +0000
+++ lib/antlr/src/TreeParser.cpp        2007-04-25 09:40:13.000000000 +0000
@@ -10,6 +10,7 @@
 #include "antlr/MismatchedTokenException.hpp"
 #include <iostream>
 #include <stdio.h>
+#include <cstdlib>
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
 namespace antlr {

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


--- End Message ---
--- Begin Message ---
Source: openvrml
Source-Version: 0.15.10-9

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

libopenvrml-doc_0.15.10-9_all.deb
  to pool/main/o/openvrml/libopenvrml-doc_0.15.10-9_all.deb
libopenvrml5-dev_0.15.10-9_amd64.deb
  to pool/main/o/openvrml/libopenvrml5-dev_0.15.10-9_amd64.deb
libopenvrml5c2a_0.15.10-9_amd64.deb
  to pool/main/o/openvrml/libopenvrml5c2a_0.15.10-9_amd64.deb
openvrml-lookat_0.15.10-9_amd64.deb
  to pool/main/o/openvrml/openvrml-lookat_0.15.10-9_amd64.deb
openvrml_0.15.10-9.diff.gz
  to pool/main/o/openvrml/openvrml_0.15.10-9.diff.gz
openvrml_0.15.10-9.dsc
  to pool/main/o/openvrml/openvrml_0.15.10-9.dsc



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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated openvrml 
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: Sat, 29 Sep 2007 20:57:45 +0000
Source: openvrml
Binary: openvrml-lookat libopenvrml5-dev libopenvrml-doc libopenvrml5c2a
Architecture: source amd64 all
Version: 0.15.10-9
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 libopenvrml-doc - documentation for openvrml
 libopenvrml5-dev - developer libraries for openvrml
 libopenvrml5c2a - runtime shared library for VRML
 openvrml-lookat - VRML viewer
Closes: 412843 420911 429009
Changes: 
 openvrml (0.15.10-9) unstable; urgency=low
 .
   * debian/control:
     + Replace ${Source-Version} with ${binary:Version}.
 .
   * debian/rules:
     + Add -ffunction-sections on HPPA to work around a toolchain limitation
       (Closes: #412843).
     + Don’t ignore make distclean failures.
 .
   * debian/patches/010_xulrunner.diff:
     + xulrunner-plugin’s .pc file does not include /usr/include/xulrunner,
       so add it manually to the pkg-config line (Closes: #429009).
 .
   * debian/patches/012_static_boost.diff:
     + Build the boost library statically for the unit tests.
 .
   * debian/patches/035_gcc_4_3_includes.diff:
     + New patch. Add missing includes to fix a GCC 4.3 FTBFS, thanks to
       Martin Michlmayr (Closes: #420911).
Files: 
 c72adc783774ce5c13ab0e56e32b2847 1065 libs optional openvrml_0.15.10-9.dsc
 c0d8bed8a95b773cca92a10025406d94 416607 libs optional 
openvrml_0.15.10-9.diff.gz
 8ac7980060feda08de1470b5153b1c1e 3822678 doc optional 
libopenvrml-doc_0.15.10-9_all.deb
 233ebbd42a6748cbc300b06704f3f824 1451594 libs optional 
libopenvrml5c2a_0.15.10-9_amd64.deb
 b84bb1525ff5ea4c694d8475449e0fc4 2042496 libdevel optional 
libopenvrml5-dev_0.15.10-9_amd64.deb
 53422bb3e9a184b24aa3c7227e79f309 78024 x11 optional 
openvrml-lookat_0.15.10-9_amd64.deb

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

iD8DBQFG/t2sfPP1rylJn2ERAvOCAKCIi8W4Wg/0AylzVPGzxEQduPQF2ACfXAwV
E411Z1yPzI0eGngC9G6XcBo=
=ZpZ0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to