Your message dated Thu, 11 Sep 2008 21:17:24 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#492858: fixed in k3d 0.6.7.0-2.4 has caused the Debian Bug report #492858, regarding k3d: FTBFS on GNU/kFreeBSD (g++-4.3: error: 'exit' was not declared in this scope) 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.) -- 492858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492858 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: k3d Severity: important Version: 0.6.7.0-2.3 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD with g++-4.3. It tries to call "C" function exit() from main(), but there is no corresponding header included. Please either add "#include <cstdlib>" to the top of the file or use patch bellow to simply replace exit() with return, as it is in the main() function anyway. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- sl2xml/main.cpp~ +++ sl2xml/main.cpp @@ -54,7 +54,7 @@ std::cout << std::endl; std::cout << " gcc -E -P -x c <file> | sl2xml" << std::endl; std::cout << std::endl; - exit(0); + return(0); } else if(argument == "--version") { @@ -62,7 +62,7 @@ std::cout << K3D_COPYRIGHT << " See the AUTHORS file for contributors." << std::endl; std::cout << "Licensed under the GNU General Public License. See the COPYING file for details." << std::endl; std::cout << "K-3D Home Page: http://www.k-3d.com" << std::endl; - exit(0); + return(0); } }
--- End Message ---
--- Begin Message ---Source: k3d Source-Version: 0.6.7.0-2.4 We believe that the bug you reported is fixed in the latest version of k3d, which is due to be installed in the Debian FTP archive: k3d-dev_0.6.7.0-2.4_amd64.deb to pool/main/k/k3d/k3d-dev_0.6.7.0-2.4_amd64.deb k3d_0.6.7.0-2.4.diff.gz to pool/main/k/k3d/k3d_0.6.7.0-2.4.diff.gz k3d_0.6.7.0-2.4.dsc to pool/main/k/k3d/k3d_0.6.7.0-2.4.dsc k3d_0.6.7.0-2.4_amd64.deb to pool/main/k/k3d/k3d_0.6.7.0-2.4_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. Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated k3d 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: Fri, 05 Sep 2008 13:09:16 +0200 Source: k3d Binary: k3d k3d-dev Architecture: source amd64 Version: 0.6.7.0-2.4 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno <[EMAIL PROTECTED]> Changed-By: Aurelien Jarno <[EMAIL PROTECTED]> Description: k3d - 3D modeling and animation system k3d-dev - 3D modeling and animation system - Development files Closes: 492858 Changes: k3d (0.6.7.0-2.4) unstable; urgency=low . * Non-maintainer upload. * Extend debian/patches/05_gcc4.3_build.patch with more include fixes from Petr Salinger. (closes: #492858) Checksums-Sha1: 068d0cee949efd71a4c01eb778df6e7dd9723d3c 1396 k3d_0.6.7.0-2.4.dsc a63c16d1b8b2bd2526f68de91c63bfd2ff6ce65a 16485 k3d_0.6.7.0-2.4.diff.gz 490d8b8a275e029501a8975d029aea084e21d3ed 10464096 k3d_0.6.7.0-2.4_amd64.deb b6c2bb9e20221d7e955aa398f7338f8ec94722ce 271014 k3d-dev_0.6.7.0-2.4_amd64.deb Checksums-Sha256: 9d02ef3f372b2010c6b7981c57274027cb6ac7f61cab1ac03830b5621f8e45b6 1396 k3d_0.6.7.0-2.4.dsc b93775f5c63fc5ca1cc6bc90e463d3ff8caad6289830c29e61dac3ee4606a3f6 16485 k3d_0.6.7.0-2.4.diff.gz 30273a6fbe744521346bc1f978b7cd0c41c3bf1d7f8e5e59cbadeebf0e1fa539 10464096 k3d_0.6.7.0-2.4_amd64.deb 35ca0a2611c06b46e4794a65372311fb348bc6c10641d996e475e270e0000d0c 271014 k3d-dev_0.6.7.0-2.4_amd64.deb Files: 4c8ca21f2f0adaae644b4300dd9d76b4 1396 graphics optional k3d_0.6.7.0-2.4.dsc 57b5df18d22a0e747c1002a6c448fb80 16485 graphics optional k3d_0.6.7.0-2.4.diff.gz 236218c20568b6c054cd0bdb98a72aec 10464096 graphics optional k3d_0.6.7.0-2.4_amd64.deb f462fbde355176c2cdb51fd7d0204cb7 271014 graphics optional k3d-dev_0.6.7.0-2.4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFIwTfaw3ao2vG823MRAiG6AJ4vksMvmkgTcffaSERizVKwd+mWbwCeIwgn Knvn/kO1HDwdfkCMCW5nQDg= =QfMK -----END PGP SIGNATURE-----
--- End Message ---

