Your message dated Sat, 07 Aug 2010 11:02:05 +0000
with message-id <[email protected]>
and subject line Bug#590291: fixed in apt-cacher-ng 0.5.2-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.2-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.2-1.diff.gz
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.2-1.diff.gz
apt-cacher-ng_0.5.2-1.dsc
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.2-1.dsc
apt-cacher-ng_0.5.2-1_amd64.deb
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.2-1_amd64.deb
apt-cacher-ng_0.5.2.orig.tar.gz
to main/a/apt-cacher-ng/apt-cacher-ng_0.5.2.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: Sat, 07 Aug 2010 12:51:28 +0200
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.5.2-1
Distribution: experimental
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.2-1) experimental; urgency=low
.
* New upstream version
+ closes: #590291 (FTBFS with recent compilers)
+ kfreebsd compilation fixes
+ fixes a possible cause of #546790
Checksums-Sha1:
8029caba50c0d21e8a6e1bf89299c9b3242c5bfd 1084 apt-cacher-ng_0.5.2-1.dsc
0d3302b94650cec5e9c391d56d76e44b61bc2b95 239830 apt-cacher-ng_0.5.2.orig.tar.gz
7966d7c5b75eef48461ad504c8efd8700f43ab32 22625 apt-cacher-ng_0.5.2-1.diff.gz
7ffd0afc43ac0e699bfd0c45e2d2c8cdb57fc00f 362332 apt-cacher-ng_0.5.2-1_amd64.deb
Checksums-Sha256:
ac89e597f1047916689b37a2a218f170dd254db72fcee15a813ff40cadbdba03 1084
apt-cacher-ng_0.5.2-1.dsc
993506a6de6a3af98e46b258c41ada0738d43189f346206276c965d562cd6a8f 239830
apt-cacher-ng_0.5.2.orig.tar.gz
2aadd4f193e6279bd8ca50644290c9290f7db1c8fd2c71b05ac74ce043377a1e 22625
apt-cacher-ng_0.5.2-1.diff.gz
1aa41d8bb63fe13c484e1227881d4ae57ba5bcf7e516c84efdab478a12551821 362332
apt-cacher-ng_0.5.2-1_amd64.deb
Files:
5b50268a59ff2b8839c333d74363e3fe 1084 net optional apt-cacher-ng_0.5.2-1.dsc
d6acf31e6e0e5473e2c8e298f04456af 239830 net optional
apt-cacher-ng_0.5.2.orig.tar.gz
a83f33c61d2e517613577cdea306c548 22625 net optional
apt-cacher-ng_0.5.2-1.diff.gz
69bd173c14b4fa7314ad0942d7363f61 362332 net optional
apt-cacher-ng_0.5.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMXTsE4QZIHu3wCMURAjMSAJ9muFIhVjKEVQAGU3zrSuADMjXJngCfQIYl
OzTV0MajESalJuArtbJZ0uo=
=FAps
-----END PGP SIGNATURE-----
--- End Message ---