Re: Additional odd behavior after my upgrade to the latest CYGWIN64 version

2024-03-18 Thread Andrey Repin via Cygwin
Greetings, Michael Goldshteyn! > Cygwin handles (filename) case insensitivity in a very weird way at the > Windows command prompt: > -- > c:\Users\Michael>set CYGWIN= > c:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A > a A a A a A > REM OK, so far so good, but, now:

Re: Additional odd behavior after my upgrade to the latest CYGWIN64 version

2024-03-18 Thread Corinna Vinschen via Cygwin
On Mar 16 16:49, Michael Goldshteyn via Cygwin wrote: > Cygwin handles (filename) case insensitivity in a very weird way at the > Windows command prompt: > -- > c:\Users\Michael>set CYGWIN= > > c:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A > a A a A a A > > REM OK,

Re: ACEs and ACLs

2024-03-18 Thread Corinna Vinschen via Cygwin
On Mar 16 18:05, J. Terry Corbet via Cygwin wrote: > [...] > And here is the status that icacls reports back on the original, owning > workstation > after having use vim to modify the two files from that remote workstation. > > FileExp.txt NULL SID:(DENY)(Rc,S,REA,WEA,X,DC) >     NW10\tcor

Re: Bogus exit code 127 from a child process

2024-03-18 Thread Alexey Izbyshev via Cygwin
On 2024-03-18 07:58, Takashi Yano wrote: On Mon, 18 Mar 2024 12:09:06 +0900 Takashi Yano wrote: On Sun, 17 Mar 2024 14:10:55 +0100 Dimitry Andric wrote: > On 17 Mar 2024, at 13:50, Dimitry Andric wrote: > > > > On 17 Mar 2024, at 13:35, Takashi Yano via Cygwin wrote: > > ... > >> > >> I also

HDF5 Installation

2024-03-18 Thread Kyle Shores via Cygwin
Howdy! Looking at the list of files for the 2024 HDF5 installation 1.12.3 , I notice that neither the pkg-config or cmake files are installed. For reference, mingw's in

Re: ACEs and ACLs

2024-03-18 Thread J. Terry Corbet via Cygwin
Thank you for the greatly needed assistance, but the reference to which you have pointed me says that noacl will be ignored in the case of ntfs file systems.  All of mine are and that has not changed, neither has the default entry in fstab, which seems always to have been: none /cygdrive cygdr

Re: ACEs and ACLs

2024-03-18 Thread Corinna Vinschen via Cygwin
On Mar 18 08:30, J. Terry Corbet via Cygwin wrote: > Thank you for the greatly needed assistance, but the reference to which you > have pointed me says that noacl will be ignored in the case of ntfs file > systems. No, it doesn't say that. It says "The flag is ignored on NFS filesystems."

Re: ACEs and ACLs

2024-03-18 Thread J. Terry Corbet via Cygwin
Sorry, 84-yr old eyes sometimes don't work as well.  Thanks for confirming that  nothing has changed with regards to these matters; clearly it is some change in the way Windows 11 tries to cooperate with Windows 10 in the case of mapped network drives being using in the file sharing mode wher

Re: ACEs and ACLs

2024-03-18 Thread Corinna Vinschen via Cygwin
On Mar 18 09:23, J. Terry Corbet via Cygwin wrote: > > Sorry, 84-yr old eyes sometimes don't work as well.  Thanks for confirming > that  nothing has changed with regards to these matters; clearly it is some > change in the way Windows 11 tries to cooperate with Windows 10 in the case > of mapped

Re: Cannot downgrade gcc 13 or 12 to 11.4.0-1

2024-03-18 Thread Jon Turney via Cygwin
On 14/03/2024 18:34, Thomas Hedden via Cygwin wrote: I installed a test version of gcc and cannot revert to an earlier, non-test version. Here are the latest versions listed in the setup routine: 11.4.0-1 12.3.1+20240202-0.1 (Test) 13.2.1+20240203-0.1 (Test) (there are some even older ones, bu

Re: HDF5 Installation

2024-03-18 Thread marco atzeri via Cygwin
On Mon, Mar 18, 2024 at 3:28 PM Kyle Shores via Cygwin wrote: > > Howdy! > > Looking at the list of files > > for the 2024 HDF5 installation 1.12.3 > , I notice that >

Getting error 60 of curl to cygwin setup

2024-03-18 Thread J M via Cygwin
Hi, With a fresh install of Cygwin then I launch (with package curl installed): curl -O https://www.cygwin.com/setup-x86_64.exe Shows a curl 60 error ssl problem. Using -k or --insecure works, but is not recomended. Howto fix it? Regards, Cesar Jorge -- Problem reports: https://cygwin.co

Re: HDF5 Installation

2024-03-18 Thread Kyle Shores via Cygwin
Any chance you could use cmake for the next installation? That way more packages would be able to include HDF5 with cmake and pkg-config. Best, Kyle On Mon, Mar 18, 2024 at 3:23 PM marco atzeri wrote: > On Mon, Mar 18, 2024 at 3:28 PM Kyle Shores via Cygwin wrote: > > > > Howdy! > > > > Lookin

Re: Getting error 60 of curl to cygwin setup

2024-03-18 Thread Brian Inglis via Cygwin
On 2024-03-18 15:21, J M via Cygwin wrote: With a fresh install of Cygwin then I launch (with package curl installed): curl -O https://www.cygwin.com/setup-x86_64.exe Shows a curl 60 error ssl problem. Using -k or --insecure works, but is not recomended. Howto fix it? WJFFM! That error impli

GetVersionEx() depreciated, what should be used instead for Windows 7/8/10?

2024-03-18 Thread Cedric Blancher via Cygwin
Good morning! How does cygwin uname -s work, i.e. how does it get the OS version, revision and build number ('10.0-19045')? I tried to replicate it via GetVersionEx(), but that is deprecated. Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem re

Re: HDF5 Installation

2024-03-18 Thread ASSI via Cygwin
Kyle Shores via Cygwin writes: > Any chance you could use cmake for the next installation? That way more > packages would be able to include HDF5 with cmake and pkg-config. That's an upstream issue: the HDF Group still recommends to build with autotools on UNIX platforms (which Cygwin is most clos