Your message dated 20 Oct 2002 00:14:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#106097: fixed in libc6 2.3.1-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; 21 Jul 2001 13:38:25 +0000
>From [EMAIL PROTECTED] Sat Jul 21 08:38:25 2001
Return-path: <[EMAIL PROTECTED]>
Received: from relais.videotron.ca (VL-MS-MR003.sc1.videotron.ca)
[::ffff:24.201.245.36]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15Nwxd-00060Q-00; Sat, 21 Jul 2001 08:38:25 -0500
Received: from riemann.nyongwa.montreal.qc.ca ([24.200.217.26])
by VL-MS-MR003.sc1.videotron.ca (Netscape Messaging Server 4.15
MR003 Jun 11 2001 16:23:30) with ESMTP id GGTSJX00.XUI for
<[EMAIL PROTECTED]>; Sat, 21 Jul 2001 09:38:21 -0400
Received: from steve by riemann.nyongwa.montreal.qc.ca with local (Exim 3.31 #1
(Debian))
id 15NwxY-0007mb-00; Sat, 21 Jul 2001 09:38:20 -0400
From: Steve M. Robbins <[EMAIL PROTECTED]>
Subject: csh: file globbing is busted
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.9
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 21 Jul 2001 09:38:20 -0400
Delivered-To: [EMAIL PROTECTED]
Package: csh
Version: 20010613-1
Severity: normal
Hi,
Here's a weird problem. I think it is a bug in bsd-csh.
The current directory contains six subdirectories and two files as
follows:
a/
b/
c/
c/test
d/
e/xxx
f
The file glob '*/xxx' fails using bsd-csh:
[EMAIL PROTECTED] -c 'ls */xxx'
ls: a/xxx: No such file or directory
ls: b/xxx: No such file or directory
ls: c/xxx: No such file or directory
ls: d/xxx: No such file or directory
ls: f/xxx: No such file or directory
e/xxx
[EMAIL PROTECTED] $?
1
(The "...No such file..." lines went to stderr.)
I get the correct answer with tcsh, though:
[EMAIL PROTECTED] -c 'ls */xxx'
e/xxx
[EMAIL PROTECTED] $?
0
I'm pretty sure the tcsh behaviour is the correct one. That is
the behaviour expected by the script that failed because of this
bug.
Regards,
-Steve
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux riemann 2.4.6 #1 Mon Jul 9 19:40:50 EDT 2001 i686 unknown
Versions of the packages csh depends on:
ii libc6 2.2.3-7 GNU C Library: Shared
libraries and Timezone data
---------------------------------------
Received: (at 106097-done) by bugs.debian.org; 20 Oct 2002 08:28:56 +0000
>From [EMAIL PROTECTED] Sun Oct 20 03:28:56 2002
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 183BSB-0000yr-00; Sun, 20 Oct 2002 03:28:55 -0500
Received: from fuzz.uucp (a6.cmu.carnet.hr [193.198.128.7])
by jagor.srce.hr (8.12.2/8.12.2) with ESMTP id g9K8RoxK002317
for <[EMAIL PROTECTED]>; Sun, 20 Oct 2002 10:27:51 +0200 (MEST)
Received: from mvela by fuzz.uucp with local (Exim 3.36 #1 (Debian))
id 1831s0-00015X-00
for <[EMAIL PROTECTED]>; Sun, 20 Oct 2002 00:14:56 +0200
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug#106097: fixed in libc6 2.3.1-1
Date: 20 Oct 2002 00:14:56 +0200
Message-ID: <[EMAIL PROTECTED]>
Lines: 5
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Matej Vela <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-milter at jagor.srce.hr
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=1.0 required=5.0
tests=DATE_IN_PAST_06_12,SPAM_PHRASE_00_01,USER_AGENT
version=2.41
X-Spam-Level:
libc6 2.3.1-1 finally includes the one-line patch.
Thanks,
Matej