Re: ca-certificates.sh cannot install?

2024-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2024 19:14, Lester Ingber via Cygwin wrote: Assuming we are still in /etc/postinstall/ I see no file with that name? that is strange. Have you tried to re-install the package ? As the AV eaten the file ? On my wife's system (the broken system) I see source ca-certificates.sh (line

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread Brian Inglis via Cygwin
On 2024-01-31 06:40, David Allsopp via Cygwin wrote: Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n", ZSTD_versionNumber()); } and compiling with x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd when I then run ./test.exe, I get the

Re: ncurses version (was: Tmux crashes on copy)

2024-01-31 Thread Brian Inglis via Cygwin
On 2024-01-31 10:36, ASSI via Cygwin wrote: Jon Turney via Cygwin writes: If upstream really is making multiple releases called '6.4', which we're supposed to distinguish by some other means, then there aren't really any good answers... There's only one official 6.4 release, but just about ev

Re: ca-certificates.sh cannot install?

2024-01-31 Thread Lester Ingber via Cygwin
Assuming we are still in /etc/postinstall/ I see no file with that name? On my wife's system (the broken system) I see source ca-certificates.sh (line is blank) On my system, I see only ca-certificates.dash.done ca-certificates.sh.done Lester -- Problem reports: https://cygwin.com/proble

Re: ca-certificates.sh cannot install?

2024-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2024 18:36, Lester Ingber via Cygwin wrote: The outcome is 1. Lester so you need debugging $ set -x $ source ./ca-certificates.sh on my system the output is: + source ./ca-certificates.sh ++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']' ++ '[' -f /etc/pki/ca-trust/ca-legacy.con

Re: Tmux crashes on copy

2024-01-31 Thread ASSI via Cygwin
Jon Turney via Cygwin writes: > If upstream really is making multiple releases called '6.4', which > we're supposed to distinguish by some other means, then there aren't > really any good answers... There's only one official 6.4 release, but just about everyone packages one of the roughly weekly s

Re: ca-certificates.sh cannot install?

2024-01-31 Thread Lester Ingber via Cygwin
The outcome is 1. Lester -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: ca-certificates.sh cannot install?

2024-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2024 17:40, Lester Ingber via Cygwin wrote: I just installed the latest Cygwin on our two PCs. I was hoping this would take care of this problem, but it did not. On just one of the PCs, I see (in black): Package: _/Unknown package ca-certificates.sh exit code 1 The other PC is f

Re: python3 3.9.18-1 hanging

2024-01-31 Thread Marco Atzeri via Cygwin
On 31/01/2024 17:36, Eliah Kagan via Cygwin wrote: Hi, However, I was able to make a *fairly* simple script that reliably produces it, at least on my machine (and on GitHub Actions runners). It seems to me that this script may give some insight. In case it's useful: import hashlib import

ca-certificates.sh cannot install?

2024-01-31 Thread Lester Ingber via Cygwin
I just installed the latest Cygwin on our two PCs. I was hoping this would take care of this problem, but it did not. On just one of the PCs, I see (in black): Package: _/Unknown package ca-certificates.sh exit code 1 The other PC is fine with all installations. -- Problem reports:

Re: python3 3.9.18-1 hanging

2024-01-31 Thread Eliah Kagan via Cygwin
Hi, The fastest way to produce the problem described in https://cygwin.com/pipermail/cygwin/2024-January/255267.html and https://cygwin.com/pipermail/cygwin/2024-January/255273.html seems to be to run `pip install ...` on a version of `pip` that uses its vendored `rich` dependency to draw prog

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread marco atzeri via Cygwin
On Wed, Jan 31, 2024 at 2:41 PM David Allsopp via Cygwin wrote: > > Starting with this very trivial C program: > > #include > #include > > int main(void) { > printf("Zstandard v%d\n", ZSTD_versionNumber()); > } > > and compiling with > > x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd > > whe

Re: Tmux crashes on copy

2024-01-31 Thread marco atzeri via Cygwin
On Wed, Jan 31, 2024 at 2:39 PM Jon Turney via Cygwin wrote: > > On 21/01/2024 22:13, Brian Inglis via Cygwin wrote: > > On 2024-01-21 14:12, ASSI via Cygwin wrote: > >> Brian Inglis via Cygwin writes: > >>> Previous maintainer added some artificial single digit release > >>> prefixes (in a few pa

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread René Berber via Cygwin
On 1/31/2024 7:40 AM, David Allsopp via Cygwin wrote: Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n", ZSTD_versionNumber()); } and compiling with x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd when I then run ./test.exe, I get t

Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread David Allsopp via Cygwin
Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n", ZSTD_versionNumber()); } and compiling with x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd when I then run ./test.exe, I get the Windows critical-error-handler dialog stating "The code

Re: Tmux crashes on copy

2024-01-31 Thread Jon Turney via Cygwin
On 21/01/2024 22:13, Brian Inglis via Cygwin wrote: On 2024-01-21 14:12, ASSI via Cygwin wrote: Brian Inglis via Cygwin writes: Previous maintainer added some artificial single digit release prefixes (in a few packages), but we decided to drop those and use the release date directly as used in

Re: luatex panics after update of zlib to 1.3.1

2024-01-31 Thread Ken Brown via Cygwin
On 1/31/2024 3:16 AM, ASSI via Cygwin wrote: Heiko Oberdiek via Cygwin writes: I assume, luatex from texlive-collection-luatex needs to be recompiled with the updated zlib sources. Yes, and that version check needs to actually look at the ABI and not some random string; or at least not complai

Re: python3 vs. python39 current/test inconsistency

2024-01-31 Thread Marco Atzeri via Cygwin
On 30/01/2024 18:24, Bruce Jerrick wrote: In setup.ini, python3-3.9.18-1 is [current], and depends on python39, but python39-3.9.18-1 is [test] (python39-3.9.16-1 is [current] ). Hi Bruce, the python3 is almost only a stub to pull python39 in this moment, so the mismatch should have no impact.

Re: luatex panics after update of zlib to 1.3.1

2024-01-31 Thread ASSI via Cygwin
Heiko Oberdiek via Cygwin writes: > I assume, luatex from texlive-collection-luatex > needs to be recompiled with the updated zlib > sources. Yes, and that version check needs to actually look at the ABI and not some random string; or at least not complain when only the minor version changes. OTO