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=Ffxsn/Opffm7AcCaHyKnSOsfFeQxLY1wMmjYHsE5LrQqysK+ChJAl I6EeLCIVN7tc41HwMESyroFC+Ilt1f4HvCktl7YYvZqdymCGr3hJBKEDIs4espvP /kmTCXcx+mnAH1pfCJMKSs4e40Y7pNuPW04vzw4l3W96yAPdZ9jrZY= 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=B6t+Tu4mGhz9j5hbyrHSQV86bVY=; b=pxgJ1q52eKCO/a9bhuChtIgEnAt+ fpzPSUN8uIXssI2ENqjrjY136zHwy69v+ZQDsh/Fcl5HGQKXG06Yj9Su7PZGBCrV kleGlW8F8QZEQnzDNN/HC1b/GYhFoSx+cip2jinTwM0kktaaTkzZ2JhF0QnKvg1U QM0KaWbUY4PTM6Q= 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.0 required=5.0 tests=AWL,BAYES_40,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:Basefi, sk:Base-fi, H*f:sk:CALiPeu, Stromeko X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Henri Subject: Re: Base-files-mketc.sh error for non-existing C:\Windows\SysWOW64\drivers\etc Date: Wed, 20 Jan 2016 12:18:54 +0000 (UTC) Lines: 48 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 Achim Gratz NexGo.DE> writes: > > 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. Looking for the 'etc' directory ? @@ uname -a CYGWIN_NT-6.1-WOW Seven 2.3.1(0.291/5/3) 2015-11-14 12:42 i686 Cygwin @@ ls -l /drv/c/windows/SysWOW64/drivers | grep etc # no etc in drivers below SysWOW64 @@ ls -l /drv/c/windows/System32/drivers | grep etc # System32 is redirected to SysWOW64 @@ ls -l /drv/c/windows/SysNative/drivers | grep etc # basically, etc exists in drivers below System32 drwxrwx---+ 1 TrustedInstaller TrustedInstaller 0 Sep 7 2014 etc 64-@@ uname -a CYGWIN_NT-6.1 Seven 2.3.1(0.291/5/3) 2015-11-14 12:44 x86_64 Cygwin 64-@@ ls -l /drv/c/windows/System32/drivers | grep etc drwxrwx---+ 1 TrustedInstaller TrustedInstaller 0 Sep 7 2014 etc 64-@@ ls -l /drv/c/windows/SysWOW64/drivers | grep etc # again, no etc in drivers below SysWOW64 ----- Summary: 32-bits: /drv/c/windows/SysNative/drivers/etc exists 64-bits: /drv/c/windows/System32/drivers/etc exists Regards, Henri -- 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