Your message dated Tue, 02 Feb 2010 21:32:39 +0000
with message-id <e1ncqmr-0000yy...@ries.debian.org>
and subject line Bug#504858: fixed in aqsis 1.2.0-2.2
has caused the Debian Bug report #504858,
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 ow...@bugs.debian.org
immediately.)


-- 
504858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aqsis
Version: 1.2.0-2.1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 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.

> Automatic build of aqsis_1.2.0-2.1 on em64t by sbuild/amd64 0.53
...
> g++ -o build/aqsistypes/logging.os -c -g -O2 -g -O2 -Wall -fPIC -DPLUGINS=1 
> -DNDEBUG=1 -DDEFAULT_RC_PATH=\"/etc/aqsis\" 
> -DDEFAULT_SHADER_PATH=\"/usr/share/aqsis/shaders\" 
> -DDEFAULT_PLUGIN_PATH=\"/usr/lib/aqsis/plugins\" -DENABLE_MPDUMP=True 
> -DCOMMON_EXPORTS -Iaqsistypes/posix -Ibuild -Ibuild/aqsistypes 
> -Ibuild/renderer/render -Ibuild/shadercompiler/shaderexecenv -Ibuild/rib/rib2 
> -Ibuild/shadercompiler/shadervm -Ibuild/rib/rib2ri -Ibuild/argparse 
> -Ibuild/shadercompiler/slparse -Ibuild/shadercompiler/codegenvm 
> -Ibuild/rib/api -I/usr/include/boost build/aqsistypes/logging.cpp
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::tag_buf::overflow(int)':
> build/aqsistypes/logging.cpp:113: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:122: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::timestamp_buf::overflow(int)':
> build/aqsistypes/logging.cpp:156: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:168: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::show_level_buf::overflow(int)':
> build/aqsistypes/logging.cpp:204: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:232: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::color_level_buf::overflow(int)':
> build/aqsistypes/logging.cpp:268: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:299: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:309: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::fold_duplicates_buf::overflow(int)':
> build/aqsistypes/logging.cpp:428: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:442: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp:445: error: 'EOF' was not declared in this scope
> build/aqsistypes/logging.cpp: In member function 'virtual int 
> Aqsis::syslog_buf::overflow(int)':
> build/aqsistypes/logging.cpp:485: error: 'EOF' was not declared in this scope
> scons: *** [build/aqsistypes/logging.os] Error 1
> scons: building terminated because of errors.
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2


--- build/aqsistypes/logging.cpp~       2008-11-07 17:07:53.000000000 +0000
+++ build/aqsistypes/logging.cpp        2008-11-07 17:07:59.000000000 +0000
@@ -21,6 +21,7 @@
 #include "logging.h"
 #include "logging_streambufs.h"
 
+#include <cstdio>
 #include <iostream>
 #include <sstream>
 #include <vector>
--- build/renderer/render/condition.cpp~        2008-11-07 17:10:03.000000000 
+0000
+++ build/renderer/render/condition.cpp 2008-11-07 17:10:13.000000000 +0000
@@ -27,6 +27,7 @@
                \author Michel Joron (jo...@sympatico.ca)
 */
 
+#include       <cstdio>
 #include       <string.h>
 #include       "aqsis.h"
 #include       "renderer.h"
--- build/displays/d_xpm/aspXpm.cpp~    2008-11-07 17:27:14.000000000 +0000
+++ build/displays/d_xpm/aspXpm.cpp     2008-11-07 17:27:20.000000000 +0000
@@ -1,5 +1,6 @@
 #include "aspXpm.h"
 
+#include <cstdio>
 #include <string.h>
 
 aspXpm::aspXpm( const char *filename, int width, int height, int bpp )

Note that I'm not sure this patch is complete.
-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: aqsis
Source-Version: 1.2.0-2.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.2_amd64.deb
  to main/a/aqsis/aqsis-libs-dev_1.2.0-2.2_amd64.deb
aqsis-libsc2a_1.2.0-2.2_amd64.deb
  to main/a/aqsis/aqsis-libsc2a_1.2.0-2.2_amd64.deb
aqsis_1.2.0-2.2.diff.gz
  to main/a/aqsis/aqsis_1.2.0-2.2.diff.gz
aqsis_1.2.0-2.2.dsc
  to main/a/aqsis/aqsis_1.2.0-2.2.dsc
aqsis_1.2.0-2.2_amd64.deb
  to main/a/aqsis/aqsis_1.2.0-2.2_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 504...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mehdi Dogguy <me...@debian.org> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 31 Jan 2010 17:47:00 +0100
Source: aqsis
Binary: aqsis aqsis-libsc2a aqsis-libs-dev
Architecture: source amd64
Version: 1.2.0-2.2
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno <en...@debian.org>
Changed-By: Mehdi Dogguy <me...@debian.org>
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: 504858 549806 564207
Changes: 
 aqsis (1.2.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.4 (missing #include), (Closes: #504858).
     Thanks to Martin Michlmayr who reported the issue and provided a
     patch (added 02_gcc_4.4_fixes.patch).
   * Use env.Clone instead of env.Copy in various SConscript files
     (added 03_env_clone.patch) (Closes: #549806, #564207)
Checksums-Sha1: 
 aed370d9c40893022b11b16a656602d1b7afeb76 1757 aqsis_1.2.0-2.2.dsc
 ceb4aa436370abfc11546b31bbaa59cf49733fb4 13437 aqsis_1.2.0-2.2.diff.gz
 ce840659ec1aa88bc52d8a4913f5b4b244fd7c78 337770 aqsis_1.2.0-2.2_amd64.deb
 d7e426c7878b178e335f13829ba3b3581113f32f 1546328 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 5bb4f74ea15d7d621b7c0065666b2138d1eac0e1 31350 
aqsis-libs-dev_1.2.0-2.2_amd64.deb
Checksums-Sha256: 
 b796db2b8f96bfc3e6c4356debd18122acd87cfcffc0736094a20be35f8104a0 1757 
aqsis_1.2.0-2.2.dsc
 c603adf52a5272dc2afddffafda2ec730f2c70ae7c9b4068f3d023e36bf2460c 13437 
aqsis_1.2.0-2.2.diff.gz
 fd394bb1c17249b013dcd7af9aaaee2479212c0cb2b00e07201a04755147dcb8 337770 
aqsis_1.2.0-2.2_amd64.deb
 3f1a00f5aedeee24a14ec99d8526518fcc95e28de4b3c07d6d2730b98ae8bbbb 1546328 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 2180c29418f09c382ccabdde854d9ea4e700ba6b91f3e75ca2a301ff78798c6c 31350 
aqsis-libs-dev_1.2.0-2.2_amd64.deb
Files: 
 3bbe65fabc5e11b0348a8cf8ba7a233b 1757 graphics optional aqsis_1.2.0-2.2.dsc
 12dcb69c425824e7a64f4e9933c05085 13437 graphics optional 
aqsis_1.2.0-2.2.diff.gz
 ff6b8c620290eaececca8717f175c5f4 337770 graphics optional 
aqsis_1.2.0-2.2_amd64.deb
 8dd73c175939d5cfb3f509fbca47cfb0 1546328 libs optional 
aqsis-libsc2a_1.2.0-2.2_amd64.deb
 e309c3918e2ee935026d9faad47ec904 31350 libdevel optional 
aqsis-libs-dev_1.2.0-2.2_amd64.deb

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

iQIcBAEBCAAGBQJLZedyAAoJEDO+GgqMLtj/+AkP/2N4BbioKNCPtwqRieE5ivyx
qeuLnOFqZQYJIyhCC3Nxcl003LXjOM4lLOm10JcVjbbN/l4UkRdYYvvF8WcPK4zx
5EE2yChIsfxZ8dNR2QXB6gxijPGJO9LU4GL0nRmEEVVigwfqfYIWIVm2CDKwq5cs
2dk96d10/jDRzPEI1dSyZ+yJUHsleih4HggqT+Z0wPRNM1l3YpnjIW9P3utH78vs
IH+21hBFegNlw85QO0VHz4HknVQosQ2MztroiLOOm231oHJrxAykTbANHr3p1aTg
2U0mYjE+vquzGyJO7P3Kl1NIpMDujP0nZn7ucP11OHcpxcLBSzfIdPQfHGYC15L8
pfwzAQCw/vRrUW92MZhvVq/Gu2RCbMatv0O1V+8W3vleDmVEN6s57y+HbE98Jjcm
t11hJ04YyUe4yiAs6Nzz2mo1bYf63mRSjawDU6qfDGWn3TG6Is55cvz2qTKD6dIA
OzlEkWl04cJvNFbxGVfkbHo3X993dYyyaf3HqvfN7mkmSbbUozrgoFwXxEGUqmXP
3CyBcstcxQ4V39K4FJG0gNWxQK/BVMXvYyVJ+cKaM3tm/RkgN11zhBQ6nfgUUT2F
tvT8fm3A/xOVRDOqI4I11yibLamYjMyKnKqQuQx4+fzUnvu78zjGfW6qyYwU83Ye
te1xiXUdWmcGK8QxocBB
=tPql
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to