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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=OJJ5n+z6gLMND1okq/bUTFafP10T1jIvjVfDocGz1fFyEgTGG1J/2 tVw77nwFUHW49kIQS6jNonu6wH1ua3bJwZVpUm8A0Flzv0eofxsevbnHYje3f0CN 8/frWrFqW+92JsI4sU18qbgHIqgGMmRKrZ7lGF0XuYcU+eXwggX3+4= 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=NzPi6B6Qxj3in8FCNOM5y3Spd/g=; b=gqEXr4ETDyWnw1Bhm4/zOV8xoQTp hBScNYYGsrfATG6is4aLC0vjeehxbiC7dukynAzB21SFFdYioPh12/PpAmx6xZXJ meEaIfBMR0/sRMmb25zS1EJ9UAI+QgjshLIbj5aVbCeFDdYAnofAA5kA4uCd5j+t w/+So1Sqg30T/UA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=sk:Basefi, sk:Base-fi, H*f:sk:CALiPeu, lee X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: Base-files-mketc.sh error for non-existing C:\Windows\SysWOW64\drivers\etc Date: Wed, 20 Jan 2016 08:02:04 +0000 (UTC) Lines: 18 Message-ID: References: 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 David Lee gmail.com> writes: > >> WINETC="$(/usr/bin/cygpath -S -u)/drivers/etc" It's been looking for that for quite some time IIRC. That indeed should likely be WINETC="$(/usr/bin/cygpath -W -u)/System32/drivers/etc" although I've yet to find an official MS document that says so. I'd appreciate if someone could point that out to me, I'll update the base-files package in the next few days. 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