Your message dated Tue, 10 Oct 2006 03:04:47 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#198846: fixed in grep 2.5.1.ds2-6
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)

--- Begin Message ---
Package: grep
Version: 2.5.1-5
Severity: normal

The manpage for grep states "If  an  input file is a device, FIFO or socket,
use ACTION to process it."  However, if you do something like this:

$ mkdir /tmp/grepbug
$ cd /tmp/grepbug
$ mkfifo fifo-foo
$ grep ---directories=recurse --devices=skip regex .

then grep will stop waiting for input on the fifo.  Running under strace
indicates that this is probably because it does open() and then stat().  On
at least the kernel I'm running, open blocks waiting for something at the
other end of the fifo.  Furthermore, if I give grep some input on the fifo,
like:

$ echo hi >/tmp/grepbug/fifo-foo

then grep will happily read that and output the match, even though it was
told to ignore fifos.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux cheetah.fastcat.org 2.4.20 #1 SMP Sun May 18 16:53:19 EDT 2003 
i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages grep depends on:
ii  libc6                         2.3.1-16   GNU C Library: Shared libraries an



--- End Message ---
--- Begin Message ---
Source: grep
Source-Version: 2.5.1.ds2-6

We believe that the bug you reported is fixed in the latest version of
grep, which is due to be installed in the Debian FTP archive:

grep_2.5.1.ds2-6.diff.gz
  to pool/main/g/grep/grep_2.5.1.ds2-6.diff.gz
grep_2.5.1.ds2-6.dsc
  to pool/main/g/grep/grep_2.5.1.ds2-6.dsc
grep_2.5.1.ds2-6_i386.deb
  to pool/main/g/grep/grep_2.5.1.ds2-6_i386.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.
Santiago Ruano Rincón <[EMAIL PROTECTED]> (supplier of updated grep 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: Tue, 10 Oct 2006 00:41:50 -0500
Source: grep
Binary: grep
Architecture: source i386
Version: 2.5.1.ds2-6
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Santiago Ruano Rincón <[EMAIL PROTECTED]>
Description: 
 grep       - GNU grep, egrep and fgrep
Closes: 198846 248733
Changes: 
 grep (2.5.1.ds2-6) unstable; urgency=low
 .
   * Added watch file. (Closes: #248733)
   * grep didn't work with FIFOs, thanks to Bastian Kleineidam
     <[EMAIL PROTECTED]> (Closes: #198846)
Files: 
 db2fc9ef649862cccc2c483b0bf01de3 656 utils required grep_2.5.1.ds2-6.dsc
 17530b3aec77ed9958ed96f96e0b35a4 22414 utils required grep_2.5.1.ds2-6.diff.gz
 f5ff5a298d5b825aceaa02cc29c2bd5b 146100 utils required 
grep_2.5.1.ds2-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFKzT1QUuEI2/szeARAnsSAJ9vVn8Y/pXRMe61WAWGinIWho7C1ACfXNCI
OwBjyaxp3ySG+TeFPfh8kAQ=
=aARL
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to