Your message dated Sat, 05 Apr 2008 21:17:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417161: fixed in drqueue 0.60.0-1.2
has caused the Debian Bug report #417161,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
417161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417161
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: drqueue
Version: 0.60.0-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 drqueue_0.60.0-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -D__CPLUSPLUS -DCOMM_REPORT -Wall -I. -D__LINUX -g -O2 -c -o sendjob.o
> sendjob.cpp
> sendjob.cpp: In function 'int main(int, char**)':
> sendjob.cpp:50: error: 'exit' was not declared in this scope
> sendjob.cpp:63: error: 'exit' was not declared in this scope
> sendjob.cpp:70: error: 'exit' was not declared in this scope
> sendjob.cpp:78: error: 'exit' was not declared in this scope
> sendjob.cpp:84: error: 'exit' was not declared in this scope
> sendjob.cpp:90: error: 'exit' was not declared in this scope
> sendjob.cpp:97: error: 'exit' was not declared in this scope
> sendjob.cpp: In function 'void cleanup(int)':
> sendjob.cpp:107: error: 'exit' was not declared in this scope
> sendjob.cpp: In function 'int RegisterMayaJobFromFile(std::ifstream&)':
> sendjob.cpp:157: error: 'getenv' was not declared in this scope
> sendjob.cpp: In function 'int RegisterMentalrayJobFromFile(std::ifstream&)':
> sendjob.cpp:232: error: 'getenv' was not declared in this scope
> sendjob.cpp: In function 'int RegisterBlenderJobFromFile(std::ifstream&)':
> sendjob.cpp:288: error: 'getenv' was not declared in this scope
> make[1]: *** [sendjob.o] Error 1
> make[1]: Leaving directory `/build/tbm/drqueue-0.60.0'
--- sendjob.cpp~ 2007-04-01 17:50:09.000000000 +0000
+++ sendjob.cpp 2007-04-01 17:50:16.000000000 +0000
@@ -22,6 +22,7 @@
// To set up a maya job from a file and send it to the master
//
+#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: drqueue
Source-Version: 0.60.0-1.2
We believe that the bug you reported is fixed in the latest version of
drqueue, which is due to be installed in the Debian FTP archive:
drqueue_0.60.0-1.2.diff.gz
to pool/main/d/drqueue/drqueue_0.60.0-1.2.diff.gz
drqueue_0.60.0-1.2.dsc
to pool/main/d/drqueue/drqueue_0.60.0-1.2.dsc
drqueue_0.60.0-1.2_i386.deb
to pool/main/d/drqueue/drqueue_0.60.0-1.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.
James Vega <[EMAIL PROTECTED]> (supplier of updated drqueue 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, 05 Apr 2008 16:34:34 -0400
Source: drqueue
Binary: drqueue
Architecture: source i386
Version: 0.60.0-1.2
Distribution: unstable
Urgency: low
Maintainer: David MartÃnez Moreno <[EMAIL PROTECTED]>
Changed-By: James Vega <[EMAIL PROTECTED]>
Description:
drqueue - distributed render queue manager
Closes: 417161
Changes:
drqueue (0.60.0-1.2) unstable; urgency=low
.
* Non-maintainer upload.
* Update patch to fix FTBFS with gcc-4.3. (Closes: #417161)
Files:
f9be6c539f558c5f559daee5f24ef855 599 net extra drqueue_0.60.0-1.2.dsc
9145302ab7e055ba5fb550c2dc3d1f83 4065 net extra drqueue_0.60.0-1.2.diff.gz
8941ea77463de897130b0444dd757fc1 343596 net extra drqueue_0.60.0-1.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iEYEARECAAYFAkf346MACgkQDb3UpmEybUBsjACdHBuQBCm1NpGHhS7H5BLC4bKt
eoUAn3fJlq6qdIo6JyCF8gUBWU+CHbYO
=Ixg6
-----END PGP SIGNATURE-----
--- End Message ---