delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/07/31/04:22:48

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 2D2F93858005
Authentication-Results: sourceware.org;
dmarc=fail (p=none dis=none) header.from=nifty.ne.jp
Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com 26V8LWEu013041
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp;
s=dec2015msa; t=1659255692;
bh=u+vPW04Q3KAP3AZKvEiYmCojmrCzv9bNa1o4JFxyfuw=;
h=Date:From:To:Cc:Subject:In-Reply-To:References:From;
b=VhdedL8L0NfdC43be24oN3sYf0e1ZuNH6fSHXPnDi5mTUgYCDAssNezm+sPBwYRSx
zm0UVoi+t8REMy2sLDaavnaJrzJpUO51rT98rqfzRZ4dVAuwLxmSUf1VGe4hPyB3dE
Qd0ZTui8Muaf9r4WRL474cVvi5TV+edguZI49ago74uuDOqlVZlDilNOuPVkvOkOjI
qw5pb5CRC4QjwLMw3qp3bkdS/RHdFMbuNi9fjM1uWZNX+yFP96SOVSqYhZexRi2PKm
MCp3IuFF+spaYYFe/Wu9Gdf7BqT341euoblOkjBxH9Qon3ANS0daZbbBUe7yY2tifb
u79MFpHfvyZ4w==
X-Nifty-SrcIP: [119.150.44.95]
Date: Sun, 31 Jul 2022 17:21:32 +0900
From: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
To: cygwin AT cygwin DOT com
Subject: Re: Issues with Cygwin64 on Windows11
Message-Id: <20220731172132.cf4d0a2d6acf2f6af96bb1c2@nifty.ne.jp>
In-Reply-To: <CAF9kqNEufMLALpfp-HwYaApoy=Y8ce2LBnD_YCY06YwEc_6guw@mail.gmail.com>
References: <CAF9kqNEufMLALpfp-HwYaApoy=Y8ce2LBnD_YCY06YwEc_6guw AT mail DOT gmail DOT com>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A,
RCVD_IN_DNSWL_NONE, 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
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Sun, 31 Jul 2022 09:11:17 +0300
Dimax wrote:
> Hello.
> I've never had much luck with Cygwin64 and used the 32 bit version before.
> Today I have no choice and I've installed Cyg64 on my new Win11 PC.
> 
> Here is the first major issue I faced. I can not create symbolic links:
> 
> Alex AT Alexo ~
> $ ls /cygdrive/C/XOL/
> 
> Alex AT Alexo ~
> $ ln -s /cygdrive/C/XOL/ work
> 
> Alex AT Alexo ~
> $ ls -all work
> lrwxrwxrwx 1 Alex None 11 Jul 31 09:09 work -> /mnt/C/XOL/
> 
> Alex AT Alexo ~
> $ cd ~/work/
> -bash: cd: /home/Alex/work/: No such file or directory
> 
> The link is created but I can not use it.
> The only thing that I did not standard was to call installation folder
> C:\Cygwin instead of default C:\Cygwin64
> 
> Any help would be highly appreciated.

Thanks for the report. This seems to happen only when
the drive letter is uppercase.

ln -s /cygdrive/c/XOL/ work
works.

Anyway, I think this is a problem of cygwin1.dll.

This
work -> /mnt/C/XOL/
should be
work -> /cygdrive/C/XOL/
shouldn't it?

It guess this is a bug in the code added for WSL
compatibility.

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019