X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=UTjTHoRk1XR9jOTs+6YLuyxpP94G6SdOFWl/2KYnC3Gum9RmzBsmn
	WvwpH6GOX1CMC8fGuscz3BvTwh4EvzfejP3uKB+BH1JpGT2qJqMnQo0Hcq31W/+X
	K6q9gFngIDzjg+pz1+AGF2kseOi+lSQCtIUQ/iDJm0FR5LV2spfvXQ=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=sWu4Q5NfVQh61MHxWYF7XlPIu3s=; b=nlYhUbqTe7owWwTJpurwYbK4oPtt
	uDO5hfzMLdv9PpJp044HJl3p8K/r2BOfT3uuIYv4cwlDTaT2OGXmpnXYK+XxDTNT
	NWlh/Firo0WJOH1e8Ledr5pOioI/3sBxJFkGQC9tv4fr21Kzqpb1PwsrxKaIXx8w
	W4FmtZxjccIAhl4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,T_FSL_HELO_BARE_IP_2 autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: [ANNOUNCEMENT] Updated (experimental): coreutils-8.23-3
Date: Mon, 29 Sep 2014 09:02:33 +0000 (UTC)
Lines: 33
Message-ID: <loom.20140929T105037-80@post.gmane.org>
References: <announce.54239E64.7050600@byu.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Eric Blake <ebb9 <at> byu.net> writes:
> This build is also the first against the
> new ACL rules of cygwin1.dll, so there may be some oddities in ls as a
> result.

That hunch proved to be correct, but it is cp and not ls that is affected:

> cp -vr gnuplot.x86_64/dist/gnuplot /mnt/mirror/patch/x86_64/release/
cp: cannot create directory ‘/mnt/mirror/patch/x86_64/release/gnuplot’: File
exists
> getfacl /mnt/mirror/patch/x86_64/release/gnuplot
# file: /mnt/mirror/patch/x86_64/release/gnuplot
# owner: share-owner
# group: Domain Users
user::---
group::---
group:share-adm:rwx
mask:rwx
other:---
default:user::---
default:group::---
default:group:share-adm:rwx
default:mask:rwx
default:other:---

The user doing this operation is member of share-adm, but not the
share-owner.  It seems that cp is deciding that the (existing) directory
should be newly created, which of course fails.  Reverting to both 8.23-2 or
8.15-3 fixes that problem.


Regards,
Achim.


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

