DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 54DDKWim1811381 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 54DDKWim1811381 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=tSHI2AQF X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EEFC93858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1747142431; bh=8L8IApFSxYkZykHvLfixxCP4O4Ay/mmwwaQ/MsujjQA=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=tSHI2AQF4ltsiKoO/npK4DDsXmI/YdfZnScjWI8oRQrW58rtny5UifpFW4yfCLBG5 BEpn05hAbYBpeSRKClHSxkO7h/a6CDzGetrM+LrDhrZ2kqy+TtAglZyOGWDj6VHDyA P36UH11ikbXl9GO75qofYAtSl0XE57Xuh7YSAHKY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C6A533858D34 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C6A533858D34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1747142405; cv=none; b=nTV9i3pupmBR9H9fcWxXRIehzcg4seGvanL73cCQtU7xfnaFryehqdDXHdUzwSmvZvgBeUJ36/P/TclGP/sKOTnboUFQrZ1kwXPUJLusloeMf++xk9lYMVvdHC+6yxhIBrXvtAVXcXaYoEidgeUvRgDFBGHNhRCEHKfbl2s1sgE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1747142405; c=relaxed/simple; bh=+QY9t/v1XgTXTfdFQ0cTRJGc00W+7Mwlt3Ky4ydHfVU=; h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version; b=htpkFiyI7InHp1AXPXsGjr0XLQAvMih2pliw/CDu481RZ3iL49WThRChbfFDwpqMlU9K7RcSxYLva8xSSjcAXGphEs6VpyPylTWE1QmGOi2Iud7vxwCBydzTOGibRzkgyCnwdxVkA57X/z+JrlWXU9aDWQgjxJAouehgOMjPqG8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6A533858D34 X-Yandex-Fwd: 1 Date: Tue, 13 May 2025 16:06:43 +0300 X-Mailer: The Bat! (v9.3.4) Professional Message-ID: <1556306539.20250513160643@yandex.ru> To: =?utf-8?Q?Aur=C3=A9lien_Couderc?= , cygwin AT cygwin DOT com Subject: Re: Using Cygwin installation on network share in CI fails In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrey Repin via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Andrey Repin Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 54DDKWim1811381 Greetings, Aurélien Couderc! > Cygwin: > Using Cygwin install on network share in CI fails. > This seems to be a recent regression, as this was working a year before. > Now on Windows 10 with Cygwin 3.6.1 it fails with error 127. > Test case, using cmd.exe: > curl --remote-name "https://www.cygwin.com/setup-x86_64.exe" > .\setup-x86_64.exe -q --no-write-registry --no-admin --root %cd% > --no-desktop --site "https://mirrors.kernel.org/sourceware/cygwin" > .\bin\bash.exe -c 'ls -l ; echo $?' > Expected result: > ls -l output, with exit code 0 > Actual result: > exit code 127 > I am not good in debugging Cygwin, but it looks like .\bin\cygwin1.dll > just gives up at some point. Wait-wait-wait. You are installing Cygwin TO a network share of the Cygwin distribution is located on a share and you are installing it to a local drive? The latter is possible, the former is a very, very, VERY BAD IDEA. -- With best regards, Andrey Repin Tuesday, May 13, 2025 16:01:20 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