Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 27 Apr 2004 12:04:14 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere Message-ID: <12492524503.20040427120414@familiehaase.de> To: Yitzchak Scott-Thoennes CC: cygwin AT cygwin DOT com Subject: Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot) In-Reply-To: <20040427093715.GA3084@efn.org> References: <20040425191603 DOT GA2416 AT efn DOT org> <1661641065 DOT 20040426224002 AT familiehaase DOT de> <20040427093715 DOT GA3084 AT efn DOT org> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Yitzchak wrote: > On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote: >> Hallo Yitzchak, >> >> Am Sonntag, 25. April 2004 um 21:16 schriebst du: >> >> > It seems to be creating files that cygwin cannot thereafter open. >> >> > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo", >> > O_RDWR()|O_CREAT(), 0666 or die "error: $!"' >> > Name "main::h" used only once: possible typo at -e line 1. >> > error: No such file or directory at -e line 1. >> >> The same here. [...] >> I have still an older snapshot version of cygwin running here: >> $ uname -r >> 1.5.8s(0.110/4/2) > And you get the ENOENT error? When issuing the perl command, yes. BTW, this happens also with cygwin-1.5.5 in the same way: $ uname -r 1.5.5(0.94/3/2) gerrit AT ismene ~ $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo",O_RDWR()|O_CREAT(), 0666 or die "error: $!"' Name "main::h" used only once: possible typo at -e line 1. error: No such file or directory at -e line 1. $ ls *bugaboo* __db.bugaboo Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/