delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/10/15/15:15:17

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 59FJFHl0410789
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 59FJFHl0410789
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=UMF5UUu7
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2957F3858D1E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1760555715;
bh=7LJQHlAW+cLCaKYcemxYKWFyG13gifhPoUw+/kndtro=;
h=Subject:Date:Cc:To:List-Id:List-Unsubscribe:List-Archive:
List-Post:List-Help:List-Subscribe:From:Reply-To:From;
b=UMF5UUu7r2f2eLaTpl6e6HCXtftsVsroQH170D5LeRwn7b68GT8JnwBNQbrDhrGrZ
alQTpEp/sRq9ojvn/3athyD+gSg1UHY340u7r5FH/jHNyAQcdFqYeUGjtIgTFHorOV
w3ZfcTPEuvlqXwUwAhtbHaoVtpBcFAi6szszbTbU=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 64B6E3858D1E
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 64B6E3858D1E
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1760555647; cv=none;
b=sgZob2xRY1cALPE14QrI29/xQZSq/r89mv9dcZ2/WqsvsnYYyjar2OGTVdBUtpNNovPee0LlYlBpkcr9f+VyytZA7pJFsCMsvbRdhA3uZGQ6SynDQUtAuXa1yFGVTU+82Ndw2y4V4QCw/rXSesJzilCtb4dmRZrnb1VNJJbf8rk=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1760555647; c=relaxed/simple;
bh=9vGmAPprjLELUi87s6CTC8MMdII4JmYLFMA4FsAxAWk=;
h=From:Mime-Version:Subject:Message-Id:Date:To;
b=MHJfyKEYSEy1h3pPegR08DcPUQLHvR5L0LUbJ53Q6c3+K73uL3aLdukbw4gjCpKawUz7hFm3AE1p7fuSUChk81FxHj/O1sznBmWqVbsUjQorERZl5RVpjqGJNqnKlkq6cxO0FIh4zz9huBRhOF8sG9j+Xw7ulo2FltQGkzCtPYE=
ARC-Authentication-Results: i=1; server2.sourceware.org
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\))
Subject: error 127 under cygwin-3.6.5
Message-Id: <53BE62A1-3AA5-4761-9577-3F55EA9D9BF9@Denis-Excoffier.org>
Date: Wed, 15 Oct 2025 21:13:54 +0200
Cc: Denis Excoffier <cygwin AT Denis-Excoffier DOT org>
To: cygwin AT cygwin DOT com
X-Mailer: Apple Mail (2.3826.700.81)
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
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>
From: Denis Excoffier via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Denis Excoffier <cygwin AT Denis-Excoffier DOT org>
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 59FJFHl0410789

Hello,

I had the opportunity to try with cygwin-3.6.5 because from time to time i renew my packages with ./setup and this was this morning.

Seems to work OK, including X-Windows and many GCC etc. things.
But, at some point, when i used /redacted/path/coreutils-9.8/bin/ls.exe (that i have compiled by myself), it failed with error 127 (some DLL is missing).
/usr/bin/ls works with no problem. Quick check: no DLL is missing and the DLLs (3 DLLs) are the same for both ls’s.

I didn’t perform a full study. I can say that many of /redacted/path/coreutils-9.8/bin/programs (all also compiled the same day) still worked perfectly.
Found only one another non-functioning (same error): /redacted/path/rsync-3.4.1/bin/rsync.exe (also compiled by myself).

Just before using ./setup i was using cygwin-3.7.0-277.
So i began some tests with all cygwin-3.7.0 (from -282 to -294) found under /x86_64/release/cygwin/ (also with /devel and /doc) to search
for the first failing one. Problem is: none of them is failing: all cygwin-3.7.0-277 to -294 (at least 277 and 292 to 294) have no problem with /redacted/path/coreutils-9.8/bin/ls.exe.

Back with cygwin-3.6.5, failure again. Recompilation and installation of cygwin-3.6.5, failure again.
Recompilation and installation of cygwin-3.7.0-294, no failure. I finally installed cygwin-3.7.0-294 and will not move in the next days.

Should have tried with cygwin-3.6.4, but forgot to do this.

I did also ‘diff -r --no-dereference’ between newlib-cygwin’s from 3.6.5 and from -294, found 6558 lines in the diff, this seems a little bit too much
for two packages (even trunk vs branch) prepared more or less the same day. 

I performed the above-explained scenario on a W10 box, but the initial problem was also present on a W11 box that i can use. Installation of -294 also
made the failure disappear on W11.

Hope this helps,
Denis Excoffier.

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