delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/10/16/04:05:30

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 59G85U0k803284
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 59G85U0k803284
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=w5noJVah
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 369EA3858023
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1760601929;
bh=BbZXG7f9XsSXk+EZoA9s5SLO6Y3XelT91KcANV5PGLk=;
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=w5noJVahJeSpT7xXWE1TFcQKm60vTeuZdqqcre6PhwrAh7BJ6eSmGCbPBKWAFHi2b
8oj/ZQsRoeODYbovruDZo54Xw7om/qehDPMIQF3MmfOKRZjdLS2AU36CItaKU6yEVD
mllk7GKyt1wMJkpYoPplT5knu/hPIjhv3ulMzeLg=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8960B385842F
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8960B385842F
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1760601904; cv=none;
b=hGGk1XsfLhkjv03stEw/sHpdD5/j5vnUNwOsm246j8TMPzY4ixcHGKI2ly/HJk8ioxlVoTtRB3jQ5sDLysw6oSdEPbCVDd6S+6AMv6HV2jME48HMMZfKZq9nKGsy/UngDe0l1OV47l/sMUy6H2ha5eMknknbvzByecY5BrMmHpo=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1760601904; c=relaxed/simple;
bh=LjYXFXWlNXwAR73GW4f3dBf9BcqmsDhCeeKqYOFdcDE=;
h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
b=R1xEm1BNHexCAmosoughT0ryarNprCoOp/xASASZ5lqDiKKqRhP3HXcXcaXrNJa1Qsz3SEJeC+N0l6KBZcfFcoj9wIvK+3hOKxHLliWSn7uLm0jmV1U5V+VdOGzZV/1XieCt1jJ8ge89R4eIF2LLXjChdxwGn+5zbM5Ru41pAWk=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8960B385842F
X-Yandex-Fwd: 1
Date: Thu, 16 Oct 2025 11:04:15 +0300
X-Mailer: The Bat! (v11.4.3) Home
Message-ID: <427487026.20251016110415@yandex.ru>
To: Denis Excoffier <cygwin AT Denis-Excoffier DOT org>, cygwin AT cygwin DOT com
Subject: Re: error 127 under cygwin-3.6.5
In-Reply-To: <53BE62A1-3AA5-4761-9577-3F55EA9D9BF9@Denis-Excoffier.org>
References: <53BE62A1-3AA5-4761-9577-3F55EA9D9BF9 AT Denis-Excoffier DOT org>
MIME-Version: 1.0
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-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>
From: Andrey Repin via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Andrey Repin <anrdaemon AT yandex DOT ru>
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>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 59G85U0k803284

Greetings, Denis Excoffier!

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

Recompile it.
Code 127 may also indicate a change in ABI that the runtime detected as
missing DLL.

> /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).

On the side, I'd like to know why did you build them yourself? Any specific
reason?


-- 
With best regards,
Andrey Repin
Thursday, October 16, 2025 11:02:49

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

- Raw text -


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