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

Bug#97684: marked as done (Problem with csh and "set")



Your message dated Thu, 17 May 2001 12:13:23 +0200
with message-id <20010517121323.A5821@jagor.srce.hr>
and subject line Fixed in csh 20010413-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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 May 2001 14:26:22 +0000
>From lorri.menard@compaq.com Wed May 16 09:26:22 2001
Return-path: <lorri.menard@compaq.com>
Received: from ztxmail03.ztx.compaq.com [161.114.1.207] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 1502Fq-0005ZW-00; Wed, 16 May 2001 09:26:22 -0500
Received: by ztxmail03.ztx.compaq.com (Postfix, from userid 12345)
	id 24715227F; Wed, 16 May 2001 09:25:51 -0500 (CDT)
Received: from exchou-gh04.cca.cpqcorp.net (exchou-gh04.cca.cpqcorp.net [16.110.248.205])
	by ztxmail03.ztx.compaq.com (Postfix) with ESMTP id 00F4621F3
	for <submit@bugs.debian.org>; Wed, 16 May 2001 09:25:50 -0500 (CDT)
Received: by exchou-gh04.cca.cpqcorp.net with Internet Mail Service (5.5.2652.78)
	id <K08KN6XM>; Wed, 16 May 2001 09:25:50 -0500
Message-ID: <A5EEF5A4F0F0FD4DBA33093A0B0755902C6BDA@tayexc18.americas.cpqcorp.net>
From: "Menard, Lorri" <Lorri.Menard@compaq.com>
To: submit@bugs.debian.org
Subject: Problem with csh and "set"
Date: Wed, 16 May 2001 09:25:43 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2652.78)
content-class: urn:content-classes:message
Content-Type: text/plain;
	charset="iso-8859-1"
Delivered-To: submit@bugs.debian.org


Package:  csh
Version: 5.26-10

Debian Version: 2.2r3
Kernel: 2.2.17


	Our test system makes strong use of the "set" command to get a
list of files to test against.  Using our previous version of Debian,
Debian 2.1, this worked quite nicely.  Using this construct on other
Linux distributions, or on Unix, works.  However, I have been unable to
run our test suite on Debian since I had our test system upgraded to
Debian 2.2.

	set args = (*.f  *.f90 *.for *.of* *.F *.F90)
	...
	foreach i ($args)
	    <do the test>


	It appears that if the shell can't match one of these file
specifications then it fails the whole command, resulting in "args"
containing no filenames.

	Thank you for your time in looking at this,

		- Lorri Menard
	              Compaq Fortran development

---------------------------------------
Received: (at 97684-done) by bugs.debian.org; 17 May 2001 10:13:26 +0000
>From mvela@jagor.srce.hr Thu May 17 05:13:26 2001
Return-path: <mvela@jagor.srce.hr>
Received: from jagor.srce.hr [161.53.2.130] (mvela)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 150Kmc-0008Iq-00; Thu, 17 May 2001 05:13:26 -0500
Received: (from mvela@localhost)
	by jagor.srce.hr (8.9.0/8.9.0) id MAA08228
	for 97684-done@bugs.debian.org; Thu, 17 May 2001 12:13:23 +0200 (MET DST)
Date: Thu, 17 May 2001 12:13:23 +0200
From: Matej Vela <vela@debian.org>
To: 97684-done@bugs.debian.org
Subject: Fixed in csh 20010413-1
Message-ID: <20010517121323.A5821@jagor.srce.hr>
References: <A5EEF5A4F0F0FD4DBA33093A0B0755902C6BDA@tayexc18.americas.cpqcorp.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
In-Reply-To: <A5EEF5A4F0F0FD4DBA33093A0B0755902C6BDA@tayexc18.americas.cpqcorp.net>; from Menard, Lorri on Wed, May 16, 2001 at 09:25:43AM -0500
Delivered-To: 97684-done@bugs.debian.org

On Wed, May 16, 2001 at 09:25:43AM -0500, Menard, Lorri wrote:
> Package: csh
> Version: 5.26-10
> 
> Debian Version: 2.2r3
> Kernel: 2.2.17
> 
> 	Our test system makes strong use of the "set" command to get a
> list of files to test against.  Using our previous version of Debian,
> Debian 2.1, this worked quite nicely.  Using this construct on other
> Linux distributions, or on Unix, works.  However, I have been unable to
> run our test suite on Debian since I had our test system upgraded to
> Debian 2.2.
> 
> 	set args = (*.f  *.f90 *.for *.of* *.F *.F90)
> 	...
> 	foreach i ($args)
> 	    <do the test>
> 
> 	It appears that if the shell can't match one of these file
> specifications then it fails the whole command, resulting in "args"
> containing no filenames.

This has been fixed in csh 20010413-1 (cf. Bug#88780), available at
<http://packages.debian.org/unstable/shells/csh.html>.


Thanks,

Matej



Reply to: