This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)


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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]