binutils >= 2.41 makes .rsrc section read-only

2024-02-19 Thread Jeremy Drake via Cygwin
This is probably the right thing to do, but breaks building msys2-runtime (read: cygwin) 3.3, because the _cygheap_start symbol is actually in the .rsrc section and code very early attempts to memset _cygheap_start. Couple of questions: 1) is there actually a good reason that _cygheap_start is in

BUG: Cygwin getent group refuses to list group added with net localgroup mygrp1 /add

2024-02-19 Thread Dan Shelton via Cygwin
Hello! I think I found a rather nasty bug: 1. Add a new group with "net localgroup mygrp1 /add" 2. Then list all groups with "getent group", the new group mygrp1 will not show up. "getent group mygrp1" will list it, but this is useless in my case, as I need the group listed by "getent group" Dan

Re: python3 3.9.18-1 hanging

2024-02-19 Thread Marco Atzeri via Cygwin
On 20/02/2024 03:46, Takashi Yano via Cygwin wrote: On Tue, 30 Jan 2024 11:18:37 +0100 Marco Atzeri wrote: On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: Hi, Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when running pytest - https://github.com/python-pillow/Pillo

Re: python3 3.9.18-1 hanging

2024-02-19 Thread Takashi Yano via Cygwin
On Tue, 30 Jan 2024 11:18:37 +0100 Marco Atzeri wrote: > On 30/01/2024 10:22, Andrew Murray via Cygwin wrote: > > Hi, > > > > Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when > > running pytest - > > https://github.com/python-pillow/Pillow/actions/runs/7690866578/job/2095

Re: Cygwin installer hangs when running post-install scripts

2024-02-19 Thread Corinna Vinschen via Cygwin
Hi Kevin, On Feb 15 20:13, Corinna Vinschen via Cygwin wrote: > On Feb 15 09:46, Kevin Ushey via Cygwin wrote: > > https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce. > [...] > 0001`802b7054 db030094 bl ntdll!#RtlpReferenceCurrentDirectory > (1802b7fc0) I'm not famili

Re: Group name madness: "CurrentSession" vs. "LogonSessionId_0_111590" vs. "NT AUTHORITY\LogonSessionId_0_111590" ...

2024-02-19 Thread Corinna Vinschen via Cygwin
On Feb 19 08:11, Roland Mainz via Cygwin wrote: > Hi! > > > > While implementing chown/chgrp support in the ms-nfs41-client (Windows > NFSv4.1 client filesystem driver) I encountered an issue with group > names. > > I tried a simple $ chgrp CurrentSession myfile #, which returned > "Permiss

Re: Cygwin sqlite locking debug options still available?

2024-02-19 Thread Corinna Vinschen via Cygwin
On Feb 17 14:38, Martin Wege via Cygwin wrote: > On Tue, Feb 6, 2024 at 12:31 PM Martin Wege wrote: > > > > Hello! > > > > Is the debug mode for sqlite locking mode as described in > > https://cygwin.cygwin.narkive.com/nkjMGQga/test-sqlite3-3-7-17-1-1-7-19-locking-feature > > soehow still availabl