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.4.1 sourceware.org 990523858D26 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1667748901; bh=WTxy+/3Yuo5Ft7LrnBj/FiVTMEFZ3pGfAOhBhVRzfYg=; h=In-Reply-To:Subject:Date:References:To:Message-ID:Reply-To:From; b=lV0anLQ5BhvFLQVrw/aqc2z2s7u1PZg5PtPL0UAVbYGqcFsoCSZ2SvngW12/Lj48K ioo9quYGEcysUCdzEDazzXg6dte7GP778gKZMjJ0yfyYjmIFh5rvp39AR6I8ovCSDf 5gCQJwIm82985C4w+QwjFara+mC6k46P7XT9JGC0= Authentication-Results: myt5-89cdf5c4a3a5.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Date: Sun, 6 Nov 2022 18:20:33 +0300 From: Andrey Repin X-Mailer: The Bat! (v9.3.4) Professional Message-ID: <1496420975.20221106182033@yandex.ru> To: enrique AT perezterron DOT net, cygwin AT cygwin DOT com Subject: Re: Incorrect results from 'cygpath -w' when having anaconda installed In-Reply-To: <7d8ae6437bc0f3a83a083441ef7f47c2@perezterron.net> References: <7d8ae6437bc0f3a83a083441ef7f47c2 AT perezterron DOT net> MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: , Reply-To: cygwin AT cygwin DOT com 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" Greetings, enrique AT perezterron DOT net! > Hello! > I am having incorrect results from 'cygpath -w': > ### I have the cygwin root directory in C:\cygwin64, as confirmed by 'cmd': > $ cmd > Microsoft Windows [Version 10.0.22621.674] > (c) Microsoft Corporation. Med enerett. > C:\cygwin64\home\Enrique>exit > ### Cygwin thinks my home directory is: > $ pwd > /home/Enrique > ### But 'cygpath -w' thinks ... > $ cygpath -w /home/Enrique > C:\Users\Enrique\anaconda3\Library\home\Enrique > ### Investigating, I found that there is no 'home' in C:\Users\Enrique\anaconda3\Library. > ### Then I discovered this: > $ mount > C:/Users/Enrique/anaconda3/Library on / type ntfs (binary,noacl,auto) > C:/Users/Enrique/anaconda3/Library/usr/bin on /bin type ntfs (binary,noacl,auto) > C: on /cygdrive/c type ntfs (binary,noacl,posix=0,user,noumount,auto) > Huh ??? How does this work? > Is there a way to hide the mounts done by anaconda? > I guess some anaconda binaries want to find the 'Library' directory as the > root, but cygwin continues to find its own root under C:/cygwin64. Why does > it get tripped by the anaconda install just when doing the path translation? Either you have two Cygwin version sinstalled, or your environment is screwed. Please provide cygcheck output per https://cygwin.com/problems.html -- With best regards, Andrey Repin Sunday, November 6, 2022 18:19:37 Sorry for my terrible english... -- 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