Your message dated Mon, 17 Nov 2008 19:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#505385: fixed in apt-cacher-ng 0.3.2-2 has caused the Debian Bug report #505385, 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.) -- 505385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505385 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: apt-cacher-ng Version: 0.3.2-1 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 apt-cacher-ng_0.3.2-1 on em64t by sbuild/amd64 0.53 ... > g++ -c -Wall -g -O2 "-I/build/tbm/apt-cacher-ng-0.3.2/include" > source/conserver.cc -o conserver.o > source/conserver.cc: In function 'void conserver::CreateUnixSocket()': > source/conserver.cc:200: error: 'perror' was not declared in this scope > source/conserver.cc: In function 'void conserver::Setup()': > source/conserver.cc:274: error: 'perror' was not declared in this scope > source/conserver.cc:278: error: 'perror' was not declared in this scope > source/conserver.cc:282: error: 'perror' was not declared in this scope > source/conserver.cc:290: error: 'perror' was not declared in this scope > source/conserver.cc: In function 'int conserver::Run()': > source/conserver.cc:334: error: 'perror' was not declared in this scope > source/conserver.cc:367: error: 'printf' was not declared in this scope > source/conserver.cc: In function 'void conserver::Shutdown()': > source/conserver.cc:391: error: 'printf' was not declared in this scope > make[1]: *** [conserver.o] Error 1 --- fs/httpfs.cc~ 2008-11-11 22:36:50.000000000 +0000 +++ fs/httpfs.cc 2008-11-11 22:36:58.000000000 +0000 @@ -29,6 +29,7 @@ #include <errno.h> #include <signal.h> +#include <cstdio> #include <algorithm> #include <iostream> #include <list> --- source/conserver.cc~ 2008-11-11 22:32:56.000000000 +0000 +++ source/conserver.cc 2008-11-11 22:33:34.000000000 +0000 @@ -17,6 +17,7 @@ #include <netdb.h> +#include <cstdio> #include <list> #include <map> #include <iostream> --- source/dljob.cc~ 2008-11-11 22:33:53.000000000 +0000 +++ source/dljob.cc 2008-11-11 22:34:03.000000000 +0000 @@ -4,6 +4,8 @@ #include "dljob.h" #include "dlcon.h" +#include <cstdio> + using namespace MYSTD; tDlJob::tDlJob(dlcon *p, tFileItemPtr pFi, const string & sHost, @@ -347,4 +349,4 @@ } return R_ERROR_REMOTE; -} \ No newline at end of file +} --- source/fileitem.cc~ 2008-11-11 22:34:23.000000000 +0000 +++ source/fileitem.cc 2008-11-11 22:34:32.000000000 +0000 @@ -9,6 +9,7 @@ #include "acfg.h" #include "acbuf.h" +#include <cstdio> #include <iostream> #include <sstream> #include <utime.h> --- source/header.cc~ 2008-11-11 22:35:02.000000000 +0000 +++ source/header.cc 2008-11-11 22:35:08.000000000 +0000 @@ -8,6 +8,7 @@ #include "config.h" #include <acbuf.h> +#include <cstdio> #include <time.h> #include <iostream> #include <string.h> --- source/job.cc~ 2008-11-11 22:35:27.000000000 +0000 +++ source/job.cc 2008-11-11 22:35:39.000000000 +0000 @@ -3,6 +3,7 @@ #include "debug.h" #include "job.h" +#include <cstdio> #include <stdexcept> #include <limits> using namespace MYSTD; --- source/meta.cc~ 2008-11-11 22:36:16.000000000 +0000 +++ source/meta.cc 2008-11-11 22:36:22.000000000 +0000 @@ -6,6 +6,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> +#include <cstdio> #include <iostream> using namespace MYSTD; -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: apt-cacher-ng Source-Version: 0.3.2-2 We believe that the bug you reported is fixed in the latest version of apt-cacher-ng, which is due to be installed in the Debian FTP archive: apt-cacher-ng_0.3.2-2.diff.gz to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.3.2-2.diff.gz apt-cacher-ng_0.3.2-2.dsc to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.3.2-2.dsc apt-cacher-ng_0.3.2-2_amd64.deb to pool/main/a/apt-cacher-ng/apt-cacher-ng_0.3.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated apt-cacher-ng 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: Mon, 17 Nov 2008 19:44:16 +0100 Source: apt-cacher-ng Binary: apt-cacher-ng Architecture: source amd64 Version: 0.3.2-2 Distribution: unstable Urgency: low Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Changed-By: Eduard Bloch <[EMAIL PROTECTED]> Description: apt-cacher-ng - Caching proxy for distribution of software packages Closes: 502564 505385 Changes: apt-cacher-ng (0.3.2-2) unstable; urgency=low . * GCC 4.4 related fixes (closes: #505385) * automatic cropping of V4-in-V6 addresses to IPv4 format in user info pages (closes: #502564) Checksums-Sha1: 47a4f70416e37e1d93acd279e82044d73d55c3e0 1031 apt-cacher-ng_0.3.2-2.dsc a111a6eec6cb98078330339f3aaf269f4f5b3e87 11122 apt-cacher-ng_0.3.2-2.diff.gz ef39d8498d980a07806781148afbabbb3074f5dc 267312 apt-cacher-ng_0.3.2-2_amd64.deb Checksums-Sha256: 7d750f05ea08b17a4daa4fe282a468f5d7a482fea65d03ff0cf0ded973f6adf9 1031 apt-cacher-ng_0.3.2-2.dsc b17d7149546542856d96ec5c8facc0e194cee11b724ca7edbe20042bc68a07d2 11122 apt-cacher-ng_0.3.2-2.diff.gz cd0f9512a9bfb524038cfdf3cbe223883f2126b0fe3221f54d7c4f15230ecda8 267312 apt-cacher-ng_0.3.2-2_amd64.deb Files: 73074d40e31a0558a164d67fa18d56c9 1031 net optional apt-cacher-ng_0.3.2-2.dsc 8ca6348a968f819b313c0a073d336339 11122 net optional apt-cacher-ng_0.3.2-2.diff.gz 1b252dd73a1235676c1736accd2889c2 267312 net optional apt-cacher-ng_0.3.2-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFJIbxy4QZIHu3wCMURAu8bAJwPmSYOFtM59RCgkHzDCKz1GsKtXQCeM33B 5LX7E0mT3X6LCkW+ismktyk= =+zN7 -----END PGP SIGNATURE-----
--- End Message ---

