Your message dated Sat, 08 Nov 2008 11:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#504844: fixed in wmcube 0.99-pre1-3
has caused the Debian Bug report #504844,
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.)


-- 
504844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504844
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wmcube
Version: 0.99-pre1-2
User: [EMAIL PROTECTED]
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 wmcube_0.99-pre1-2 on em64t by sbuild/amd64 0.53
...
> make[2]: Leaving directory `/build/tbm/wmcube-0.99-pre1/wmapp'
> g++ -O2 -DLINUX -Wno-write-strings   -c -o WmcObject.o WmcObject.cc
> In file included from WmcObject.cc:8:
> WmcObject.h:10: warning: 'typedef' was ignored in this declaration
> WmcObject.cc: In constructor 'WmcObject::WmcObject()':
> WmcObject.cc:43: error: 'fopen' was not declared in this scope
> WmcObject.cc:44: error: 'fwrite' was not declared in this scope
> WmcObject.cc:45: error: 'fclose' was not declared in this scope
> WmcObject.cc: In member function 'void WmcObject::setMode(int)':
> WmcObject.cc:99: error: 'printf' was not declared in this scope
> WmcObject.cc:103: error: 'printf' was not declared in this scope
> WmcObject.cc:107: error: 'printf' was not declared in this scope
> WmcObject.cc:111: error: 'printf' was not declared in this scope
> WmcObject.cc: In member function 'int WmcObject::freadline(FILE*, int, 
> char*)':
> WmcObject.cc:151: error: 'feof' was not declared in this scope
> WmcObject.cc:152: error: 'fread' was not declared in this scope
> WmcObject.cc:153: error: 'feof' was not declared in this scope
> WmcObject.cc: In member function 'bool WmcObject::loadVertices(const char*)':
> WmcObject.cc:172: error: 'printf' was not declared in this scope
> WmcObject.cc:174: error: 'fopen' was not declared in this scope
> WmcObject.cc:180: error: 'feof' was not declared in this scope
> WmcObject.cc:192: error: 'sscanf' was not declared in this scope
> WmcObject.cc:194: error: 'sscanf' was not declared in this scope
> WmcObject.cc:207: error: 'fclose' was not declared in this scope
> WmcObject.cc:214: error: 'feof' was not declared in this scope
> WmcObject.cc:225: error: 'fclose' was not declared in this scope
> WmcObject.cc: In member function 'bool WmcObject::loadLines(const char*)':
> WmcObject.cc:242: error: 'fopen' was not declared in this scope
> WmcObject.cc:248: error: 'feof' was not declared in this scope
> WmcObject.cc:252: error: 'printf' was not declared in this scope
> WmcObject.cc:260: error: 'sscanf' was not declared in this scope
> WmcObject.cc:264: error: 'fclose' was not declared in this scope
> WmcObject.cc:275: error: 'feof' was not declared in this scope
> WmcObject.cc:277: error: 'fclose' was not declared in this scope
> WmcObject.cc: In member function 'bool WmcObject::loadPlanes(const char*)':
> WmcObject.cc:294: error: 'fopen' was not declared in this scope
> WmcObject.cc:300: error: 'feof' was not declared in this scope
> WmcObject.cc:304: error: 'printf' was not declared in this scope
> WmcObject.cc:312: error: 'sscanf' was not declared in this scope
> WmcObject.cc:318: error: 'fclose' was not declared in this scope
> WmcObject.cc:333: error: 'feof' was not declared in this scope
> WmcObject.cc:335: error: 'fclose' was not declared in this scope
> make[1]: *** [WmcObject.o] Error 1

--- WmcObject.cc~       2008-11-07 16:14:37.000000000 +0000
+++ WmcObject.cc        2008-11-07 16:15:06.000000000 +0000
@@ -1,6 +1,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
+#include <cstdio>
 #include <iostream>
 #include <stdexcept>
 #include <vector>

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



--- End Message ---
--- Begin Message ---
Source: wmcube
Source-Version: 0.99-pre1-3

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

wmcube_0.99-pre1-3.diff.gz
  to pool/main/w/wmcube/wmcube_0.99-pre1-3.diff.gz
wmcube_0.99-pre1-3.dsc
  to pool/main/w/wmcube/wmcube_0.99-pre1-3.dsc
wmcube_0.99-pre1-3_i386.deb
  to pool/main/w/wmcube/wmcube_0.99-pre1-3_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.
Sandro Tosi <[EMAIL PROTECTED]> (supplier of updated wmcube 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: Sat, 08 Nov 2008 11:40:47 +0100
Source: wmcube
Binary: wmcube
Architecture: source i386
Version: 0.99-pre1-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Sandro Tosi <[EMAIL PROTECTED]>
Description: 
 wmcube     - spinning 3D object that shows the current CPU load
Closes: 504844
Changes: 
 wmcube (0.99-pre1-3) unstable; urgency=low
 .
   * QA upload.
   * debian/control
     - set QA Group as maintainer
     - bump Standards-Version to 3.8.0
       + added debian/README.source
   * debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch
     - added to fix a FTBFS using GCC 4.4; thanks to Martin Michlmayr for the
       report and the patch; Closes: #504844
Checksums-Sha1: 
 d66e4d3c7f0bbf63b8d3fed1ad06fb1723f23506 1060 wmcube_0.99-pre1-3.dsc
 24bcc30e8350ab4d944fcb282b19707a354b15ae 8039 wmcube_0.99-pre1-3.diff.gz
 c74629a64c347c89bbe4292d9067d44a101cf458 62314 wmcube_0.99-pre1-3_i386.deb
Checksums-Sha256: 
 384d3a44bae871dacab5988217844229450c66b776d0c061dec55c2fbe58f01c 1060 
wmcube_0.99-pre1-3.dsc
 cf6978389bc61f231869e517979ffe9b6147ab876bf8b565f3c0661d5a25a327 8039 
wmcube_0.99-pre1-3.diff.gz
 56bca5f373ba37b30a23c43d298386bcb5894264d6af4b7cda56bd02c7a783d8 62314 
wmcube_0.99-pre1-3_i386.deb
Files: 
 e5c76f93ea79e590ff0f297246f76d81 1060 x11 optional wmcube_0.99-pre1-3.dsc
 38c4835e47f3a8e701bf460364210031 8039 x11 optional wmcube_0.99-pre1-3.diff.gz
 8b5f402328a941f56aae2b57ee5a1261 62314 x11 optional wmcube_0.99-pre1-3_i386.deb

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

iEUEARECAAYFAkkVbkYACgkQAukwV0RN2VC6YQCVEo+cwTmLBWW+qiy2jQtA8IJ0
MQCeMx28D+2ASvs6XKtPP8QeNUS1Ts8=
=HlNs
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to