delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/12/25/09:01:48

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4BPE1lph4116698
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 4BPE1lph4116698
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=wP2Cirxe
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FA863858C5F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1735135305;
bh=nLAqCMqUhIxpFTc4EllgnbK1WvTvsPZgCq+ab4UAgTQ=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=wP2CirxeAuEz7IgVojXNycxrnA8d88h2ZpzdMEK2CvX9SxeF+RnSTYeIOIdduee8J
gJlRkZr7QLXFReO5B0IuXRBY6VvGnIBf8j50e07pgQN2M/xD3x+qjaWu2XPUqiDHtV
UGkNcpxirw0iZeVL3W9eI2Jg6KrMe84aDvtmRZ4c=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 705123858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 705123858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1735135243; cv=none;
b=YdLB8PMMsvZEMyhGGT16fGKt8QclPCr86hooIMupjQPytORrWoc0fkK+oGOIL7/+AS62eDirBSBDYQP1Bi/H2WufYOMVAGgwoTwvYJQvPky7V4m8JK0HhhxhvC/JuR/PWYDb0gnWS0Sp5CsJ76+QSa3z7zskaPa6nj+VB7+OHnQ=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1735135243; c=relaxed/simple;
bh=o4bSi461cLkOWO90/kj7rhSmCqGa61+cOM5S3yzpb1c=;
h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature;
b=lI091RkNeIJib3LHh2jmu5tDjLVQ1ybdRwvOhhEmKb9M6WWqxay3lypR7a+hMNVciD/ujOyUrRTlJ+lqHgzgfkHJSv+xUBg5P8bSj/8HNAYAPJlqrxMlOt7cpsghm30UZANxpVB5yAX/21U/qWxBUvRM4f63HrMZFEmNOMsDz6s=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 705123858D20
Date: Wed, 25 Dec 2024 23:00:39 +0900
To: cygwin AT cygwin DOT com
Subject: Re: bash hangs on cygwin-3.5.5-1
Message-Id: <20241225230039.caa84eb17ec46c305b1ca1ca@nifty.ne.jp>
In-Reply-To: <11728136.jrtcCam0TZ@nimes>
References: <11728136 DOT jrtcCam0TZ 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 Tue, 24 Dec 2024 22:34:44 +0100
Bruno Haible wrote:
> This is not reproducible, but here's the report anyway:
> 
> I upgraded a Windows 10 system from Cygwin 3.5.3 to 3.5.5 today.
> Then ran the configure script of a tarball (*), and it hung:
> 
> $ mkdir build-cygwin64
> $ cd build-cygwin64
> $ ../configure --host=x86_64-pc-cygwin --prefix=/usr/local/cygwin64 CC=x86_64-pc-cygwin-gcc CXX=x86_64-pc-cygwin-g++ CPPFLAGS="-I/usr/local/cygwin64/include -Wall" LDFLAGS=-L/usr/local/cygwin64/lib -C --with-included-libunistring 2>&1 | tee log1
> ...
> checking whether snprintf fully supports the 'n' directive... (cached) yes
> checking whether snprintf respects a size of 1... (cached) yes
> checking whether vsnprintf respects a zero size as in C99... (cached) yes
> checking whether btowc is declared without a macro... yes
> checking whether wctob is declared without a macro... yes
> checking whether mbsinit is declared without a macro... yes
> checking whether mbrtowc is declared without a macro... yes
> <hangs>
> 
> Typing Ctrl-C in said mintty window has no effect.
> 
> 
> (*) generated in a gnulib checkout on Linux, through
>     $ ./gnulib-tool --create-testdir --dir=../testdir-all --with-c++-tests --without-privileged-tests --single-configure `./all-modules`

This may be the same issue with:
https://cygwin.com/pipermail/cygwin/2024-December/256954.html

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