[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#106097: marked as done (false positives with glob(3) and GLOB_NOMAGIC)



Your message dated 20 Oct 2002 00:14:56 +0200
with message-id <87wuoem5y7.fsf@fuzz.uucp>
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 steven.robbins@videotron.ca Sat Jul 21 08:38:25 2001
Return-path: <steven.robbins@videotron.ca>
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
          <submit@bugs.debian.org>; 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 <steven.robbins@videotron.ca>
Subject: csh: file globbing is busted
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <E15NwxY-0007mb-00@riemann.nyongwa.montreal.qc.ca>
Date: Sat, 21 Jul 2001 09:38:20 -0400
Delivered-To: submit@bugs.debian.org

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:

	steve@riemann{csh}bsd-csh -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
	steve@riemann{csh}echo $?
	1

(The "...No such file..." lines went to stderr.)

I get the correct answer with tcsh, though:

	steve@riemann{csh}tcsh -c 'ls */xxx'               
	e/xxx
	steve@riemann{csh}echo $?
	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 mvela@public.srce.hr Sun Oct 20 03:28:56 2002
Return-path: <mvela@public.srce.hr>
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 <106097-done@bugs.debian.org>; 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 <106097-done@bugs.debian.org>; Sun, 20 Oct 2002 00:14:56 +0200
From: Matej Vela <vela@debian.org>
To: 106097-done@bugs.debian.org
Subject: Bug#106097: fixed in libc6 2.3.1-1
Date: 20 Oct 2002 00:14:56 +0200
Message-ID: <87wuoem5y7.fsf@fuzz.uucp>
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 <mvela@public.srce.hr>
X-Virus-Scanned: by amavisd-milter at jagor.srce.hr
Delivered-To: 106097-done@bugs.debian.org
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



Reply to: