Your message dated Mon, 13 Jun 2005 15:47:34 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#208307: fixed in findutils 4.2.22-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Sep 2003 00:48:47 +0000
>From [EMAIL PROTECTED] Mon Sep 01 19:48:10 2003
Return-path: <[EMAIL PROTECTED]>
Received: from kweetal.tue.nl [131.155.3.6]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19tzL8-0006P0-00; Mon, 01 Sep 2003 19:48:10 -0500
Received: from kweetal.tue.nl ([127.0.0.1])
by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 92653-06 for <[EMAIL PROTECTED]>;
Tue, 2 Sep 2003 02:48:09 +0200 (CEST)
Received: from euridice.tue.nl (euridice.tue.nl [131.155.15.20])
by kweetal.tue.nl (Postfix) with ESMTP id B22AA13C718
for <[EMAIL PROTECTED]>; Tue, 2 Sep 2003 02:48:09 +0200 (CEST)
Received: (from [EMAIL PROTECTED])
by euridice.tue.nl (8.11.6/8.11.6) id h820m9F1790463;
Tue, 2 Sep 2003 02:48:09 +0200 (MDT)
From: Christian Fughe <[EMAIL PROTECTED]>
Date: Tue, 2 Sep 2003 02:48:05 +0200 (CEST)
Reply-To: Christian Fughe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: option '-printf %k' returns wrong values
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-7.0 required=4.0
tests=HAS_PACKAGE,USER_AGENT_PINE
version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27
(1.174.2.15-2003-03-30-exp)
Package: findutils
Version: 4.1.20-1
The file 'test.txt' has 4834221 bytes.
'find -name text.txt -printf %k' returns
4736
while I do expect:
4720.91 = 4834221/1024
Debian _Sid_ from 23 Aug. 2003
kernel 2.4.21
libc6 2.3.2-4
Regards,
Christian
---------------------------------------
Received: (at 208307-close) by bugs.debian.org; 13 Jun 2005 19:53:39 +0000
>From [EMAIL PROTECTED] Mon Jun 13 12:53:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dhv07-00032S-00; Mon, 13 Jun 2005 12:53:39 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DhuuE-0007xf-00; Mon, 13 Jun 2005 15:47:34 -0400
From: Andreas Metzler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#208307: fixed in findutils 4.2.22-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 13 Jun 2005 15:47:34 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: findutils
Source-Version: 4.2.22-1
We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive:
findutils_4.2.22-1.diff.gz
to pool/main/f/findutils/findutils_4.2.22-1.diff.gz
findutils_4.2.22-1.dsc
to pool/main/f/findutils/findutils_4.2.22-1.dsc
findutils_4.2.22-1_i386.deb
to pool/main/f/findutils/findutils_4.2.22-1_i386.deb
findutils_4.2.22.orig.tar.gz
to pool/main/f/findutils/findutils_4.2.22.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.
Andreas Metzler <[EMAIL PROTECTED]> (supplier of updated findutils 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.7
Date: Mon, 13 Jun 2005 19:39:46 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.2.22-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <[EMAIL PROTECTED]>
Changed-By: Andreas Metzler <[EMAIL PROTECTED]>
Description:
findutils - utilities for finding files--find, xargs, and locate
Closes: 208307 301934 311384 312760 312761 313081
Changes:
findutils (4.2.22-1) unstable; urgency=low
.
* New upstream version
- fixes infinite loop of "find -follow" on trees with symlinks to ./.
(Closes: #313081)
- better documentation for %k and %d printf directives. (Closes: #208307)
- find filters out non-printable characters (which could mess up the
terminal) when printing the output to a console. (Closes: #311384)
- Typo fixes. (Closes: #301934, #312760, #312761) (Thanks, A Costa.)
Files:
84b082128b8f4b109efed4749d7d322e 662 base required findutils_4.2.22-1.dsc
81ef043fbc9203f03225d0dc7f6cb2ec 972905 base required
findutils_4.2.22.orig.tar.gz
8612990949c3c1e82ea102cf856059ab 12261 base required findutils_4.2.22-1.diff.gz
df01940ef18ccd6996366396b1b26b7b 304976 base required
findutils_4.2.22-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCrdHJHTOcZYuNdmMRAoe1AJ43bqjSDvNOFYEWrqGFMxmoh/fdMgCeO46A
NvtVymuuVlQJXpfkZnHYAU4=
=T/Ar
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]