Your message dated Sat, 31 Jul 2010 23:47:07 +0000
with message-id <[email protected]>
and subject line Bug#590291: fixed in apt-cacher-ng 0.5.1-1
has caused the Debian Bug report #590291,
regarding apt-cacher-ng: source/acfg.cc doesn't explicitly include sys/stat.h
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.)
--
590291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590291
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-cacher-ng
Version: 0.5-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
*** /tmp/tmp0OSBZC
source/acfg.cc doesn't explicitly include sys/stat.h, but does make use of it's
functions. Whilst this isn't currently an issue on sid; it does cause a FTBFS
on Ubuntu. It's possible the toolchain may change in Debian, making this more
importiant in the future.
The attached trival patch, has been applied and uploaded to Ubuntu Maverick.
--- apt-cacher-ng-0.5.orig/source/acfg.cc
+++ apt-cacher-ng-0.5/source/acfg.cc
@@ -22,6 +22,7 @@
#include <list>
#include <map>
#include <algorithm>
+#include <sys/stat.h>
using namespace MYSTD;
--- End Message ---
--- Begin Message ---
Source: apt-cacher-ng
Source-Version: 0.5.1-1
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.5.1-1.diff.gz
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.1-1.diff.gz
apt-cacher-ng_0.5.1-1.dsc
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.1-1.dsc
apt-cacher-ng_0.5.1-1_amd64.deb
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.1-1_amd64.deb
apt-cacher-ng_0.5.1.orig.tar.gz
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.1.orig.tar.gz
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: Wed, 28 Jul 2010 01:17:33 +0200
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Eduard Bloch <[email protected]>
Description:
apt-cacher-ng - caching proxy server for software repositories
Closes: 590291
Changes:
apt-cacher-ng (0.5.1-1) unstable; urgency=low
.
* New upstream version
+ header inclusion cleanup (closes: #590291)
+ kfreebsd related fixes
+ long outstanding user interface fixes and various regression fixes
Checksums-Sha1:
85131f69d4b7cc433087f3ee7c0df8188983cac8 1032 apt-cacher-ng_0.5.1-1.dsc
e7c340b0762e33aa1712ca836388ec39bcab3fe1 234904 apt-cacher-ng_0.5.1.orig.tar.gz
a7e8336240d451ad8b99bd0e411c26e60cc3e716 22556 apt-cacher-ng_0.5.1-1.diff.gz
e9081479f3b5ef1db20482a2d9409077cb3d3f49 341798 apt-cacher-ng_0.5.1-1_amd64.deb
Checksums-Sha256:
80df506756a02437b0c6c84854abcbcf77d185fe6efd7819b297a901f7db4546 1032
apt-cacher-ng_0.5.1-1.dsc
e270759a8184ad36065ce8c7e240009ec39ed65f4dd9d71ffed0937bc29bf67f 234904
apt-cacher-ng_0.5.1.orig.tar.gz
1d062a64e62cd8ea7afe6fca8c4264a15083bad10477da397b7eedb5bfab5334 22556
apt-cacher-ng_0.5.1-1.diff.gz
486d953cd69f04df203cf880e6bc442728782655d18463b26fdca703f491a625 341798
apt-cacher-ng_0.5.1-1_amd64.deb
Files:
00a7e4aa8bfec6082e963f2d62b60451 1032 net optional apt-cacher-ng_0.5.1-1.dsc
78e4ed2ac7f36eac5b29e7ae25c10548 234904 net optional
apt-cacher-ng_0.5.1.orig.tar.gz
9228a3b4598307f0812bb50cfded4b24 22556 net optional
apt-cacher-ng_0.5.1-1.diff.gz
7ff43a7e1b0d43d64b8aa7cdf327f0ec 341798 net optional
apt-cacher-ng_0.5.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMT2of4QZIHu3wCMURApSBAJ4rc1A+KbeFlCK8lfKcUQ3B98nzSwCggeq1
jWijkrtMwDNZO8rQO2d4hmA=
=Ckdd
-----END PGP SIGNATURE-----
--- End Message ---