DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 50ELSNEi3507060 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 50ELSNEi3507060 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=gjk2P/nR X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F67F385C402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1736890101; bh=j+fRBPa3J3LBJbyncr9JYt9j3IR9ydVl/qi9wp6Xg3A=; 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=gjk2P/nRQuHm0ONuJFtR5aKQ0HePLV/BJkqfwlY+YocsMGS85Pb3wWRtKkddsPLFz cJt12MKVYX9oOcPtbVmEGjYvX9OyyunRqAiDt8Pc+IomufzZkcD1shxIJVEb3qqP7s 2yBQR0njpjr1/OcXTdEbBpJAXkDZfsf7fMHirmHY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 12B4938560AB ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 12B4938560AB ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736890037; cv=none; b=K8iwkaD4aEqwWL391w0ujePWiIrC4Jbg1MqtWRiJjOzsLUjjDca227ogvQWpuo/zRenwFoHW/DIBKmRXh94//uCw+++jeMRITucGGe/TXppMjCjrudY+vxQXq26onAyzL0lJcJ8vFel8hC3ldJO8JMEelS1T4T+2lp7NDrkm57M= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736890037; c=relaxed/simple; bh=r0T5HtwGGnaG2CQvqD0jP/TKtXyKiN8zpjqMfbfYsc4=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=vOyTJK5q2Z8Y3Z6q7B3ryXROkhBiWnI+FazGIoYJO3r5o12KrZNbrq4N9Vo4dDbBFqFad+oyi1mtzbd8fSXwJB6pnFeCZlUJCoVFcjFT8y9SKyk5FXxnB+XRuKp+3cpdBD+RbL8kw6PrnrZQoVvlXUAgZ1l6oyfoiDSU+oghUoE= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12B4938560AB Date: Wed, 15 Jan 2025 06:27:12 +0900 To: cygwin AT cygwin DOT com Subject: Re: Hangs in cygwin 3.5.5-1: should 3.5.5-1 be rolled back? Message-Id: <20250115062712.edb30f5dbfbb8a434b7e67a8@nifty.ne.jp> In-Reply-To: References: <7d3aa20f-45b8-44a8-a353-a374d082c0b5 AT yahoo DOT de> <20250114085736 DOT 907bf487dfb51d0c5e11c402 AT nifty DOT ne DOT jp> <671e9695-5b53-c237-5265-5f95d3d7700e AT jdrake DOT com> <20250114091723 DOT 37adbe4e332d2af1336a943d AT nifty DOT ne DOT jp> 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Tue, 14 Jan 2025 19:26:47 +0100 Michael Soegtrop wrote: > Dear Cygwin Team, > > > I personally prefer releasing 3.5.6 ASAP > > Indeed this is also my preference - if it can be fixed soon (say this week). > > > Can you please test latest cygwin 3.6.0 (TEST) > > Even though I am using cygwin since many years, I can't say I understand > how to apply a patch to the cygwin DLL itself or how to install a test > or git main version of cygwin. In CI I run the cygwin setup program from > the command line. As far as I know, one cannot select package versions > on the command line. Obviously I cannot run the UI based cygwin setup on > a headless CI server. So how would I install cygwin 3.6.0 or git main on > a headless server? If you run setup-x86_64.exe in your CI, please add "-t" option. If you are using github action, use allow-test-packages like: - name: Install Cygwin uses: egor-tensin/setup-cygwin AT v4 with: packages: cmake gcc-g++ install-dir: C:\\tools\\cygwin64 allow-test-packages: true # <= In other case, what kind of CI are you using? -- Takashi Yano -- 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