Your message dated Sun, 16 Mar 2008 21:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417161: fixed in drqueue 0.60.0-1.1
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.1

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.1.diff.gz
  to pool/main/d/drqueue/drqueue_0.60.0-1.1.diff.gz
drqueue_0.60.0-1.1.dsc
  to pool/main/d/drqueue/drqueue_0.60.0-1.1.dsc
drqueue_0.60.0-1.1_amd64.deb
  to pool/main/d/drqueue/drqueue_0.60.0-1.1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Kern <[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: Sun, 16 Mar 2008 21:48:06 +0100
Source: drqueue
Binary: drqueue
Architecture: source amd64
Version: 0.60.0-1.1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
Changed-By: Philipp Kern <[EMAIL PROTECTED]>
Description: 
 drqueue    - distributed render queue manager
Closes: 417161
Changes: 
 drqueue (0.60.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload for the gcc-4.3 release goal, using
     a patch provided by Martin Michlmayr.  (Closes: #417161)
Files: 
 8d1e51d419db2b46ce6e8fcb6c20c47a 591 net extra drqueue_0.60.0-1.1.dsc
 e8546086ab3f36985bd4fcacd102ca36 3956 net extra drqueue_0.60.0-1.1.diff.gz
 94e0eeff67b5abf314188bc6aab7a6c0 394032 net extra drqueue_0.60.0-1.1_amd64.deb

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

iD8DBQFH3Yj37Ro5M7LPzdgRAgpQAJ9ZNHJBF3zIH6kL2zpFujdjqQ8IOQCg65xz
FfA/lJ8rACJDIgwU3G87y5s=
=8NG4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to