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=WXXwImsA5e07CxFji3KdI6P0rVb+m+drWqfC4kEFK49BblcVpVSXM
	4ziqeiCtG1jLrfbTKQNGHUv5JH5oVmLHVpOde1D1tftmhqO54R1mxKkUe+A+XGQ1
	bfrzvXPawZnrQsZjaTMpWKa6xzkvmJz1NK6D+UfhKEyJrigwFoLxgI=
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=452gjaNcESMAgGuZlGplA+6QMH4=; b=kmHQo+JDwX/K/e9bSSll6PSu1g9i
	4nvhvxsOzmfhJVJyqD+sl+0vB3YkUmPqXfgKzdCq/sCIgKs0IsAyX+sd9PHExC3V
	wCuH7YvTyiaijnRpvEhZ3H1yI/pxND/2uFJWD4/2aQkWXeOlAIqIDql++64ZSrN4
	7Q1jyBqmAdKvSzo=
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=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_FSL_HELO_BARE_IP_2,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: "permission denied" issues when removing files/folders created by cygwin
Date: Thu, 3 Sep 2015 15:32:17 +0000 (UTC)
Lines: 14
Message-ID: <loom.20150903T172923-959@post.gmane.org>
References: <CAL1QdWeOZvgnQtkt5tKFQtpFvynZjYL9hiUJ9d=FKGqNT7FR7w@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Roger Pack <rogerdpack2 <at> gmail.com> writes:
> It appears the problem lies with creating a file named "NUL" windows
> utilities just don't know how to deal with it (you can recreate it by
> creating a folder, then from cygwin bash $ touch NUL) then try and
> remove the folder with windows explorer.

That is likely a bug in the build system of whatever you were trying to
build, I can't think of any reason why under Cygwin it wouldn't use
/dev/null instead of NUL (that's a device name under Windows for
compatibility with DOS).


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

