Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 06:58, Takashi Yano via Cygwin wrote: On Tue, 15 Apr 2025 06:43:33 -0600 Brian Inglis via Cygwin wrote: On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: Takashi Yano wrote: Thanks for the new testcase. I think the issue has been fixed in: cygwin-3.7.0-0.68.g37c49decc835 (Test

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Takashi Yano via Cygwin
On Tue, 15 Apr 2025 21:58:19 +0900 Takashi Yano via Cygwin wrote: > On Tue, 15 Apr 2025 06:43:33 -0600 > Brian Inglis via Cygwin wrote: > > On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: > > > Takashi Yano wrote: > > >> Thanks for the new testcase. I think the issue has been fixed in: > > >

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Takashi Yano via Cygwin
On Tue, 15 Apr 2025 06:43:33 -0600 Brian Inglis via Cygwin wrote: > On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: > > 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.

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: 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. Hi Takashi, Could you please deploy your CI test build so Bruno can select it from a mirror

Re: diffutils : version 3.12-1 or 3.11-1?

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 03:46, Fergus Daly via Cygwin wrote: Trivial and unimportant but still worth querying: A recent update provided diffutils v.3.12 and then later exploration of a mismatch on platforms revealed this to be a test verson and 3.11 to be current. I'm pretty certain that I did not request

Re: mksetupini aborts if run by a normal user

2025-04-15 Thread ggl329 via Cygwin
Hi Jon, On 2025/04/14 0:39, Jon Turney wrote: I've rebuilt the package as calm-20250329-2, which I think has the correct permissions. In my environment, mksetupini works again. I confirmed that all directories/files have right permissions (rx/r) Thank you so much! -- ggl...@gmail.com --

cygwin workflow completed, but not available in mirror servers

2025-04-15 Thread Takashi Yano via Cygwin
Hi Jon, It seems something is went wrong with workflow. The workflow is successfully completed, however no cygwin Test release has not been available in any of mirror server. The newest test release in the mirror servers is cygwin-3.7.0-0.55.g1c530c37fd63, while the the latest test release which

cygwin workflow completed, but not available in mirror servers

2025-04-15 Thread Takashi Yano via Cygwin
Hi Jon, It seems something is went wrong with workflow. The workflow is successfully completed, however no cygwin Test release has not been available in any of mirror server. The newest test release in the mirror servers is cygwin-3.7.0-0.55.g1c530c37fd63, while the the latest test release which

diffutils : version 3.12-1 or 3.11-1?

2025-04-15 Thread Fergus Daly via Cygwin
Trivial and unimportant but still worth querying: A recent update provided diffutils v.3.12 and then later exploration of a mismatch on platforms revealed this to be a test verson and 3.11 to be current. I'm pretty certain that I did not request a test version (of anything) - so I overwrote 3.12

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Bruno Haible via Cygwin
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. Bruno -- Problem reports: https://cygwin.com/problems.ht

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Takashi Yano via Cygwin
On Mon, 14 Apr 2025 15:03:16 +0200 Bruno Haible wrote: > Here's a smaller reproducer. > > foo.c > #include > #include > #include > > int main () > { > HANDLE h = (HANDLE) _get_osfhandle (0); > fprintf (stderr, "h = 0x%08x\n", h); >