delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/06/14:22:39

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=jmGgDJjb/7dV+LQ8
tolSucH71ORz4VICpqkhSTmJk4qHul/77LoFCyf4CjuwYbJDoieOJZZ5wsnADpv+
mcxT4cM9f2/jOewQo7OAVWXXktvfnianUGmEQUZ/pdyndXrZcCGo1DwylYYuNVKC
0gOFo8w41NiPHyTq92FLqniXFhQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=692iBzgoD6B8slV0IR2VAi
I0dpE=; b=VPYpudPJc605oLvrcE+iADVjJpSL2e64PTFZWfSElhUrk+kUDz4ZGG
SteZ3xY2wGb0Gc1vbPD3Q/jahkmM+0fCoWoiA/YsqtddiZiJp0WFz4QgC9QVLd0z
EL9ky03n6CSw4R9S6k+GtGES9hNB7PI4ePASyo46WP46rLxPAzSjw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_THEBAT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=HX-Priority:Normal, H*UA:Bat!, H*F:D*ru
X-HELO: forward101p.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1549480802; bh=GFrPQce6MG6j3n+Y3xeluf1dsL+3v0fVR+4E/0b7484=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=sruGTjwsDJIViD1GQpjp7u8QWkbZGWMhQnZvojxHhh1P7zmWhWVwgL7cQkC1RtKOA kS9oRUAUPdXHPxPWgLCrPippk+Y12CFi97KDAQ9a3Q4X4hq8SQym7hnHXFDD58M816 973FTImPuWMyPE0zggTdm77s6nXrwcEzGc0C7S84=
Authentication-Results: mxback2j.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Wed, 6 Feb 2019 22:10:58 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <733654685.20190206221058@yandex.ru>
To: Corinna Vinschen <cygwin AT cygwin DOT com>, cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.3
In-Reply-To: <20190206162037.GC13951@calimero.vinschen.de>
References: <announce DOT 20190130212227 DOT GP3912 AT calimero DOT vinschen DOT de> <19c5e653-890a-7c52-fde8-80df137223c9 AT ssi-schaefer DOT com> <20190131194813 DOT GT3912 AT calimero DOT vinschen DOT de> <20190203111937 DOT GG3532 AT calimero DOT vinschen DOT de> <f9e7921a-241b-7e75-52a6-84d0cf6e0ac0 AT ssi-schaefer DOT com> <20190206162037 DOT GC13951 AT calimero DOT vinschen DOT de>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, Corinna Vinschen!

> On Feb  6 15:28, Michael Haubenwallner wrote:
>> On 2/3/19 12:19 PM, Corinna Vinschen wrote:
>> > On Jan 31 20:48, Corinna Vinschen wrote:
>> >> On Jan 31 09:47, Michael Haubenwallner wrote:
>> >>> Hi Corinna,
>> >>>
>> >>> I'm missing that topic/forkables branch in the announcement - is that in?
>> >>> https://cygwin.com/ml/cygwin-patches/2017-q1/msg00053.html
>> >>
>> >> No, it's not.  It hasn't been touched for almost two years so I forgot
>> >> about it.
>> >>
>> >> Does it still apply to current mainline?  Will it still work correctly
>> >> in conjunction with the Windows 10 1709/1803/1809 changes in terms of
>> >> deleting and renaming files?
>> 
>> Independent of topic/forkables: With Cygwin 3.0.0 replacing/removing an
>> exe or dll in use does fail on Server 2019 while it does succeed on 2012.
>> The error messages on Server 2019 is 'Permission denied'.

> Is that the new FILE_DISPOSITION_POSIX_SEMANTICS change by any chance?

> https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=a7f392686b5b2

> If so, sigh, no new API without drawbacks.

> I guess we have to fallback to the old method in certain cases.

This should be solved at install level, IMO.
Rename -> replace -> restart -> remove.


-- 
With best regards,
Andrey Repin
Wednesday, February 6, 2019 22:10:10

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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