Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread Brian Inglis via Cygwin
On 2024-03-19 12:15, J M wrote: El mar, 19 mar 2024 a las 18:39, Brian Inglis via Cygwin escribió: On 2024-03-19 11:00, J M wrote: > $ file /etc/pki/tls/certs/* > /etc/pki/tls/certs/ca-bundle.crt:       symbolic link to > /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem

gcab 1.6-1

2024-03-19 Thread Jon Turney via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gcab-1.6-1 * gcab-debuginfo-1.6-1 * girepository-gcab1.0-1.6-1 * libgcab-devel-1.6-1 * libgcab-doc-1.6-1 * libgcab1.0_0-1.6-1 * vala-gcab1.0-1.6-1 A GObject library to create cabinet files -- ***

Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread Brian Inglis via Cygwin
On 2024-03-19 11:00, J M wrote: $ file /etc/pki/tls/certs/* /etc/pki/tls/certs/ca-bundle.crt:       symbolic link to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/tls/certs/ca-bundle.trust.crt: symbolic link to /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt $ grep -c

Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread Brian Inglis via Cygwin
On 2024-03-19 08:02, ASSI via Cygwin wrote: J M via Cygwin writes: $ curl - -O https://cygwin.com/setup-x86_64.exe % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 0 0

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

2024-03-19 Thread Bill Stewart via Cygwin
On Tue, Mar 19, 2024 at 10:21 AM Corinna Vinschen wrote: On Mar 19 09:18, Bill Stewart via Cygwin wrote: > > > I'm not sure of the exact scenario that led to the "RtlGetVersion is > > subject to manifesting" conclusion, but I can't reproduce it. > > You have to create an application with an

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

2024-03-19 Thread Corinna Vinschen via Cygwin
On Mar 19 09:18, Bill Stewart via Cygwin wrote: > On Tue, Mar 19, 2024 at 9:01 AM Richard Campbell wrote: > > On Tue, Mar 19, 2024 at 9:04 AM Bill Stewart via Cygwin > > wrote: > > > > > Can you please clarify the circumstances under which the RtlGetVersion > > > function "may not return the

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

2024-03-19 Thread Bill Stewart via Cygwin
On Tue, Mar 19, 2024 at 9:01 AM Richard Campbell wrote: On Tue, Mar 19, 2024 at 9:04 AM Bill Stewart via Cygwin > wrote: > > > Can you please clarify the circumstances under which the RtlGetVersion > > function "may not return the correct values"? > > "Originally, using RtlGetVersion instead of

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

2024-03-19 Thread Richard Campbell via Cygwin
On Tue, Mar 19, 2024 at 9:04 AM Bill Stewart via Cygwin wrote: > > Can you please clarify the circumstances under which the RtlGetVersion > function "may not return the correct values"? > "Originally, using RtlGetVersion instead of GetVersionEx was supposed to fix the fact that GetVersionInfo

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

2024-03-19 Thread Bill Stewart via Cygwin
On Tue, Mar 19, 2024 at 4:21 AM Christian Franke wrote: Cygwin uses the undocumented RtlGetNtVersionNumbers() from ntdll.dll > because even RtlGetVersion() may not return the correct values. See > function wincapc::init() > >

Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread ASSI via Cygwin
J M via Cygwin writes: > $ curl - -O https://cygwin.com/setup-x86_64.exe > % Total% Received % Xferd Average Speed TimeTime Time > Current > Dload Upload Total SpentLeft > Speed > 0 00 00 0 0 0

Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread J M via Cygwin
Hi, Send data recollected: - Its strange that, I need to install curl and ca-certificates-letsencrypt, houldn't they be within the default packages? - The terminal is the default Cygwin64 Terminal. Repeated two /usr/bin/curl: $ which -a curl /usr/bin/curl /cygdrive/c/WINDOWS/system32/curl

Re: No Win ACLs for NFS? Re: ACEs and ACLs

2024-03-19 Thread Corinna Vinschen via Cygwin
On Mar 19 08:55, Cedric Blancher via Cygwin wrote: > On Mon, 18 Mar 2024 at 15:43, Corinna Vinschen via Cygwin > wrote: > > > > 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

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

2024-03-19 Thread Christian Franke via Cygwin
Cedric Blancher via Cygwin wrote: 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. AFAICS, MS does not offer an official way to retrieve the actual Windows version

No Win ACLs for NFS? Re: ACEs and ACLs

2024-03-19 Thread Cedric Blancher via Cygwin
On Mon, 18 Mar 2024 at 15:43, Corinna Vinschen via Cygwin wrote: > > 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,

Re: HDF5 Installation

2024-03-19 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

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

2024-03-19 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