X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CE04388A425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1623110609; bh=Uy5dO4PKllg/5twEIMEPdQGimt3updKZN8+7texvefE=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=V/sBBK8VoC1cd5XJJyP53MTJlZjFT2svSaSe7YUCofZJjxdaTh08AKt3xZmab3jPs MLSulWXoOTw72VU6f6DlWVUUudRLC8FPbZcbSrfklvuPww3Yd4hlJ9rgaWEOcKaYOY BlwGM2mVno6F8QKHvncJ4QVumvYAatjNfG57vBsw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 78B4F385BF9E Date: Mon, 7 Jun 2021 17:01:44 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: cygwin AT cygwin DOT com Subject: Re: realpath issue with native[strict] symlinks In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (BSO 202 2017-01-01) MIME-Version: 1.0 X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Fri, 28 May 2021, Jeremy Drake wrote: > On Thu, 27 May 2021, Jeremy Drake wrote: > > > > > Treating mapped/subst drives as though they were not symlinks, without > > > > messing with intermedate symlinks. > > > > > > It was that simple, surprise, surprise... > > > > It turns out it wasn't, after all. This only seems to work at the root of > > a subst-ed drive. I just got the following error: > There was another report of someone running into an issue with this change, though not exactly the same situation as mine: https://github.com/msys2/msys2-runtime/issues/41#issuecomment-854913283 It seems that a mapped network drive is being 'dereferenced', confusing eclipse trying to find source files from debug info from an arm cross-compiler. Unfortunately I have not heard back whether or not my patch helps this case. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple