DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 5ADGwhNF3108511
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 5ADGwhNF3108511
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=MFHhu8Gg
X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FC8A3858C2D
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1763053122;
	bh=LjeFpmQdNv+e+NCBRglpdgpN5rSLp8LQ82inLaTodkc=;
	h=Resent-From:Resent-Date:Resent-To:To:Subject:Date:References:
	 List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:
	 List-Subscribe:From:Reply-To:From;
	b=MFHhu8GgN57YsiyNoibBtdfWetgC1WOMTckiehDRmgWn2S0sXMtsIxl+zbW+rVj1i
	 M00nG+/QevYFScgclhX0JGH3jIX9FJUgqn5EXtg3fvul0alV448bfAFXPInSu+UEn9
	 8Yev7c2SwmaWJzeGf3BP/D6Pff2t44D0sAslJKug=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
Resent-From: root <root@server2.sourceware.org>
Resent-Date: Thu, 13 Nov 2025 16:55:22 +0000
Resent-Message-ID: <aRYNemUZzgJDOQxw@server2.sourceware.org>
Resent-To: cygwin@cygwin.com
X-Original-To: spam@localhost
Delivered-To: spam@localhost
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AB6633858D26
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AB6633858D26
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1762638390; cv=none;
 b=a+RS7kXwJFBQ1e+Ka8tq6Gyi3J0BccgV0dc6DWtQrCjPwW+qB7lTTz8J/zvG3NlCgaJUrhb1qVP4sCZVDceRkIAvxWfcyOrIwUHdFByVHNmiPhyqLBwRzWxM6nb7PZY3eEaojSOXIv3Bd5gPY5JGDoX6GcmWYdOfFakeeOmu7/c=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1762638390; c=relaxed/simple;
 bh=T8GY+3bor4fC9b55ncPajSyZN6b2lUg1Ss6NuAualDE=;
 h=To:From:Subject:Date:Message-ID:Mime-Version;
 b=eLoFIv4wNEPpgu3utqJKhAR0b2TMDEC6vI1rgZbFSKk9fLQa3I8EHjtAzhMxdslEJX/c8wabDjN4vVHJQ/xEm30bQXtx4qrS5aJ6Zcp+753Qp+RdLU7gUs134RNZ9wRiL36xiC/XKSuES2D9TP7ainhX8zoFQ2exUZ+zlxHar1o=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB6633858D26
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin@cygwin.com
Subject: Re: libargp package breaks getent utility Re: /usr/bin/getent no
 longer works in Windows 11
Date: Sat, 08 Nov 2025 16:46:23 -0500
Message-ID: <iaevgkdtc14ehtjnneo4cv2ddkgj8egor7@4ax.com>
References: <CALXu0UfOCJ=svwfY4-4FAT+pPiNbcm6AZ=Wyv_Wi+57med6Hdw@mail.gmail.com>
 <CALXu0Ue69cwiE=1dmEMn2X8ocBXNYoq+2A8frPtX5CCp-25Seg@mail.gmail.com>
Mime-Version: 1.0
X-Newsreader: Forte Agent 4.2/32.1118
X-BeenThere: cygwin@cygwin.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@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Andrew Schulman via Cygwin <cygwin@cygwin.com>
Reply-To: Andrew Schulman <andrex.e.schulman@gmail.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie.com@cygwin.com>

On Sat, 8 Nov 2025 13:31:34 +0100, Cedric Blancher via Cygwin
<cygwin@cygwin.com> wrote:

>On Sat, 8 Nov 2025 at 12:50, Cedric Blancher <cedric.blancher@gmail.com> wrote:
>>
>> Good morning!
>>
>> /usr/bin/getent passwd and /usr/bin/getent group no longer yield any
>> output in the latest Cygwin 3.7-dev binaries.
>>
>> Something broke.
>>
>> I did some digging, and even /usr/bin/getent --help does not work
>> anymore. strace getent then reported that the function "argp_parse" is
>> missing in the binary.
>> Downgrading the package does not help.
>
>Downgrading the libargp package solved the problem.

Ugh. Sorry gang. I just updated libargp. Let me see what I can figure out.
Meanwhile as you say, downgrading libargp should fix it. Andrew






















































































































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