delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/04/20/13:31:07

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 53KHV7pX461389
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 53KHV7pX461389
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=DGbn9yCh
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 711B63858C60
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1745170266;
bh=8pXuNPlAJyjjmc5QlMuFKtnnfyRcYiosklk01LOyIpg=;
h=Date:To:Cc:Subject:In-Reply-To:References:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=DGbn9yChHSN0TWj9t+MP8FFfTnVd21XePijVL4gTU3CTWoaIQ3g//tTsVileYzQw7
XJSl51AUPCIE9dHfbk6FalWMe7DLq/e4qN7mw35I5wDfOkhvf6RLn6WouuE4/P8lC8
lZ12Cwy8D+5+Iqfp0uBgNejGmvABBZZTbfe3i+mQ=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E0D123858D37
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E0D123858D37
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1745170238; cv=none;
b=pyhHaK6AeFbfyuJ8BX9B9moS6OI7s8mdyQChhq7VTbM8f4afvUsOm39y9VBp5SF90IWby2lu3CVyP4iNct5YN+9IDXMlgBdVsSUW6sJg5HcOJNkEBw06WG6a4SEqnYJxL5/h/SZ+PbwrP88wU5LkJx2YHya4GQRfhCRIoc0bPrQ=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1745170238; c=relaxed/simple;
bh=kHkqUh5qWIpT7zyE+7NJSZSpoPiOzP2J/lDN7BwffEs=;
h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature;
b=I/0Uj0CwmScpJs2IeDFYYWFeAFE01baL0AjoD00+C4sypfH1Z6GR/7aNFWK4J9Mpx/h+1+1yOIW5Wi8N5+V3fFbCYyrTHakX1zucP9REq91dPcYIi5namZ4shVJN8uxMhN12tQI5MogvRkWEET9FNppMnSFYYigH6CyWhZRbwPE=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0D123858D37
Date: Mon, 21 Apr 2025 02:30:33 +0900
To: cygwin AT cygwin DOT com
Cc: Bruno Haible <bruno AT clisp DOT org>
Subject: Re: /dev/null regression in Cygwin 3.6.1
Message-Id: <20250421023033.4f37b5de73fea6428c8524a0@nifty.ne.jp>
In-Reply-To: <2011474.iUBGbCP9Lu@nimes>
References: <10514352 DOT ICPdZLu4VQ AT nimes> <2837853 DOT oIIdYi5bCB AT nimes>
<20250420021545 DOT 4982c7d3b0359e9bc468fb5e AT nifty DOT ne DOT jp>
<2011474 DOT iUBGbCP9Lu AT nimes>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
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: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
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>

On Sun, 20 Apr 2025 19:15:42 +0200
Bruno Haible wrote:
> Hi,
> 
> Takashi Yano wrote:
> > > > Thanks for the new testcase. I think the issue has been fixed in:
> > > > cygwin-3.7.0-0.68.g37c49decc835 (Test)
> > > 
> > > Thanks.
> > > 
> > > > Please test.
> > > 
> > > Sorry, I don't know how to build Cygwin from git. I can only test
> > > releases.
> > 
> > Now, cygwin-3.7.0-0.68.g37c49decc835 (Test) is available
> > on the mirror servers.
> 
> Thanks. I installed it, and I can confirm that it fixes the bug.

Thanks for testing!

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

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