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 To: Carsten Hey , Sjors Gielen , 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 , Sjors Gielen , 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Precedence: bulk List-Id: List-Unsubscribe: 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 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 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/