delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/01/21/05:14:41

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW
X-Spam-Check-By: sourceware.org
Date: Wed, 21 Jan 2009 11:14:24 +0100
From: Samuel Thibault <samuel DOT thibault AT ens-lyon DOT org>
To: Carsten Hey <c DOT hey AT web DOT de>, Sjors Gielen <mailinglist AT dazjorz DOT com>,
debian-devel AT lists DOT debian DOT org, cygwin AT cygwin DOT com,
debian-win32 AT lists DOT debian DOT org
Subject: Re: Hosting the Debian/kCygwin port?
Message-ID: <20090121101424.GA5034@const.bordeaux.inria.fr>
Mail-Followup-To: Carsten Hey <c DOT hey AT web DOT de>, Sjors Gielen <mailinglist AT dazjorz DOT com>, debian-devel AT lists DOT debian DOT org, cygwin AT cygwin DOT com, debian-win32 AT lists DOT debian DOT org
References: <49751189 DOT 5050609 AT dazjorz DOT com> <20090121094825 DOT GF15594 AT foghorn DOT stateful DOT de>
MIME-Version: 1.0
In-Reply-To: <20090121094825.GF15594@foghorn.stateful.de>
User-Agent: Mutt/1.5.12-2006-07-14
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Hello,

Just a comment about the debian-win32 project: I can read from the list
archive that the main issue was that the VFS doesn't allow to remove or
to overwrite through mv a file in use.  IIRC that issue got fixed not so
many months ago in cygwin, and I can confirm that it now seems to work:

$ cat test.c
#include <fcntl.h>
int main(void) {
	int fd = open("blip", O_RDONLY);
	pause();
}
$ gcc test.c -o test
$ touch blip
$ ./test &
$ rm blip
$ touch blip
$ ./test &
$ touch blop
$ mv blop blip

So maybe debian-win32 could just be awaken since the barring issue seems gone?

Samuel

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019