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:from:to:reply-to:subject:message-id:date :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=Ndzaiouedbpy2QtfW+rY1lPb2ES5vNqNCYknz6cp6HNDl/AbyJas2 zUcyaqMks0TADFj7qKu8dcW2WlZucUMPvTYHoUJtp8BlU3T2/u3n+2RvU5UAN+od 2Rew39tyvzNH6w261UbWE+ECRtJSIZ+S5Fhptlz1+ZavXEkc5iAuRA= 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:from:to:reply-to:subject:message-id:date :mime-version:content-type:content-transfer-encoding; s=default; bh=ubWUWTvPRt1KaumAOZsBBpv+w5c=; b=mjHpLET0r/Qc6ulN4XQr6vLiqJSk vwn/juTeLhVOJZi1/I8+LlJZaVjGtUTTNcazWt2XtkEfNm5zpbh2jbdqHo4JtRVG Om6gWEPSvkfY76OIp+5Pj6wGn+tVDIUdTDRgThyTYw4jZE+i8Zo0bS447eI+HvPE 6Nsnadbv+UU25cQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FREEMAIL_REPLYTO,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Languages-Length:608, H*r:10.0.1, H*r:sk:mail-pg, HX-Spam-Relays-External:sk:mail-pg X-HELO: mail-pg1-f172.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:reply-to:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=5az+dAHKYC52lzpEmTOIW+hHH+2NXIA5546vHZn4C2o=; b=k8kDOhQEWi0IXSV5zUH7e9psH/jx8R8KAmcMiGXx7x0uGk3Q0WDeswrvmOUNjBxcVn 7pFCpKDahQBzxf49YR20ZkKevZueZEh/cwZY2XP+G2qcVXeYgRiCaWIrB/A13nroNjPV OG4Mh8MTp1nHGzdugJ02lpf1+cr28k/+Sv7I+v9cO4DOdoAt+3g9Nh/qH47NmlCrgF5w 2IJsebSxQHE6op1XLh+be4LXtsVi8tSl6xpWCz2Qr0Mk+hXVNBPyrpC4Yy0xSULnfSCe oFLynlCtXoSD8r1BF220UUG2/FBrnmUV5M9L9W0NWeFd/DdD8fik0GCf3ua+rEvBaQ2c C3NA== From: "Matt D." To: cygwin AT cygwin DOT com Reply-To: codespunk+cygwin AT gmail DOT com Subject: Can't create symbolic links in child directories Message-ID: <0b6a3052-7a9b-2bee-4f8d-196a025de953@gmail.com> Date: Sun, 31 Mar 2019 19:24:50 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit This works: > touch a > ln -s a b This no longer works: > touch a > mkdir b > ln -s a b/c Error: ln: failed to create symbolic link 'b/c': No such file or directory My CYGWIN environment is also configured using "winsymlinks:nativestrict". I am running the following version (updated today): CYGWIN_NT-10.0-WOW WORKSTATION 3.0.5(0.338/5/3) 2019-03-31 11:22 i686 Cygwin I cannot confirm at which point this bug appeared as I updated from some version prior to 3.0. I am reasonably certain that this has worked before as I use symbolic links often. -- 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