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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Madv/nVDru5w46x5 xwYrGqjfyVlekemAvf/9NbzEvB1cWvcjrCl+ABTliOwRt5xbhGfS+Q4NiPplWz6g pkpYu6vPnzC6Zyz1K/m66Pok0ysTAUaIaelaMk7H+CBz/SbAL7JGdhNDGaNwuHKd fI0OY10PkJ3GUq3GYUjjoRR2ZI4= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=CZaBVieN5vg22MYUKz9OaG BhG+s=; b=kcfsGhSg6MJIxB7DzsVFK8oKtVyuybs4qkKPGM0QlE76oAzIdOv3OL j8hgt8e6o8+STavCGoCcDoA3x1YHo2fzmubBMKD1K2a9UBlbWscPKfo0fUqwZ7ZA ua8AV9pA/wORlY2Lx7wilThxin97vWdLl+iabuoGOgf5ulvE+TxcA= 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=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Cygwin x86 on Windows 10 ARM64 To: cygwin AT cygwin DOT com References: <000b01d41833$948ec410$bdac4c30$@cl.cam.ac.uk> <20180710130410 DOT GL27673 AT calimero DOT vinschen DOT de> From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca> Openpgp: preference=signencrypt Message-ID: <a2262d34-0a91-dcc5-3625-00ddd4e83311@SystematicSw.ab.ca> Date: Wed, 11 Jul 2018 10:13:03 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180710130410.GL27673@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2018-07-10 07:04, Corinna Vinschen wrote: > On Jul 10 10:51, David Allsopp wrote: >> I've been trying out the x86 emulation in Microsoft's ARM64 version of >> Windows 10 1803. >> >> I had two issues with Cygwin x86. The first, which is simple, is that >> Windows doesn't by default create C:\Windows\SysWOW64\drivers\etc which >> causes /etc/postinstall/base-files-mketc.sh to exit with an error all the >> time. I wonder if there's a possible workaround to make that less intrusive? C:\ > mklink /d /h C:\Windows\SysWOW64\drivers\etc C:\Windows\System32\drivers\etc Note: args reversed from ln > Try if C:\Windows\Sysnative\drivers\etc works. That should be the > easiest way to fix the issue in the script. SysNative does not exist under x64 - could check arch dependent, or dir dependent: check for hardcoded `cygpath -W`/SysNative/drivers/etc/ dir (unless there is a standard SysNative folder id or env var I can't find), then fall back to `cygpath -S`/drivers/etc/. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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