X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7DC57384A044 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mark AT maxrnd DOT com X-Authentication-Warning: m0.truegem.net: mark owned process doing -bs Date: Wed, 15 Apr 2020 23:53:18 -0700 (PDT) From: Mark Geisert X-X-Sender: mark AT m0 DOT truegem DOT net To: cygwin AT cygwin DOT com Subject: Symbolic link bug in recent Cygwin DLL build Message-ID: MIME-Version: 1.0 X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" After installing a recent DLL built from the git source tree I noticed: ~ ln -s /tmp/foo . ~ ls -l foo lrwxrwxrwx 1 Mark None 12 Apr 15 23:44 foo -> /mnt/tmp/foo Creating a symbolic link from a different directory adds "/mnt" to the path stored in the link. I don't have a /mnt, env var 'CYGWIN' is empty, nothing unusual in /etc/fstab or 'mount' output. Win 10 v1909. ..mark -- 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