Re: Setup.exe suggestions

2024-02-28 Thread Christian Franke via Cygwin
Hi, Lavrentiev, Anton wrote ... For new installations, it'd be great to have the most suitable (in most cases, the most recent) version shown as the first selection in all those pulldown version lists in the "New" columns. The logical order would be "the preferred (latest) version", "the

scallyweg: ‘strcasecmp’ was not declared in this scope

2024-02-28 Thread Marco Atzeri via Cygwin-apps
Hi Jon, I have a strange case with nco https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908 While Scallyweg complains about ‘strcasecmp’ scope, local build runs fine. I saw the same also on previous build Can you check ? Regards Marco

Updated: cdo-2.4.0-1

2024-02-28 Thread Marco Atzeri via Cygwin-announce
Version 2.4.0-1 of cdo libcdo0 cdo-devel are available in the Cygwin distribution. CHANGES latest upstream release DESCRIPTION Climate Data Operators CDO is a collection of command line Operators to manipulate and analyse Climate and NWP model Data. Supported data formats are GRIB 1/2,

Updated: qpdf-11.9.0-1

2024-02-28 Thread Marco Atzeri via Cygwin-announce
Versions 11.9.0-1 of qpdf libqpdf29 libqpdf-devel are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It also provides many useful capabilities to

Updated: python 3.8/3.9 packages

2024-02-28 Thread Marco Atzeri via Cygwin-announce
Test release for python393.9.18-1 python39-doc3.9.18-1 were removed as they had serious faults. Investigations in underway New release for python{38,39}-build 1.0.3-1 python{38,39}-pyproject_hooks

Setup.exe suggestions

2024-02-28 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Hi All, I already tried to bring this up, but it looks like it was either ignored or just slipped through the cracks... I have a few suggestions that IMHO would make Setup a teeny-bit user-friendlier. Having to (re-)install Cygwin is probably the most dreaded action for everybody, and dealing

Howto to backup and restore windows ACL?

2024-02-28 Thread Matthias--- via Cygwin
Hello, Is it possible to save and restore the windows acl? My issue is that I can backup my files with rsync to my Linux Server. But if I restore it the ownership and access rights are changed. Unfortunately I'm still on backuppc 3.3 and can't ust rsync with --acl and --xattr. If I could

Re: Cygwin sqlite locking debug options still available?

2024-02-28 Thread José Isaías Cabrera via Cygwin
> On Feb 17 14:38, Martin Wege via Cygwin wrote: > > On Tue, Feb 6, 2024 at 12:31 PM Martin Wege wrote: > > > We sometimes get sqlite locking errors, and like to investigate what > > > and why this fails Sorry. A bit late in the conversation... If you have found your answer, ignore this. 1.

Re: [PATCH cygport] Set TZ=UTC if SOURCE_DATE_EPOCH is used

2024-02-28 Thread Christian Franke via Cygwin-apps
Christian Franke wrote: Further tests of 'repro-check' patch revealed that the "origsrc/*" timestamps in patch files contain the local timezone offset. This would be no longer needed for patch files if "Modify origsrc timestamp in patch files if SOURCE_DATE_EPOCH is used" would be applied.

[PATCH cygport] Modify origsrc timestamp in patch files if SOURCE_DATE_EPOCH is used

2024-02-28 Thread Christian Franke via Cygwin-apps
Found during testing of 'repro-check' patch with getent-2.18.90-5 source package. This patch also removes the requirement to set TZ=UTC before patches are generated. -- Regards, Christian From 342ff5113499a83b2ffda441ddc80b4952b400f8 Mon Sep 17 00:00:00 2001 From: Christian Franke Date:

Re: What's the official state of Python module pynfft in Cygwin?

2024-02-28 Thread Oriol Monserrat via Cygwin
Hi Marco, Thank you very much for the answer! I understand the time issue. I really appreciate you take a look on it! Any advance from our side will be reported. Cheers, Oriol El mié, 28 feb 2024 a las 12:27, marco atzeri () escribió: > Hi Oriol, > Please, reply to the mailing list, NOT directly

Re: What's the official state of Python module pynfft in Cygwin?

2024-02-28 Thread marco atzeri via Cygwin
Hi Oriol, Please, reply to the mailing list, NOT directly to the sender and stick to bottom post. On Tue, Feb 27, 2024 at 6:25 PM Oriol Monserrat wrote: > > Dear Marco, > > Thank you very much for your quick reply. I hope not to be on the stupid > questions side. > I was wondering if someone

Re: openat(O_DIRECT) supported in Cygwin?

2024-02-28 Thread Corinna Vinschen via Cygwin
On Feb 27 17:46, Martin Wege via Cygwin wrote: > Hello, > > Does Cygwin support openat(O_DIRECT)? Which effect does O_DIRECT in > Cygwin have, and which underlying Windows API is used? https://cygwin.com/cgit/newlib-cygwin/tree/winsup/cygwin/fhandler/base.cc#n587 Corinna -- Problem reports:

Re: [PATCH 2/2] Cygwin: remove ENOSHARE and ECASECLASH from _sys_errlist[]

2024-02-28 Thread Corinna Vinschen
On Feb 27 17:26, Christian Franke wrote: > Hi Corinna, > > Corinna Vinschen wrote: > > On Feb 27 13:18, Christian Franke wrote: > > > ... > > > > > > diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc > > > index 7d58e62ec..d8c057e51 100644 > > > --- a/winsup/cygwin/errno.cc > > > +++