Your message dated Wed, 30 May 2007 22:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417108: fixed in aqsis 1.2.0-2
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: aqsis
Version: 1.1.0.20050815-4
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 aqsis_1.1.0.20050815-4 on coconut0 by sbuild/ia64 0.49
...
> ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../libaqsistypes -g -O2 -MT
> argparse.lo -MD -MP -MF .deps/argparse.Tpo -c argparse.cpp -fPIC -DPIC -o
> .libs/argparse.o
> argparse.cpp: In function 'std::string parseInt(std::string, int*)':
> argparse.cpp:416: error: 'strtol' was not declared in this scope
> argparse.cpp: In function 'std::string parseFloat(std::string, double*)':
> argparse.cpp:428: error: 'strtod' was not declared in this scope
> make[2]: *** [argparse.lo] Error 1
--- libcodegenvm/vmoutput.cpp~ 2007-04-01 14:55:22.000000000 +0000
+++ libcodegenvm/vmoutput.cpp 2007-04-01 14:55:42.000000000 +0000
@@ -28,6 +28,7 @@
#ifndef AQSIS_SYSTEM_MACOSX
#include <sstream>
#endif
+#include <cstdlib>
#include <fstream>
#include <deque>
#include <string>
--- librib2/bdec.cpp~ 2007-04-01 14:58:11.000000000 +0000
+++ librib2/bdec.cpp 2007-04-01 14:58:21.000000000 +0000
@@ -36,6 +36,7 @@
#include <iostream>
+#include <cstdlib>
#include <stdio.h>
#include "bdec.h"
--- aqsl/aqslcomp.cpp~ 2007-04-01 15:26:53.000000000 +0000
+++ aqsl/aqslcomp.cpp 2007-04-01 15:27:13.000000000 +0000
@@ -27,6 +27,8 @@
#include "aqsis.h"
#include "logging_streambufs.h"
+#include <cstdlib>
+#include <memory>
#include <iostream>
#include <fstream>
#include <sstream>
--- aqsltell/aqsltell.cpp~ 2007-04-01 15:27:51.000000000 +0000
+++ aqsltell/aqsltell.cpp 2007-04-01 15:27:59.000000000 +0000
@@ -39,6 +39,7 @@
#include "slx.h"
#include "version.h"
+#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <fstream>
--- aqsis/aqsis.cpp~ 2007-04-01 15:29:43.000000000 +0000
+++ aqsis/aqsis.cpp 2007-04-01 15:29:54.000000000 +0000
@@ -34,6 +34,8 @@
#endif // AQSIS_SYSTEM_WIN32
#include <fcntl.h>
+#include <cstdlib>
+#include <memory>
#include <iostream>
#include <iomanip>
#include <fstream>
--- teqser/teqser.cpp~ 2007-04-01 15:31:48.000000000 +0000
+++ teqser/teqser.cpp 2007-04-01 15:31:57.000000000 +0000
@@ -1,6 +1,7 @@
// teqser.cpp : Defines the entry point for the console application.
//
+#include <cstdlib>
#include <stdio.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: aqsis
Source-Version: 1.2.0-2
We believe that the bug you reported is fixed in the latest version of
aqsis, which is due to be installed in the Debian FTP archive:
aqsis-libs-dev_1.2.0-2_i386.deb
to pool/main/a/aqsis/aqsis-libs-dev_1.2.0-2_i386.deb
aqsis-libsc2a_1.2.0-2_i386.deb
to pool/main/a/aqsis/aqsis-libsc2a_1.2.0-2_i386.deb
aqsis_1.2.0-2.diff.gz
to pool/main/a/aqsis/aqsis_1.2.0-2.diff.gz
aqsis_1.2.0-2.dsc
to pool/main/a/aqsis/aqsis_1.2.0-2.dsc
aqsis_1.2.0-2_i386.deb
to pool/main/a/aqsis/aqsis_1.2.0-2_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.
David MartÃnez Moreno <[EMAIL PROTECTED]> (supplier of updated aqsis 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, 30 May 2007 12:05:56 +0200
Source: aqsis
Binary: aqsis-libsc2a aqsis aqsis-libs-dev
Architecture: source i386
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: David MartÃnez Moreno <[EMAIL PROTECTED]>
Changed-By: David MartÃnez Moreno <[EMAIL PROTECTED]>
Description:
aqsis - suite of applications implementing the RenderMan Interface
aqsis-libs-dev - suite of applications implementing the RenderMan Interface -
deve
aqsis-libsc2a - suite of applications implementing the RenderMan Interface -
libr
Closes: 417108
Changes:
aqsis (1.2.0-2) unstable; urgency=low
.
* Added support for quilt in debian/control and debian/rules.
* debian/control, debian/rules: Added support for quilt.
* Added 01_gcc_4.3_fixes.patch for fixing build problems with upcoming GCC
release. Thanks, Martin Michlmayr (closes: #417108).
Files:
ad7854d9528d5c11f5a4fb06feb7fd4c 727 graphics optional aqsis_1.2.0-2.dsc
a2e05c82502047554cda7a91e6e6ff6a 9405 graphics optional aqsis_1.2.0-2.diff.gz
54d824f43579757ee7550b45b5da7699 349988 graphics optional
aqsis_1.2.0-2_i386.deb
5e9482b46507fbc4576fba4a35ac664e 1574302 libs optional
aqsis-libsc2a_1.2.0-2_i386.deb
2ba938542410b7853d0b31095a12ddec 30600 libdevel optional
aqsis-libs-dev_1.2.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGXU9QWs/EhA1iABsRAjehAKDYpIj1aG7q2e7IynvudTLkRvnfIQCgzwy+
EPwK0GjIzBGUQlKJMexSEkY=
=R/gJ
-----END PGP SIGNATURE-----
--- End Message ---