Re: Bogus exit code 127 from a child process

2024-03-17 Thread Dimitry Andric via Cygwin
On 17 Mar 2024, at 13:50, Dimitry Andric wrote: > > On 17 Mar 2024, at 13:35, Takashi Yano via Cygwin wrote: > ... >> >> I also test your test case: >> while bash -c 'true & true & wait -n || { echo 1: $?; exit 1; } && wait -n >> || { echo 2: $?; exit 1; }'; do echo $((i++)); done >> in Linux

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Dimitry Andric via Cygwin
On 17 Mar 2024, at 13:35, Takashi Yano via Cygwin wrote: ... > > I also test your test case: > while bash -c 'true & true & wait -n || { echo 1: $?; exit 1; } && wait -n || > { echo 2: $?; exit 1; }'; do echo $((i++)); done > in Linux (Debian 12.5), and the issue reproduced! Yeah, same here

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 21:15:17 +0900 Takashi Yano wrote: > On Sun, 17 Mar 2024 21:03:58 +0900 > Takashi Yano wrote: > > On Sun, 17 Mar 2024 19:21:16 +0900 > > Takashi Yano wrote: > > > On Sun, 17 Mar 2024 13:03:40 +0300 > > > Alexey Izbyshev wrote: > > > > On 2024-03-17 12:27, Takashi Yano wrote: >

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 21:03:58 +0900 Takashi Yano wrote: > On Sun, 17 Mar 2024 19:21:16 +0900 > Takashi Yano wrote: > > On Sun, 17 Mar 2024 13:03:40 +0300 > > Alexey Izbyshev wrote: > > > On 2024-03-17 12:27, Takashi Yano wrote: > > > > On Sun, 17 Mar 2024 12:01:55 +0300 > > > > Alexey Izbyshev

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 19:21:16 +0900 Takashi Yano wrote: > On Sun, 17 Mar 2024 13:03:40 +0300 > Alexey Izbyshev wrote: > > On 2024-03-17 12:27, Takashi Yano wrote: > > > On Sun, 17 Mar 2024 12:01:55 +0300 > > > Alexey Izbyshev wrote: > > >> On 2024-03-17 11:44, Takashi Yano wrote: > > >> > On Sun,

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 13:03:40 +0300 Alexey Izbyshev wrote: > On 2024-03-17 12:27, Takashi Yano wrote: > > On Sun, 17 Mar 2024 12:01:55 +0300 > > Alexey Izbyshev wrote: > >> On 2024-03-17 11:44, Takashi Yano wrote: > >> > On Sun, 17 Mar 2024 11:14:16 +0300 > >> > Alexey Izbyshev wrote: > >> >>

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Alexey Izbyshev via Cygwin
On 2024-03-17 12:27, Takashi Yano wrote: On Sun, 17 Mar 2024 12:01:55 +0300 Alexey Izbyshev wrote: On 2024-03-17 11:44, Takashi Yano wrote: > On Sun, 17 Mar 2024 11:14:16 +0300 > Alexey Izbyshev wrote: >> Hello, >> >> I've been getting occasional "Error 127" from make -jN on seemingly >> random

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 12:01:55 +0300 Alexey Izbyshev wrote: > On 2024-03-17 11:44, Takashi Yano wrote: > > On Sun, 17 Mar 2024 11:14:16 +0300 > > Alexey Izbyshev wrote: > >> Hello, > >> > >> I've been getting occasional "Error 127" from make -jN on seemingly > >> random jobs. After reducing the set

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Alexey Izbyshev via Cygwin
On 2024-03-17 11:44, Takashi Yano wrote: On Sun, 17 Mar 2024 11:14:16 +0300 Alexey Izbyshev wrote: Hello, I've been getting occasional "Error 127" from make -jN on seemingly random jobs. After reducing the set of jobs and eventually eliminating make, I've arrived to this one-liner: bash -c

Re: Bogus exit code 127 from a child process

2024-03-17 Thread Takashi Yano via Cygwin
On Sun, 17 Mar 2024 11:14:16 +0300 Alexey Izbyshev wrote: > Hello, > > I've been getting occasional "Error 127" from make -jN on seemingly > random jobs. After reducing the set of jobs and eventually eliminating > make, I've arrived to this one-liner: > > bash -c 'true & true & wait -n || echo

Bogus exit code 127 from a child process

2024-03-17 Thread Alexey Izbyshev via Cygwin
Hello, I've been getting occasional "Error 127" from make -jN on seemingly random jobs. After reducing the set of jobs and eventually eliminating make, I've arrived to this one-liner: bash -c 'true & true & wait -n || echo 1: $? && wait -n || echo 2: $?' When run repeatedly, the second

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Takashi Yano via Cygwin-apps
On Sun, 17 Mar 2024 10:06:31 +0900 Takashi Yano wrote: > On Sat, 16 Mar 2024 17:49:30 + > Jon Turney wrote: > > On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: > > > On Sat, 16 Mar 2024 09:39:33 +0900 > > > Takashi Yano wrote: > > [...] > > >> > > >> This expected: > > >> 1.8.0-1 ->

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Takashi Yano via Cygwin-apps
On Sat, 16 Mar 2024 17:49:30 + Jon Turney wrote: > On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: > > On Sat, 16 Mar 2024 09:39:33 +0900 > > Takashi Yano wrote: > [...] > >> > >> This expected: > >> 1.8.0-1 -> 1.8.0-2 -> 2.0.0-1 > >> libsvtav1(1.8.0-1) -> libsvtav1enc1(1.8.0-2) +

ACEs and ACLs

2024-03-16 Thread J. Terry Corbet via Cygwin
I have been using Cygwin for a long, long time.  That said, I would have to admit there is a good deal about the architecture and infrastructure I have never really investigated which is a huge compliment to those of you who maintain this wonderful framework. It mostly just works reliably and

Updated: wget 1.24.5

2024-03-16 Thread Cygwin wget Maintainer
The following packages have been upgraded in the Cygwin distribution: * wget 1.24.5 GNU Wget is a file retrieval utility which can use the HTTP, HTTPS, or FTP protocols. Wget features include the ability to work in the background while you're logged out, recursive retrieval of directories, file

Additional odd behavior after my upgrade to the latest CYGWIN64 version

2024-03-16 Thread Michael Goldshteyn via Cygwin
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: c:\Users\Michael>set CYGWIN=glob:ignorecase

Re: Black screen running startx

2024-03-16 Thread Frank Eskesen via Cygwin
When I ran xinit, I got the following events in the Windows event log:    Display driver nvlddmkm stopped responding and has successfully recovered. Kernel diagnostic event: = Fault bucket LKD_0x141_Tdr:6_IMAGE_nvlddmkm.sys_Kepler_3D, type

Updated: Perl distributions

2024-03-16 Thread ASSI
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.4.0.2-1 perl-HTML-Parser-3.82-1 perl-PAR-Packer-1.063-1 noarch -- perl-Business-ISBN-Data-20240313.001-1 perl-HTML-Tagset-3.24-1

Updated: dialog libdialog-devel/15 1.3+20240307

2024-03-16 Thread Cygwin dialog Maintainer
The following packages have been upgraded in the Cygwin distribution: * dialog1.3+20240307 * libdialog-devel 1.3+20240307 * libdialog15 1.3+20240307 A script interpreter which provides a set of curses widgets: objects whose appearance and behavior can be

Updated: units 2.23-2

2024-03-16 Thread Cygwin units Maintainer
The following package has been upgraded in the Cygwin distribution: * units 2.23-2 The Units program converts quantities expressed in various scales to to their equivalents in other scales. The units program can handle multiplicative scale changes as well as nonlinear conversions such as

Re: The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Brian Inglis via Cygwin
On 2024-03-16 13:08, Kevin Schnitzius via Cygwin wrote: On Saturday, March 16, 2024 at 02:02:31 PM EDT, Michael Goldshteyn via Cygwin wrote: $ grep -c -P '000$' a 0 # Now you may be thinking, OK, it's because of the CR/LF line ending $ LC_ALL=en_US grep -c --binary-files=text -P '000$' a

Re: The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Kevin Schnitzius via Cygwin
On Saturday, March 16, 2024 at 02:02:31 PM EDT, Michael Goldshteyn via Cygwin wrote: > $ grep -c -P '000$' a > 0 > # Now you may be thinking, OK, it's because of the CR/LF line ending $ LC_ALL=en_US grep -c --binary-files=text -P '000$' a 0 $ LC_ALL=en_US grep -c --binary-files=text -P

The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Michael Goldshteyn via Cygwin
I just updated my Cygwin64 installation, which includes the grep utility and its behavior has changed. It no longer works like it used to for Perl reg-ex matching, as demonstrated below: Simple test cases: == $ ls -l a -rwxr-xr-x 1 Michael None 6 Mar 16 12:15 a $ hexdump -C a

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Jon Turney via Cygwin-apps
On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: On Sat, 16 Mar 2024 09:39:33 +0900 Takashi Yano wrote: [...] This expected: 1.8.0-1 -> 1.8.0-2 -> 2.0.0-1 libsvtav1(1.8.0-1) -> libsvtav1enc1(1.8.0-2) + libsvtav1dec0(1.8.0-2) -> libsvt1enc1(1.8.0-2) + libsvtav1dec0(2.0.0-2)

[PATCH] winsup/cygwin/fhandler/proc.cc: format_proc_cpuinfo() Linux 6.8 cpuinfo flags

2024-03-16 Thread Brian Inglis
add Linux 6.8 cpuinfo flags: Intel 0x0007:1 eax:17 fred Flexible Return and Event Delivery; AMD 0x801f eax:4 sev_snp SEV secure nested paging; document unused and some unprinted bits that could look like omissions; fix typos and misalignments; Signed-off-by: Brian

New: mandoc 1.14.6-1

2024-03-16 Thread Christian Franke
The following package has been uploaded to the Cygwin distribution: * mandoc-1.14.6-1 mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.  It is small, self-contained, and quite fast. 

Updated: expat-2.6.2-1

2024-03-16 Thread Marco Atzeri via Cygwin-announce
Version 2.6.2-1 of expat libexpat-devel libexpat1 are available in the Cygwin distribution: CHANGES Latest upstream release https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes DESCRIPTION Stream-oriented XML parser library written in C. Expat excels with

Updated: exiv2 0.28.2-1

2024-03-16 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * exiv2-0.28.2-1 * libexiv2-devel-0.28.2-1 * libexiv2_28-0.28.2-1 * exiv2-0.28.2-1-src * exiv2-debuginfo-0.28.2-1 This is an update to the latest upstream -- Exiv2 is a C++ library and a command line utility to access Exiv,

Re: [ITP] mandoc 1.14.6-1

2024-03-16 Thread Marco Atzeri via Cygwin-apps
On 11/03/2024 19:06, Christian Franke via Cygwin-apps wrote: I would like to contribute mandoc. Also present in Debian, Fedora, Ubuntu, ... and as the default man page formatter on *BSD. Useful to check man pages for compatibility with *BSD systems. GTG diff --git a/cygwin-pkg-maint

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Takashi Yano via Cygwin-apps
On Sat, 16 Mar 2024 09:39:33 +0900 Takashi Yano wrote: > On Fri, 15 Mar 2024 16:58:06 + > Jon Turney wrote: > > On 15/03/2024 13:31, Takashi Yano via Cygwin-apps wrote: > > > On Fri, 15 Mar 2024 13:14:49 + > > > Jon Turney wrote: > > >> On 15/03/2024 09:15, Takashi Yano via Cygwin-apps

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Takashi Yano via Cygwin-apps
On Fri, 15 Mar 2024 16:58:06 + Jon Turney wrote: > On 15/03/2024 13:31, Takashi Yano via Cygwin-apps wrote: > > On Fri, 15 Mar 2024 13:14:49 + > > Jon Turney wrote: > >> On 15/03/2024 09:15, Takashi Yano via Cygwin-apps wrote: > >>> I uploaded svt-av1 1.8.0-2 few hours ago, however > >>>

giflib 5.2.2-1

2024-03-15 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * giflib-5.2.2-1 * giflib-debuginfo-5.2.2-1 * libgif-devel-5.2.2-1 * libgif7-5.2.2-1 Library and utilities for manipulating GIF graphics, with LZW compression support. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Jon Turney via Cygwin-apps
On 15/03/2024 13:31, Takashi Yano via Cygwin-apps wrote: On Fri, 15 Mar 2024 13:14:49 + Jon Turney wrote: On 15/03/2024 09:15, Takashi Yano via Cygwin-apps wrote: I uploaded svt-av1 1.8.0-2 few hours ago, however it does not appear on the mirror servers so far. Was anything wrong?

Re: newlib-cygwin build fails on dumper

2024-03-15 Thread Brian Inglis
On 2024-03-15 03:10, Corinna Vinschen wrote: On Mar 14 10:10, Brian Inglis wrote: During newlib-cygwin build to test patches, with latest current stable packages as of last weekend, and yesterday's repo main/master, get a warning, then errors building dumper: I'm pretty sure this isn't the

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Takashi Yano via Cygwin-apps
On Fri, 15 Mar 2024 13:14:49 + Jon Turney wrote: > On 15/03/2024 09:15, Takashi Yano via Cygwin-apps wrote: > > I uploaded svt-av1 1.8.0-2 few hours ago, however > > it does not appear on the mirror servers so far. > > > > Was anything wrong? > > Sorry, things will be a little slower than

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-15 Thread Jon Turney via Cygwin-apps
On 15/03/2024 09:00, Mark Geisert via Cygwin-apps wrote: On 3/14/2024 9:07 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 15:39, Mark Geisert via Cygwin-apps wrote: On 3/14/2024 2:42 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: Hi folks,

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Jon Turney via Cygwin-apps
On 15/03/2024 09:15, Takashi Yano via Cygwin-apps wrote: I uploaded svt-av1 1.8.0-2 few hours ago, however it does not appear on the mirror servers so far. Was anything wrong? Sorry, things will be a little slower than usual (uploads may take up to 4 hours to get processed) until I get

ffmpeg 6.1.1-3

2024-03-15 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * ffmpeg-6.1.1-3 * libavutil58-6.1.1-3 * libavcodec60-6.1.1-3 * libavformat60-6.1.1-3 * libavdevice60-6.1.1-3 * libavfilter9-6.1.1-3 * libswscale7-6.1.1-3 * libswresample4-6.1.1-3 * libpostproc57-6.1.1-3 *

Where have svt-av1 1.8.0-2 gone?

2024-03-15 Thread Takashi Yano via Cygwin-apps
I uploaded svt-av1 1.8.0-2 few hours ago, however it does not appear on the mirror servers so far. Was anything wrong? -- Takashi Yano

Re: newlib-cygwin build fails on dumper

2024-03-15 Thread Corinna Vinschen
On Mar 14 10:10, Brian Inglis wrote: > Hi folks, > > During newlib-cygwin build to test patches, with latest current stable > packages as of last weekend, and yesterday's repo main/master, get a > warning, then errors building dumper: > > ... > > CC libc/reent/libc_a-getentropyr.o >

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-15 Thread Mark Geisert via Cygwin-apps
On 3/14/2024 11:26 AM, Corinna Vinschen via Cygwin-apps wrote: [...] You may also want to use https:// rather than git:// for reading the repository these days, given the insecurity of the git protocol. Right. I now remember this recommendation too. I will make the change in all the git

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-15 Thread Mark Geisert via Cygwin-apps
On 3/14/2024 9:07 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 15:39, Mark Geisert via Cygwin-apps wrote: On 3/14/2024 2:42 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: Hi folks, I'm getting the error: fatal: remote error: service not

aom 3.8.2-1

2024-03-14 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * aom-3.8.2-1 * libaom3-3.8.2-1 * libaom-devel-3.8.2-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit , and click

svt-av1 2.0.0-1

2024-03-14 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * svt-av1-2.0.0-1 * libsvtav1enc2-2.0.0-1 * libsvtav1dec0-2.0.0-1 * libsvtav1-devel-2.0.0-1 * libsvtav1-doc-2.0.0-1 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software

svt-av1 1.8.0-2

2024-03-14 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * svt-av1-1.8.0-2 * libsvtav1enc1-1.8.0-2 * libsvtav1dec0-1.8.0-2 * libsvtav1-devel-1.8.0-2 * libsvtav1-doc-1.8.0-2 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software

Cannot downgrade gcc 13 or 12 to 11.4.0-1

2024-03-14 Thread Thomas Hedden via Cygwin
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, but I want 11.4.0-1.) $ gcc --version gcc (GCC) 13.2.1

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-14 Thread Corinna Vinschen via Cygwin-apps
On Mar 14 16:07, Jon Turney via Cygwin-apps wrote: > On 14/03/2024 15:39, Mark Geisert via Cygwin-apps wrote: > > On 3/14/2024 2:42 AM, Jon Turney via Cygwin-apps wrote: > > > On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: > > > > Hi folks, > > > > I'm getting the error: > > > > > > > >

newlib-cygwin build fails on dumper

2024-03-14 Thread Brian Inglis
Hi folks, During newlib-cygwin build to test patches, with latest current stable packages as of last weekend, and yesterday's repo main/master, get a warning, then errors building dumper: ... CC libc/reent/libc_a-getentropyr.o /usr/src/newlib-cygwin/newlib/libc/reent/getentropyr.c:

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-14 Thread Jon Turney via Cygwin-apps
On 14/03/2024 15:39, Mark Geisert via Cygwin-apps wrote: On 3/14/2024 2:42 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: Hi folks, I'm getting the error: fatal: remote error: service not enabled: /git/cygwin-packages/sshfs when I attempt 'git

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-14 Thread Mark Geisert via Cygwin-apps
On 3/14/2024 2:42 AM, Jon Turney via Cygwin-apps wrote: On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: Hi folks, I'm getting the error: fatal: remote error: service not enabled: /git/cygwin-packages/sshfs when I attempt 'git push' to that repository.  The same happens with all the

unbound 1.19.3-1

2024-03-14 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * unbound-1.19.3-1 * libunbound8-1.19.3-1 * libunbound-common-1.19.3-1 * libunbound-devel-1.19.3-1 * python3-unbound-1.19.3-1 Unbound is a validating, recursive, and caching DNS resolver. Unbound is designed as a set of

Re: Unable to 'git push' to /git/cygwin-packages/*

2024-03-14 Thread Jon Turney via Cygwin-apps
On 14/03/2024 05:45, Mark Geisert via Cygwin-apps wrote: Hi folks, I'm getting the error: fatal: remote error: service not enabled: /git/cygwin-packages/sshfs when I attempt 'git push' to that repository.  The same happens with all the repositories for my packages.  It's been this way for a

Unable to 'git push' to /git/cygwin-packages/*

2024-03-13 Thread Mark Geisert via Cygwin-apps
Hi folks, I'm getting the error: fatal: remote error: service not enabled: /git/cygwin-packages/sshfs when I attempt 'git push' to that repository. The same happens with all the repositories for my packages. It's been this way for a couple days at least. Have I forgotten some step in the

Updated: lighttpd-1.4.75

2024-03-13 Thread Glenn Strauss
Version 1.4.75-1 of "lighttpd" has been uploaded. lighttpd is a secure, fast, modular web server with low resource usage lighttpd 1.4.75: incrementally stronger TLS cipher defaults; bugs fixes Note: This cygwin lighttpd-1.4.75-1 release requires >= cygwin-3.5.0 to take advantage of new

Re: [cygport] enabling a replacement for "objdump -d -l"

2024-03-12 Thread Brian Inglis via Cygwin-apps
On 2024-03-12 11:49, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: But I'm not being oblique here. I really do want comments. Well, adding comments or proper POD is about the same effort, so I'd tend towards the latter. I'm not sure what's so astounding about the suggestion

Re: [cygport] enabling a replacement for "objdump -d -l"

2024-03-12 Thread ASSI via Cygwin-apps
Jon Turney via Cygwin-apps writes: > But I'm not being oblique here. I really do want comments. Well, adding comments or proper POD is about the same effort, so I'd tend towards the latter. > I'm not sure what's so astounding about the suggestion that a fifty > line script should have some

osslsigncode 2.8-1

2024-03-12 Thread Jon Turney via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * osslsigncode-2.8-1 * osslsigncode-debuginfo-2.8-1 Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and

Re: [cygport] enabling a replacement for "objdump -d -l"

2024-03-12 Thread Jon Turney via Cygwin-apps
On 11/03/2024 19:35, ASSI via Cygwin-apps wrote: Jon Turney via Cygwin-apps writes: [...] Fifty lines of perl with no comments! This is just line noise to me unless I spend lots of time staring at it :) That's what you get from an experiment that went rather more well than planned.

Re: Request for a rough release timeline for Cygwin 3.5.2

2024-03-12 Thread Kate Deplaix via Cygwin
Thank you so much! Kate From: Corinna Vinschen Sent: 11 March 2024 17:05 To: Kate Deplaix Cc: cygwin@cygwin.com Subject: Re: Request for a rough release timeline for Cygwin 3.5.2 On Mar 11 11:48, Kate Deplaix via Cygwin wrote: > Hi, > > Sorry to bother you

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-12 Thread Corinna Vinschen
On Mar 12 08:17, Takashi Yano wrote: > Subject: [PATCH v4] Cygwin: pipe: Make sure to set read pipe non-blocking for > cygwin apps. > > If pipe reader is a non-cygwin app first, and cygwin process reads > the same pipe after that, the pipe has been set to bclocking mode > for the cygwin app.

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Takashi Yano
On Tue, 12 Mar 2024 08:03:16 +0900 Takashi Yano wrote: > + /* Set read pipe itself always non-blocking for cygwin process. > + Blocking/non-blocking is simulated in raw_read(). For write > + pipe, follow is_nonblocking(). */ > + int fd; > + cygheap_fdenum cfd (false); > + while ((fd =

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Takashi Yano
On Mon, 11 Mar 2024 21:33:04 +0100 Corinna Vinschen wrote: > this looks much better. Just one question and a few comment > changes... > > On Mar 11 22:18, Takashi Yano wrote: > > Subject: [PATCH v2] Cygwin: pipe: Make sure to set read pipe non-blocking > > for > > cygwin apps. > > > > If pipe

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Corinna Vinschen
Hi Takashi, this looks much better. Just one question and a few comment changes... On Mar 11 22:18, Takashi Yano wrote: > Subject: [PATCH v2] Cygwin: pipe: Make sure to set read pipe non-blocking for > cygwin apps. > > If pipe reader is a non-cygwin app first, and cygwin process reads > the

Re: [cygport] enabling a replacement for "objdump -d -l"

2024-03-11 Thread ASSI via Cygwin-apps
Jon Turney via Cygwin-apps writes: > Thanks, this is great! You're welcome. > Please, please make a patch with git format-patch, which I can then > just apply. You can always just pull it in from my repo… when it's ready. > Fifty lines of perl with no comments! This is just line noise to me >

openssh 9.7p1-1

2024-03-11 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openssh-9.7p1-1 OpenSSH is a program for logging into a remote machine and for executing commands on a remote machine. It can replace rlogin and rsh, providing encrypted communication between two machines.

[ITP] mandoc 1.14.6-1

2024-03-11 Thread Christian Franke via Cygwin-apps
I would like to contribute mandoc. Also present in Debian, Fedora, Ubuntu, ... and as the default man page formatter on *BSD. Useful to check man pages for compatibility with *BSD systems. The build is reproducible without the need to export SOURCE_DATE_EPOCH. SUMMARY="BSD mandoc compiler

Re: Request for a rough release timeline for Cygwin 3.5.2

2024-03-11 Thread Corinna Vinschen via Cygwin
On Mar 11 11:48, Kate Deplaix via Cygwin wrote: > Hi, > > Sorry to bother you all, > > Following the fixes (thank you so much again) of the two critical > issues in cygwin 3.5.0/3.5.1 > https://cygwin.com/pipermail/cygwin/2024-February/255561.html , we > were wondering if cygwin 3.5.2 is likely

Re: ls/stat on OneDrive causes download of files

2024-03-11 Thread Corinna Vinschen via Cygwin
On Mar 9 15:29, Marcin Wisnicki via Cygwin wrote: > I did more testing and found out that the problem does not happen in > cygwin by default because cygwin mounts with acl which doesn't do > header sniffing while msys uses noacl. > > Testing on an mp4 file in OneDrive, when I use noacl in cygwin

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Brian Inglis via Cygwin
On 2024-03-11 04:27, Roland Mainz via Cygwin wrote: On Mon, Mar 11, 2024 at 8:01 AM Cedric Blancher via Cygwin wrote: On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine does not have much disk space left, so I

Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-03-11 Thread Corinna Vinschen via Cygwin
On Mar 11 02:28, Dan Shelton via Cygwin wrote: > On Wed, 6 Mar 2024 at 14:01, Corinna Vinschen via Cygwin > wrote: > > On Mar 5 23:38, Dan Shelton via Cygwin wrote: > > > Always editing /etc/nsswitch.conf > > > forth and back is not a elegant solution, aside from race conditions > > > with other

Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-03-11 Thread Corinna Vinschen via Cygwin
On Mar 9 16:26, Glenn Strauss via Cygwin wrote: > On Wed, Mar 06, 2024 at 02:01:06PM +0100, Corinna Vinschen via Cygwin wrote: > > On Mar 5 23:38, Dan Shelton via Cygwin wrote: > > > On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin > > > wrote: > > > > > > > > On Feb 23 22:15, Dan

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Takashi Yano
On Mon, 11 Mar 2024 20:42:37 +0900 Takashi Yano wrote: > On Mon, 11 Mar 2024 11:47:32 +0100 > Corinna Vinschen wrote: > > Hi Takashi, > > > > On Mar 10 19:31, Takashi Yano wrote: > > > @@ -590,6 +591,10 @@ child_info_spawn::worker (const char *prog_arg, > > > const char *const *argv, > > >

Request for a rough release timeline for Cygwin 3.5.2

2024-03-11 Thread Kate Deplaix via Cygwin
Hi, Sorry to bother you all, Following the fixes (thank you so much again) of the two critical issues in cygwin 3.5.0/3.5.1 https://cygwin.com/pipermail/cygwin/2024-February/255561.html , we were wondering if cygwin 3.5.2 is likely to be released soon. We would be extremely grateful and

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Takashi Yano
On Mon, 11 Mar 2024 11:47:32 +0100 Corinna Vinschen wrote: > Hi Takashi, > > On Mar 10 19:31, Takashi Yano wrote: > > @@ -590,6 +591,10 @@ child_info_spawn::worker (const char *prog_arg, const > > char *const *argv, > > { > > fhandler_pipe *pipe = (fhandler_pipe

[PATCH cygport] Add repro-finish command

2024-03-11 Thread Christian Franke via Cygwin-apps
Thanks for accepting the repro-check patch. A minor enhancement is attached. The function is in pkg_pkg.cygpart instead of pkg_cleanup.cygpart because then it is easier to keep it in sync with the other __repro_* functions. PS: I have a local script which checks SPDX Identifiers and

Re: [PATCH] Cygwin: pipe: Restore non-blocking mode which was reset for non-cygwin app.

2024-03-11 Thread Corinna Vinschen
Hi Takashi, On Mar 10 19:31, Takashi Yano wrote: > @@ -590,6 +591,10 @@ child_info_spawn::worker (const char *prog_arg, const > char *const *argv, > { > fhandler_pipe *pipe = (fhandler_pipe *)(fhandler_base *) cfd; > pipe->set_pipe_non_blocking (false); >

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Roland Mainz via Cygwin
On Mon, Mar 11, 2024 at 8:01 AM Cedric Blancher via Cygwin wrote: > On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > > does not have much disk space left, so I switched TMPDIR to the > > network drive. But

wavpack 5.7.0-1

2024-03-11 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * wavpack-5.7.0-1 * libwavpack1-5.7.0-1 * libwavpack-devel-5.7.0-1 WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is

unbound 1.19.2-1

2024-03-11 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * unbound-1.19.2-1 * libunbound8-1.19.2-1 * libunbound-common-1.19.2-1 * libunbound-devel-1.19.2-1 * python3-unbound-1.19.2-1 Unbound is a validating, recursive, and caching DNS resolver. Unbound is designed as a set of

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Cedric Blancher via Cygwin
On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > Hello! > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > does not have much disk space left, so I switched TMPDIR to the > network drive. But clang then failed, like this: > > $ cat x.c > #include > int

pango1.0 1.52.1-1

2024-03-11 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libpango1.0_0-1.52.1-1 * libpango1.0-devel-1.52.1-1 * libpango1.0-doc-1.52.1-1 * girepository-Pango1.0-1.52.1-1 Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used

orc 0.4.38-1

2024-03-10 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * liborc0.4_0-0.4.38-1 * liborc0.4-devel-0.4.38-1 * liborc0.4-doc-0.4.38-1 Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The language is a generic assembly

libopenmpt 0.7.4-1

2024-03-10 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libopenmpt0-0.7.4-1 * libopenmpt-devel-0.7.4-1 * openmpt123-0.7.4-1 libopenmpt is a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. -- *** CYGWIN-ANNOUNCE

SDL2 2.30.1-1

2024-03-10 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libSDL2_2.0_0-2.30.1-1 * libSDL2-devel-2.30.1-1 This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across

Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-03-10 Thread Brian Inglis via Cygwin
On 2024-03-10 19:30, Dan Shelton via Cygwin wrote: On Sat, 9 Mar 2024 at 22:27, Glenn Strauss via Cygwin wrote: On Wed, Mar 06, 2024 at 02:01:06PM +0100, Corinna Vinschen via Cygwin wrote: On Mar 5 23:38, Dan Shelton via Cygwin wrote: On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via

Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-03-10 Thread Dan Shelton via Cygwin
On Sat, 9 Mar 2024 at 22:27, Glenn Strauss via Cygwin wrote: > > On Wed, Mar 06, 2024 at 02:01:06PM +0100, Corinna Vinschen via Cygwin wrote: > > On Mar 5 23:38, Dan Shelton via Cygwin wrote: > > > On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin > > > wrote: > > > > > > > > On Feb 23

Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-03-10 Thread Dan Shelton via Cygwin
On Wed, 6 Mar 2024 at 14:01, Corinna Vinschen via Cygwin wrote: > > On Mar 5 23:38, Dan Shelton via Cygwin wrote: > > On Sat, 24 Feb 2024 at 14:11, Corinna Vinschen via Cygwin > > wrote: > > > > > > On Feb 23 22:15, Dan Shelton via Cygwin wrote: > > > > HOWEVER, there is another Cygwin bug: > >

Updated: Perl distributions

2024-03-10 Thread ASSI
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.4.0.1-1 perl-PAR-Packer-1.062-1 noarch -- perl-Business-ISBN-Data-20240308.001-1 perl-CGI-4.63-1 perl-ExtUtils-CChecker-0.12-1

Updated: {,{mingw64-{x86_64,i686}}xz 5.6.1-1

2024-03-10 Thread ASSI
The following packages have been uploaded to the Cygwin distribution: xz-5.6.1-1 liblzma5-5.6.1-1 liblzma-devel-5.6.1-1 mingw64-i686-xz-5.6.1-1 mingw64-x86_64-xz-5.6.1-1 XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils are the successor to

Re: tried Setup (2.931), but failed

2024-03-10 Thread Eliot Moss via Cygwin
On 3/10/2024 2:52 PM, Lester Ingber via Cygwin wrote: After mv ca-certificates.sh ca-certificates.sh.done I did a reinstall and now everything looked fine. Will that persist? I would think so. A reinstall will first remove the old .done file then run the scripts. If the underlying behavior

Re: tried Setup (2.931), but failed

2024-03-10 Thread Lester Ingber via Cygwin
Marco: I moved my copy of ca-certificates.dash.done into /etc/postinstall/ just to keep track of common files. Thanks again. Lester -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: tried Setup (2.931), but failed

2024-03-10 Thread Lester Ingber via Cygwin
After mv ca-certificates.sh ca-certificates.sh.done I did a reinstall and now everything looked fine. Will that persist? Thanks. Lester -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: tried Setup (2.931), but failed

2024-03-10 Thread Lester Ingber via Cygwin
It was 0, so I did ca-certificates.sh ca-certificates.sh.done However, I then tried a reinstall of ca-certificates, and it failed the same way. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: tried Setup (2.931), but failed

2024-03-10 Thread Marco Atzeri via Cygwin
On 10/03/2024 17:32, Lester Ingber via Cygwin wrote: I see: lingber@LouiseLG /etc/postinstall$ source ca-certificates.sh + source ca-certificates.sh ++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']' ++ '[' -f /etc/pki/ca-trust/ca-legacy.conf -a -x /usr/bin/diff ']' ++ /usr/bin/mkdir -p

Re: tried Setup (2.931), but failed

2024-03-10 Thread Lester Ingber via Cygwin
I note that on my PC I see in /etc/postinstall/ ca-certificates.dash.done ca-certificates.sh.done but in my wife's PC I only see ca-certificates.sh -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: [PATCH cygport] Use correct wording if only one package is announced

2024-03-10 Thread Jon Turney via Cygwin-apps
On 23/02/2024 11:16, Christian Franke via Cygwin-apps wrote: Brian Inglis via Cygwin-apps wrote: On 2024-02-21 07:25, Christian Franke via Cygwin-apps wrote: Change variable name from $s to $has or $s_have as variable $s usually implies only the plural letter s or nothing; e.g. ... +   

Re: [PATCH cygport] Fix variable expansion in error message of embedded SMTP perl script

2024-03-10 Thread Jon Turney via Cygwin-apps
On 23/02/2024 12:09, Christian Franke via Cygwin-apps wrote: Harmless bug ... Applied. Thanks.

Re: [PATCH cygport] Add repro-check command

2024-03-10 Thread Jon Turney via Cygwin-apps
On 01/03/2024 19:16, Christian Franke via Cygwin-apps wrote: Christian Franke wrote: This could be used to check whether a package is possibly reproducible. Then it could make sense to add a reasonable SOURCE_DATE_EPOCH value to the cygport file. [...] An enhanced version of the patch is

Re: [PATCH cygport] Add customization support for announce command

2024-03-10 Thread Christian Franke via Cygwin-apps
Jon Turney wrote: On 23/02/2024 11:23, Christian Franke via Cygwin-apps wrote: Christian Franke wrote: The email generated by the cygport announce command is useful, but actual use cases are somewhat limited due to the hard-coded email submission. The attached patch adds more flexibility.

Re: tried Setup (2.931), but failed

2024-03-10 Thread Lester Ingber via Cygwin
I see: lingber@LouiseLG /etc/postinstall$ source ca-certificates.sh + source ca-certificates.sh ++ '[' '!' -e /etc/pki/ca-trust/ca-legacy.conf ']' ++ '[' -f /etc/pki/ca-trust/ca-legacy.conf -a -x /usr/bin/diff ']' ++ /usr/bin/mkdir -p /var/cache/setup/etc/pki/ca-trust ++ /usr/bin/rm -f

<    3   4   5   6   7   8   9   10   11   12   >