Your message dated Sun, 13 Apr 2008 03:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332527: fixed in ccache 2.4-15
has caused the Debian Bug report #332527,
regarding ccache: ccache -M fails to notice permissions failures
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.)
--
332527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ccache
Version: 2.3-1.1
Severity: normal
$ sudo mkdir /tmp/ccc
$ touch /tmp/ccc/zot
touch: cannot touch `/tmp/ccc/zot': Permission denied
$ CCACHE_DIR=/tmp/ccc ccache -s
cache hit 0
cache miss 0
files in cache 0
cache size 0 Kbytes
max cache size 976.6 Mbytes
$ CCACHE_DIR=/tmp/ccc ccache -M 10G
Set cache size limit to 10485760k
$ CCACHE_DIR=/tmp/ccc ccache -s
cache hit 0
cache miss 0
files in cache 0
cache size 0 Kbytes
max cache size 976.6 Mbytes
$
strace shows a bunch of:
stat64("/tmp/ccc/f", 0xbfbc6dac) = -1 ENOENT (No such file or directory)
mkdir("/tmp/ccc/f", 0777) = -1 EACCES (Permission denied)
open("/tmp/ccc/f/stats", O_RDWR) = -1 ENOENT (No such file or directory)
open("/tmp/ccc/f/stats", O_RDWR|O_CREAT|O_EXCL, 0666) = -1 ENOENT (No such file
or directory)
Running it with the right permissions *does* work. (Not a new bug,
the version in woody does the same thing.)
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.13.2toughbook
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages ccache depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ccache
Source-Version: 2.4-15
We believe that the bug you reported is fixed in the latest version of
ccache, which is due to be installed in the Debian FTP archive:
ccache_2.4-15.diff.gz
to pool/main/c/ccache/ccache_2.4-15.diff.gz
ccache_2.4-15.dsc
to pool/main/c/ccache/ccache_2.4-15.dsc
ccache_2.4-15_amd64.deb
to pool/main/c/ccache/ccache_2.4-15_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.
Francois Marier <[EMAIL PROTECTED]> (supplier of updated ccache 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: Sun, 13 Apr 2008 15:07:05 +1200
Source: ccache
Binary: ccache
Architecture: source amd64
Version: 2.4-15
Distribution: unstable
Urgency: low
Maintainer: Francois Marier <[EMAIL PROTECTED]>
Changed-By: Francois Marier <[EMAIL PROTECTED]>
Description:
ccache - Compiler results cacher, for fast recompiles
Closes: 332527
Changes:
ccache (2.4-15) unstable; urgency=low
.
* Add a new patch which improve the consistency of timestamps on cached
objects to make sure clean-up is based on least recently used objects.
* Patch the set_limit call so that non-writable cache directories return
an error when attempting to size the max(files|size) (closes: #332527)
Checksums-Sha1:
b6017d3b16c9d7e2477cdf426243d2364f87fd10 1116 ccache_2.4-15.dsc
1fc70778a72e1f9103aaa85418db35b4530eb492 43001 ccache_2.4-15.diff.gz
1d8e44d94f692d463b39cdc3115b9edbebac9d19 34738 ccache_2.4-15_amd64.deb
Checksums-Sha256:
2822a4d846b12fa8369010145b2c97c06e994f6ad97df6f4417b0fcce5a2ceae 1116
ccache_2.4-15.dsc
ac4a383602500e21aa358fc8551fa1c9119e562854fac383d4fe1f6399f86157 43001
ccache_2.4-15.diff.gz
4ae8eb2a1c2408f7d926e60c69068ac8979cdd95975353b0ee662e42e80b2f10 34738
ccache_2.4-15_amd64.deb
Files:
c19306f1b7e0fc0df55cacb533bbcb03 1116 devel optional ccache_2.4-15.dsc
35bd6d8d0f11099312a6664eee1c2728 43001 devel optional ccache_2.4-15.diff.gz
d0dabe2621a587cad8c26afa73126fc8 34738 devel optional ccache_2.4-15_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIAXlEScUZKBnQNIYRArqkAJwOu7Zs0w/kl1lWcU59Jdm8ET5WiQCeNPSx
qK24W5VuepRszukDYxjJC1U=
=oIay
-----END PGP SIGNATURE-----
--- End Message ---