Re: update-ca-trust does not create openssl bundle

2025-03-30 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Andrey Repin via Cygwin writes: >> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my >> system. >> The `update-ca-trust extract` doesn't even touch it. >> >> What happened? > Fedora dropped the command that creates the file and removed it from > distrib

Re: symbolic link curiousity in 3.6.0

2025-03-30 Thread Pádraig Brady via Cygwin
On 30/03/2025 13:50, Corinna Vinschen wrote: Hi Paul, thanks for the patch. On Mar 29 10:31, Paul Eggert via Cygwin wrote: On 3/29/25 04:30, Corinna Vinschen wrote: What it should do if only the POSIX.1e draft 17 functions are available is something along these lines: Yes, that sounds like

Re: Cygport-0.37.0-1 appends "noarch" to all mingw64 release packages

2025-03-30 Thread ASSI via Cygwin
Carlo B. via Cygwin writes: > Hello, > after upgrading to Cygport-0.37.0-1, I discovered that all binary > packages created with MinGW-w64 have a "-noarch" suffix appended to > their name. […] > Is it normal or it is a bug? Read the announcement, perhaps? Regards, Achim. -- +<[Q+ Matrix-12 WAVE

Re: symbolic link curiousity in 3.6.0

2025-03-30 Thread Corinna Vinschen via Cygwin
Hi Paul, thanks for the patch. On Mar 29 10:31, Paul Eggert via Cygwin wrote: > On 3/29/25 04:30, Corinna Vinschen wrote: > > What it should do if only the POSIX.1e draft 17 functions are available > > is something along these lines: > > Yes, that sounds like a better approach. However, shouldn'

X11: necessary font package for gxditview

2025-03-30 Thread Schwarz, Konrad via Cygwin
Hello, installing gxditview (and Cygwin/X) in Cygwin does not suffice to display man-pages properly via man -TX75, man -TX100 etc. In my case, a fallback fixed width font was used, which looked horrible. I managed to solve this by haphazardly installing additional X11 font-related Cygwin packages

cygport check log tee bash shell > 100MB > 2600 threads

2025-03-30 Thread Brian Inglis via Cygwin
Hi folks, Running cygport under Cygwin 3.6 for coreutils 9.6, during the post-build check/Testing stage the bash shell spawning the check log tee job is showing > 100MB memory SZ > 28000 pages used > 2600 threads spawned! Has anyone else noticed this or anything similar recently? $ uname -sr

Cygport-0.37.0-1 appends "noarch" to all mingw64 release packages

2025-03-30 Thread Carlo B. via Cygwin
Hello, after upgrading to Cygport-0.37.0-1, I discovered that all binary packages created with MinGW-w64 have a "-noarch" suffix appended to their name. Binary and debuginfo packages are affected, source packages are not. This is an example output when I tried to refresh one of my packages: mingw6

Re: Cygport-0.37.0-1 appends "noarch" to all mingw64 release packages

2025-03-30 Thread Jon Turney via Cygwin
On 30/03/2025 13:11, Carlo B. via Cygwin wrote: Hello, after upgrading to Cygport-0.37.0-1, I discovered that all binary packages created with MinGW-w64 have a "-noarch" suffix appended to their name. Binary and debuginfo packages are affected, source packages are not. This is an example output w

Re: 403 Forbidden on cygwin.com from my ISP

2025-03-30 Thread Jon Turney via Cygwin
On 30/03/2025 08:21, D. Leatti via Cygwin wrote: Hey Cygwin team, I'm getting a 403 Forbidden error when trying to access cygwin.com from my IP (189.76.62.5). I don't mind sharing my IP because when I restart my router, I get a new one, so no 1337 haxx0rs creating VB GUIs to immediately h4ck my

No errno set after too many open("/dev/ptmx", ...)

2025-03-30 Thread Christian Franke via Cygwin
Found because 'stress-ng --pty 1' reports "open /dev/ptmx failed, errno=0": $ uname -r # also with 3.5.7-1 and 3.6.0-1.x86_64 3.7.0-0.19.g6c5537c0298e.x86_64 $ cat manyptmx.c #include #include #include #include int main() {   int fd;   errno = __ELASTERROR;   do {     fd = open("/dev/ptmx",

cmake 4.0.0 fails to build with cygwin 3.7.0-0.19

2025-03-30 Thread Jeremy Drake via Cygwin
I tried to build cmake 4.0.0 with latest test gcc and cygwin packages, and got the following error /home/WDAGUtilityAccount/cmake-4.0.0/Utilities/cmcurl/lib/rand.c: In function ‘weak_random’: /home/WDAGUtilityAccount/cmake-4.0.0/Utilities/cmcurl/lib/rand.c:124:21: error: implicit declaration of fu

Re: cmake 4.0.0 fails to build with cygwin 3.7.0-0.19

2025-03-30 Thread Jeremy Drake via Cygwin
On Sun, 30 Mar 2025, Jeremy Drake via Cygwin wrote: > I tried to build cmake 4.0.0 with latest test gcc and cygwin packages, and > got the following error > > /home/WDAGUtilityAccount/cmake-4.0.0/Utilities/cmcurl/lib/rand.c: In > function ‘weak_random’: > /home/WDAGUtilityAccount/cmake-4.0.0/Utili

Re: [maintainer] coreutils-9.5 and 9.6 regression in cp (and maybe ln? mv?)

2025-03-30 Thread Brian Inglis via Cygwin
On 2025-03-30 15:43, Corinna Vinschen wrote: Hi Brian Regression in 9.5 and 9.6: $ ls -l /bin/setfacl* -rwxr-xr-x 1 corinna Administrators 109379 Mar 30 21:24 /bin/setfacl.exe $ cd $ ls -l x86_64-pc-cygwin/winsup/utils/setfacl* -rwxr-xr-x 1 corinna vinschen 109379 Mar 30 21:19

Re: symbolic link curiousity in 3.6.0

2025-03-30 Thread Corinna Vinschen via Cygwin
Hi Bruno, On Mar 29 15:02, Bruno Haible via Cygwin wrote: > Corinna Vinschen wrote: > > > Regarding what acl_extended_file() does, there is the man page by > > > Andreas Grünbacher: > > > https://www.kernel.org/doc/man-pages/online/pages/man3/acl_extended_file.3.html > > > Gnulib is not the only u

[maintainer] coreutils-9.5 and 96 regression in cp (and maybe ln? mv?)

2025-03-30 Thread Corinna Vinschen via Cygwin
Hi Brian Regression in 9.5 and 9.6: $ ls -l /bin/setfacl* -rwxr-xr-x 1 corinna Administrators 109379 Mar 30 21:24 /bin/setfacl.exe $ cd $ ls -l x86_64-pc-cygwin/winsup/utils/setfacl* -rwxr-xr-x 1 corinna vinschen 109379 Mar 30 21:19 x86_64-pc-cygwin/winsup/utils/setfacl.exe -rw-r--r

Re: cmake 4.0.0 fails to build with cygwin 3.7.0-0.19

2025-03-30 Thread Jeremy Drake via Cygwin
On Mon, 31 Mar 2025, Corinna Vinschen via Cygwin wrote: > On Mar 30 14:02, Jeremy Drake via Cygwin wrote: > > I kind of think > > https://github.com/Kitware/CMake/blob/5978c57c20b762a5aeb4b00f31a51a090d670430/Utilities/cmcurl/CMakeLists.txt#L165 > > should match "^(Linux|Cygwin)$"... Otherwise it

Re: Crashes in cmake subprocesses since 3.6.0

2025-03-30 Thread Jeremy Drake via Cygwin
On Mon, 31 Mar 2025, Christoph Reiter via Cygwin wrote: > Starting with 3.6.0 when cmake calls into make/ninja/gcc there is a chance of > that failing, for example like this: > > CMake Error: Generator: build tool execution failed, command was: > /usr/bin/cmake.exe -E env VERBOSE=1 /usr/bin/make.e

403 Forbidden on cygwin.com from my ISP

2025-03-30 Thread D. Leatti via Cygwin
Hey Cygwin team, I'm getting a 403 Forbidden error when trying to access cygwin.com from my IP (189.76.62.5). I don't mind sharing my IP because when I restart my router, I get a new one, so no 1337 haxx0rs creating VB GUIs to immediately h4ck my d4t4. I went to my dad's house to test it out (he

dlclose reports ENOENT with simple code

2025-03-30 Thread Yuyi Wang via Cygwin
Code to reproduce: #include #include #include #include int main() {     void* handle = dlopen("/usr/bin/cygwin1.dll", RTLD_LAZY | RTLD_LOCAL);     if (!handle)     {     printf("dlopen: %s\n", dlerror());     exit(1);     }     int res = dlclose(handle);     if (res != 0)     {

Crashes in cmake subprocesses since 3.6.0

2025-03-30 Thread Christoph Reiter via Cygwin
Starting with 3.6.0 when cmake calls into make/ninja/gcc there is a chance of that failing, for example like this: CMake Error: Generator: build tool execution failed, command was: /usr/bin/cmake.exe -E env VERBOSE=1 /usr/bin/make.exe -f Makefile cmTC_c87e2/fast * Problem starts with cygwin 3.6.0

Re: cmake 4.0.0 fails to build with cygwin 3.7.0-0.19

2025-03-30 Thread Corinna Vinschen via Cygwin
On Mar 30 14:02, Jeremy Drake via Cygwin wrote: > On Sun, 30 Mar 2025, Jeremy Drake via Cygwin wrote: > > > I tried to build cmake 4.0.0 with latest test gcc and cygwin packages, and > > got the following error > > > > /home/WDAGUtilityAccount/cmake-4.0.0/Utilities/cmcurl/lib/rand.c: In > > functi

Re: dlclose reports ENOENT with simple code

2025-03-30 Thread Duncan Roe via Cygwin
On Sun, Mar 30, 2025 at 05:32:44PM +0800, cygwin wrote: > Code to reproduce: > > > #include > #include > #include > #include > > int main() { >     void* handle = dlopen("/usr/bin/cygwin1.dll", RTLD_LAZY | RTLD_LOCAL); >     if (!handle) >     { >     printf("dlopen: %s\n", dlerror()); >