Re: libfontconfig-devel-2.15.0-1 links wrong DLL

2024-03-05 Thread Takashi Yano via Cygwin
On Tue, 05 Mar 2024 20:48:38 +0900 (JST) Masamichi Hosoda wrote: > libfontconfig-devel-2.15.0-1 links wrong DLL (i.e. libfontconfig-1.dll) Thanks for the report. I'll fix that and release version 2.15.0-2. -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ:

libfontconfig-devel-2.15.0-1 links wrong DLL

2024-03-05 Thread Masamichi Hosoda via Cygwin
Hi If I understand correctly, libfontconfig-devel-2.15.0-1 links wrong DLL (i.e. libfontconfig-1.dll) instead of correct DLL (i.e. cygfontconfig-1.dll). Since the wrong DLL does not exist, the executable file using libfontconfig-devel-2.15.0-1 cannot be executed. ``` $ cat foo.c #include int

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-05 Thread Mark Geisert via Cygwin
On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote: On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good morning! rm -f myfile touch myfile /usr/bin/fallocate -v

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-05 Thread Mark Geisert via Cygwin
On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote: On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: Good morning! rm -f myfile touch myfile /usr/bin/fallocate -v

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-05 Thread Corinna Vinschen
On Mar 5 09:06, Takashi Yano wrote: > On Mon, 4 Mar 2024 18:38:07 +0100 > Corinna Vinschen wrote: > > On Mar 4 16:45, ASSI wrote: > > > Corinna Vinschen writes: > > > > Right you are. We always said that independent Cygwin installations > > > > are supposed to *stay* independent. > > > > > > >

Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever

2024-03-05 Thread Cedric Blancher via Cygwin
On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin wrote: > > On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote: > > On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote: > >> Good morning! > >> > >> rm -f myfile > >> touch myfile > >> /usr/bin/fallocate -v -d -l myfile takes forever

Re: Convert a file descriptor from Cygwin openat() to Win32 file HANDLE?

2024-03-05 Thread Cedric Blancher via Cygwin
On Mon, 4 Mar 2024 at 09:35, Andrey Repin wrote: > > Greetings, Cedric Blancher! > > > How can I convert a file descriptor from Cygwin openat() to Win32 file > > HANDLE? > > In general, you should not attempt to do such thing. > If you have a very specific idea in mind, it would be best to

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-04 Thread Takashi Yano
On Mon, 4 Mar 2024 18:38:07 +0100 Corinna Vinschen wrote: > On Mar 4 16:45, ASSI wrote: > > Corinna Vinschen writes: > > > Right you are. We always said that independent Cygwin installations > > > are supposed to *stay* independent. > > > > > > Keep in mind that they don't share the same shared

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Dimitry Andric via Cygwin
It's already been backported here: https://cygwin.com/cgit/newlib-cygwin/commit/?h=cygwin-3_5-branch=fc5e9525453fea7c27b0e13635ae54abaa0db69d So I would guess a version 3.5.2 is very likely to appear. -Dimitry > On 4 Mar 2024, at 20:54, Cedric Blancher via Cygwin wrote: > > Same here

Re: [ATTN. MAINTAINER] units

2024-03-04 Thread Brian Inglis via Cygwin-apps
On 2024-03-04 12:54, ASSI via Cygwin-apps wrote: The postinstall script for units downloads currency exchange rates and hangs up for a long time if it can't access the server (if it ever finishes, I've killed the process on all machines where I've seen this). Can this part please either be

Re: mingw cross tests missing DLLs - CROSS_BINDIR not in PATH

2024-03-04 Thread Brian Inglis via Cygwin-apps
On 2024-03-04 13:00, Jon Turney wrote: On 03/03/2024 22:29, Brian Inglis via Cygwin-apps wrote: On 2024-03-03 14:39, Jon Turney via Cygwin-apps wrote: On 03/03/2024 16:48, Brian Inglis via Cygwin-apps wrote: I am finding mingw package cross tests fail with missing DLLs - CROSS_BINDIR is not

Re: mingw cross tests missing DLLs - CROSS_BINDIR not in PATH

2024-03-04 Thread Jon Turney via Cygwin-apps
On 03/03/2024 22:29, Brian Inglis via Cygwin-apps wrote: On 2024-03-03 14:39, Jon Turney via Cygwin-apps wrote: On 03/03/2024 16:48, Brian Inglis via Cygwin-apps wrote: I am finding mingw package cross tests fail with missing DLLs - CROSS_BINDIR is not in the PATH. I now have to define

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Cedric Blancher via Cygwin
Same here building gcc with the msnfs41client NFSv4.1 filesystem driver (https://sourceforge.net/p/ms-nfs41-client/mailman/message/58741244/), make -j8 and make -j128 builds now succeed again. Is a Cygwin 3.5.x backport required? Ced On Mon, 4 Mar 2024 at 20:38, Dimitry Andric via Cygwin

[ATTN. MAINTAINER] units

2024-03-04 Thread ASSI via Cygwin-apps
The postinstall script for units downloads currency exchange rates and hangs up for a long time if it can't access the server (if it ever finishes, I've killed the process on all machines where I've seen this). Can this part please either be removed entirely or moved into a sub-package that

gdb 14.2-1 (TEST)

2024-03-04 Thread Jon Turney via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gdb-14.2-1 * gdb-debuginfo-14.2-1 * gdb-multiarch-14.2-1 The GNU debugger, allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Dimitry Andric via Cygwin
Same here, did a bunch of make -j8 builds, and with 3.6.0-0.71.gb160b690b6ac they now complete without any hangs. Thanks for the quick fix! -Dimitry > On 4 Mar 2024, at 16:58, Kate Deplaix via Cygwin wrote: > > After testing that version without interruption for the past 3 hours on test >

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-04 Thread Corinna Vinschen
On Mar 4 16:45, ASSI wrote: > Corinna Vinschen writes: > > Right you are. We always said that independent Cygwin installations > > are supposed to *stay* independent. > > > > Keep in mind that they don't share the same shared objects in the native > > NT namespace and they don't know of each

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Kate Deplaix via Cygwin
After testing that version without interruption for the past 3 hours on test cases that would've failed before, I can happily say it looks like it's fixed! Thank you so much!! From: Cygwin on behalf of Takashi Yano via Cygwin Sent: 04 March 2024 12:06 To:

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-04 Thread ASSI
Corinna Vinschen writes: > Right you are. We always said that independent Cygwin installations > are supposed to *stay* independent. > > Keep in mind that they don't share the same shared objects in the native > NT namespace and they don't know of each other. It's not only the > process table

Updated: openjpeg2-2.5.2-1

2024-03-04 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libopenjp2-devel-2.5.2-1.tar.xz * libopenjp2-doc-2.5.2-1.tar.xz * libopenjp2_7-2.5.2-1.tar.xz * openjpeg2-2.5.2-1.tar.xz * openjpeg2-2.5.2-1-src.tar.xz * openjpeg2-debuginfo-2.5.2-1.tar.xz This is an update to the latest

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Dimitry Andric via Cygwin
I think I've been experiencing something similar with 3.5.1, where date.exe randomly hangs with a full core pegged. Loading it in gdb shows: Thread 1 received signal SIGTRAP, Trace/breakpoint trap. 0x7ffe23b0b503 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/System32/KERNELBASE.dll

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Takashi Yano via Cygwin
On Mon, 4 Mar 2024 20:00:13 +0900 Takashi Yano via Cygwin wrote: > On Sun, 3 Mar 2024 13:07:11 +0900 > Takashi Yano wrote: > > On Sat, 2 Mar 2024 11:49:36 + > > Kate Deplaix wrote: > > > I'm running cygwin on baremetal on an Intel i5-750 (4 cores), with 7GB of > > > RAM and with an up-to-date

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-04 Thread Takashi Yano via Cygwin
On Sun, 3 Mar 2024 13:07:11 +0900 Takashi Yano wrote: > On Sat, 2 Mar 2024 11:49:36 + > Kate Deplaix wrote: > > I'm running cygwin on baremetal on an Intel i5-750 (4 cores), with 7GB of > > RAM and with an up-to-date Windows 10. > > Thanks for the information. I could reproduce the problem

[PATCH] Cygwin: console: Fix a race issue between close() and open().

2024-03-04 Thread Takashi Yano
The open() call for console sometimes fails if the console owner process is closing the console by close() at the same time. This is due to mismatch state of con.owner variable and attaching state to the console. With this patch, checking con.owner and attaching to con.owner sequence in open(),

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-04 Thread Corinna Vinschen
On Mar 3 20:36, Takashi Yano wrote: > On Sun, 03 Mar 2024 11:39:40 +0100 > ASSI wrote: > > Takashi Yano writes: > > >> After noticing that we enumerate all the processes (which is an expensive > > >> operation) just to skip all of the non-Cygwin ones anyway, I wonder if it > > >> wouldn't be

Re: UNIX nobody/nogroup mapping to which Windows SID/account?

2024-03-04 Thread Corinna Vinschen via Cygwin
On Mar 3 14:45, Martin Wege via Cygwin wrote: > Hello, > > How can we map UNIX "nobody"/"nogroup" to Win32 SIDs/accounts? Cygwin > has entries for "nobody" in /etc/passwd and "nogroup" in /etc/group, > but these accounts have SIDs returned by /usr/bin/getent passwd and > /usr/bin/getent group

Re: Convert a file descriptor from Cygwin openat() to Win32 file HANDLE?

2024-03-04 Thread Andrey Repin via Cygwin
Greetings, Cedric Blancher! > How can I convert a file descriptor from Cygwin openat() to Win32 file HANDLE? In general, you should not attempt to do such thing. If you have a very specific idea in mind, it would be best to describe, what you are trying to achieve, so community could provide a

Re: How can I get the group SID for a file in cmd.exe (powershell is not an option)?

2024-03-03 Thread Cedric Blancher via Cygwin
On Tue, 27 Feb 2024 at 16:07, Corinna Vinschen via Cygwin wrote: > > On Feb 27 15:41, Cedric Blancher via Cygwin wrote: > > Good afternoon! > > > > How can I get the group SID for a file in cmd.exe (powershell is not an > > option)? > > Is it possible to add an option to ls -l to list the

Re: How can I get the group SID for a file in cmd.exe (powershell is not an option)?

2024-03-03 Thread Cedric Blancher via Cygwin
On Tue, 27 Feb 2024 at 23:27, Bill Stewart via Cygwin wrote: > > On Tue, Feb 27, 2024 at 7:42 AM Cedric Blancher wrote: > > How can I get the group SID for a file in cmd.exe (powershell is not an > > option)? > > > > Why is PowerShell not an option? It's for a test suite written in cmd.exe

Re: Convert a file descriptor from Cygwin openat() to Win32 file HANDLE?

2024-03-03 Thread Mark Geisert via Cygwin
On 3/3/2024 10:16 PM, Cedric Blancher via Cygwin wrote: How can I convert a file descriptor from Cygwin openat() to Win32 file HANDLE? In general, this can be done with: hFile = (HANDLE) _get_osfhandle (int fd); That works for simple cases such as disk file descriptors. I've learned one

Re: Native posix_spawn() in Cygwin?

2024-03-03 Thread Mark Geisert via Cygwin
On 3/3/2024 7:27 PM, Dan Shelton via Cygwin wrote: On Tue, 27 Feb 2024 at 07:34, wrote: On Tue, Feb 27, 2024 at 06:54:42AM +0100, Dan Shelton via Cygwin wrote: On Tue, 27 Feb 2024 at 06:47, Brian Inglis via Cygwin wrote: On 2024-02-26 20:23, Dan Shelton via Cygwin wrote: Does Cygwin

Convert a file descriptor from Cygwin openat() to Win32 file HANDLE?

2024-03-03 Thread Cedric Blancher via Cygwin
Good morning! How can I convert a file descriptor from Cygwin openat() to Win32 file HANDLE? Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: Native posix_spawn() in Cygwin?

2024-03-03 Thread Dan Shelton via Cygwin
On Tue, 27 Feb 2024 at 07:34, wrote: > > On Tue, Feb 27, 2024 at 06:54:42AM +0100, Dan Shelton via Cygwin wrote: > > On Tue, 27 Feb 2024 at 06:47, Brian Inglis via Cygwin > > wrote: > > > > > > On 2024-02-26 20:23, Dan Shelton via Cygwin wrote: > > > > Does Cygwin implement a native, i.e.

Re: installed 3.5.1-1 but uname shows 3.4.9-1.x86_64

2024-03-03 Thread Doug Henderson via Cygwin
On Sun, Mar 3, 2024 at 4:23 PM Brian Inglis via Cygwin wrote: > > On 2024-03-03 15:29, Doug Henderson via Cygwin wrote: > > A recent run of setup showed it installed 3.5.1-1 but uname -a reports > > 3.4.9-1.x86_64 > ... logs in /var/log ... see /proc/version >

Re: installed 3.5.1-1 but uname shows 3.4.9-1.x86_64

2024-03-03 Thread Brian Inglis via Cygwin
On 2024-03-03 15:29, Doug Henderson via Cygwin wrote: A recent run of setup showed it installed 3.5.1-1 but uname -a reports 3.4.9-1.x86_64 $ uname -a CYGWIN_NT-10.0-19045 mars 3.4.9-1.x86_64 2023-09-06 11:19 UTC x86_64 Cygwin I used setup to reinstall cygwin 3.5.1-1 but uname still reports

Re: mingw cross tests missing DLLs - CROSS_BINDIR not in PATH

2024-03-03 Thread Brian Inglis via Cygwin-apps
On 2024-03-03 14:39, Jon Turney via Cygwin-apps wrote: On 03/03/2024 16:48, Brian Inglis via Cygwin-apps wrote: I am finding mingw package cross tests fail with missing DLLs - CROSS_BINDIR is not in the PATH. I now have to define src_test to run cygtest adding CROSS_BINDIR in the PATH. Is

installed 3.5.1-1 but uname shows 3.4.9-1.x86_64

2024-03-03 Thread Doug Henderson via Cygwin
A recent run of setup showed it installed 3.5.1-1 but uname -a reports 3.4.9-1.x86_64 $ uname -a CYGWIN_NT-10.0-19045 mars 3.4.9-1.x86_64 2023-09-06 11:19 UTC x86_64 Cygwin I used setup to reinstall cygwin 3.5.1-1 but uname still reports 3.4.9-1. I don't see any errors reported during setup

Re: mingw cross tests missing DLLs - CROSS_BINDIR not in PATH

2024-03-03 Thread Jon Turney via Cygwin-apps
On 03/03/2024 16:48, Brian Inglis via Cygwin-apps wrote: Hi folks, I am finding mingw package cross tests fail with missing DLLs - CROSS_BINDIR is not in the PATH. I now have to define src_test to run cygtest adding CROSS_BINDIR in the PATH. Is this likely to be upstream (e.g. gnulib)

Updated: nghttp2, libnghttp2-devel/_14 mingw64-x86_64-nghttp2 1.60

2024-03-03 Thread Cygwin nghttp2 Maintainer
The following packages have been upgraded in the Cygwin distribution: * nghttp2 1.60 * libnghttp2-devel 1.60 * libnghttp2_14 1.60 * mingw64-x86_64-nghttp21.60 HTTP/2 and its header compression algorithm HPACK implementation. The framing

Re: cygport 0.36.8-1

2024-03-03 Thread ASSI via Cygwin
Christian Franke via Cygwin writes: > It is fixed in current gcc test release: > > $ cygcheck -f /bin/gcc > gcc-core-13.2.1+20240203-0.1 > > $ gcc -dumpspecs | fgrep -A1 '*asm_debug:' > *asm_debug: > %{g*:%{%:debug-level-gt(0):}} %{ffile-prefix-map=*:--debug-prefix-map > %*}

Updated: unifont/-fonts/-viewer 15.1.05

2024-03-03 Thread Cygwin unifont Maintainer
The following packages have been upgraded in the Cygwin distribution: * unifont 15.1.05 * unifont-fonts 15.1.05 * unifont-viewer15.1.05 GNU Unifont is a Unicode font collection with glyphs for all visible Unicode Basic Multilingual Plane (the first 64K) character

mingw cross tests missing DLLs - CROSS_BINDIR not in PATH

2024-03-03 Thread Brian Inglis via Cygwin-apps
Hi folks, I am finding mingw package cross tests fail with missing DLLs - CROSS_BINDIR is not in the PATH. I now have to define src_test to run cygtest adding CROSS_BINDIR in the PATH. Is this likely to be upstream (e.g. gnulib) changes or cygport changes? -- Take care. Thanks, Brian Inglis

Re: Setup 2.930: 'user_picked' flag not set for packages selected with -P option

2024-03-03 Thread Jon Turney via Cygwin
On 03/03/2024 14:42, Christian Franke via Cygwin wrote: Setup 2.930 does not set the 'user_picked' flag in /etc/setup/installed.db if a package has been selected with the -P option instead of the chooser dialog. An installation could be replicated by extracting a list of 'user_picked'

Re: scallyweg: ‘strcasecmp’ was not declared in this scope

2024-03-03 Thread Jon Turney via Cygwin-apps
On 02/03/2024 17:01, Marco Atzeri via Cygwin-apps wrote: On 29/02/2024 17:58, Jon Turney wrote: On 29/02/2024 06:21, Marco Atzeri via Cygwin-apps wrote: Hi Jon, I have a strange case with nco https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908 While Scallyweg

UNIX nobody/nogroup mapping to which Windows SID/account?

2024-03-03 Thread Martin Wege via Cygwin
Hello, How can we map UNIX "nobody"/"nogroup" to Win32 SIDs/accounts? Cygwin has entries for "nobody" in /etc/passwd and "nogroup" in /etc/group, but these accounts have SIDs returned by /usr/bin/getent passwd and /usr/bin/getent group which LookupAccountSidA() does not recognise. So what is the

Re: openat(O_DIRECT) supported in Cygwin?

2024-03-03 Thread Martin Wege via Cygwin
On Wed, Feb 28, 2024 at 10:08 AM Corinna Vinschen via Cygwin wrote: > > 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? > >

Updated: Perl distributions

2024-03-03 Thread ASSI
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.3.1.0-1 noarch -- perl-B-Hooks-EndOfScope-0.28-1 perl-Business-ISBN-Data-20240302.001-1 perl-CGI-4.62-1 perl-CPAN-Changes-0.53-1

Updated: {mingw64-{i686,x86_64}-,}cfitsio-4.4.0-1

2024-03-03 Thread ASSI
This is an update to the latest upstream version. cfitsio-4.4.0-1 mingw64-i686-cfitsio-4.4.0-1 mingw64-x86_64-cfitsio-4.4.0-1 Notes - The build enables BZip2, cURL and multithreading support. -- -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe

[PATCH v2] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-03 Thread Takashi Yano
Non-cygwin app may call ReadFile() for empty pipe, which makes NtQueryObject() for ObjectNameInformation block in fhandler_pipe:: get_query_hdl_per_process. Therefore, stop to try to get query_hdl for non-cygwin apps. Addresses: https://github.com/msys2/msys2-runtime/issues/202 Fixes:

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-03 Thread Takashi Yano
On Sun, 03 Mar 2024 11:39:40 +0100 ASSI wrote: > Takashi Yano writes: > >> After noticing that we enumerate all the processes (which is an expensive > >> operation) just to skip all of the non-Cygwin ones anyway, I wonder if it > >> wouldn't be smarter to go through the internal list of cygpids

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-03 Thread ASSI
Takashi Yano writes: >> After noticing that we enumerate all the processes (which is an expensive >> operation) just to skip all of the non-Cygwin ones anyway, I wonder if it >> wouldn't be smarter to go through the internal list of cygpids and take it >> from there, skipping the

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-03 Thread Takashi Yano
On Sun, 3 Mar 2024 10:34:44 +0100 (CET) Johannes Schindelin wrote: > Hi Takashi, > > thank you for the fix! I can confirm that it addresses the problem > demonstrated by the reproducer in that MSYS2-runtime ticket. Thanks for testing! > After noticing that we enumerate all the processes (which

New: sleuthkit-4.12.1-1

2024-03-03 Thread Christian Franke
The following packages have been uploaded to the Cygwin distribution: * sleuthkit-4.12.1-1 * libtsk-4.12.1-1 * libtsk-devel-4.12.1-1 The Sleuth Kit (TSK) is a collection of command line tools for disk images.  It allows to analyze volume and filesystem data, examine disk layout,recover deleted

Re: [PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-03 Thread Johannes Schindelin
Hi Takashi, thank you for the fix! I can confirm that it addresses the problem demonstrated by the reproducer in that MSYS2-runtime ticket. After noticing that we enumerate all the processes (which is an expensive operation) just to skip all of the non-Cygwin ones anyway, I wonder if it wouldn't

ffmpeg 6.1.1-2

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

Updated: libffi-3.4.6-1

2024-03-03 Thread Marco Atzeri via Cygwin-announce
New version 3.4.6-1 of libffi-devel libffi8 are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any

Updated: nco-5.2.1-1

2024-03-03 Thread Marco Atzeri via Cygwin-announce
Version 5.2.1-1 of nco is available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION The NCO toolkit manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5. It exploits the geophysical expressivity of many CF (Climate &

openjpeg 1.5.2-5

2024-03-03 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openjpeg-1.5.2-5 * libopenjpeg1-1.5.2-5 * libopenjpeg-devel-1.5.2-5 The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new

openjpeg 1.5.2-4

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openjpeg-1.5.2-4 * libopenjp1-1.5.2-4 * libopenjpeg-devel-1.5.2-4 The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new

snappy 1.1.10-2

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libsnappy1-1.1.10-2 * libsnappy-devel-1.1.10-2 Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library, instead, it aims for very high

Re: openjpeg 2.5.0-1

2024-03-02 Thread Takashi Yano via Cygwin
Sorry, openjpeg 2.x.x is released in openjpeg2 package. So, I'll release openjpeg 1.5.2 package later. On Sun, 03 Mar 2024 15:25:14 +0900 Takashi Yano wrote: > The following packages have been uploaded to the Cygwin distribution: > > * openjpeg-2.5.0-1 > * libopenjp2_7-2.5.0-1 > *

dbus 1.14.10-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * dbus-1.14.10-1 * dbus-doc-1.14.10-1 * dbus-x11-1.14.10-1 * libdbus1_3-1.14.10-1 * libdbus1-devel-1.14.10-1 D-BUS is a message bus system, a simple way for applications to talk to one another. D-BUS supplies both a system

fontconfig 2.15.0-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * fontconfig-2.15.0-1 * fontconfig-doc-2.15.0-1 * libfontconfig1-2.15.0-1 * libfontconfig-common-2.15.0-1 * libfontconfig-devel-2.15.0-1 Fontconfig is a library designed to provide system-wide font configuration, customization

openjpeg 2.5.0-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * openjpeg-2.5.0-1 * libopenjp2_7-2.5.0-1 * libopenjpeg-devel-2.5.0-1 The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new

orc 0.4.37-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * liborc0.4_0-0.4.37-1 * liborc0.4-devel-0.4.37-1 * liborc0.4-doc-0.4.37-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

snappy 1.1.10-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libsnappy1-1.1.10-1 * libsnappy-devel-1.1.10-1 Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library, instead, it aims for very high

libass 0.17.1-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libass9-0.17.1-1 * libass-devel-0.17.1-1 LibASS is a portable library for SSA/ASS (Substation Alpha) subtitle rendering. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit

db 18.1.40-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * db-18.1.40-1 * libdb18.1-18.1.40-1 * libdb-devel-18.1.40-1 * db-doc-18.1.40-1 * tcl-db-18.1.40-1 Oracle Berkeley DB is the industry-leading open source, embeddable database engine that provides developers with fast,

gnutls 3.8.3-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gnutls-3.8.3-1 * libgnutls30-3.8.3-1 * libgnutls-dane0-3.8.3-1 * libgnutlsxx30-3.8.3-1 * libgnutls-devel-3.8.3-1 * libgnutls-doc-3.8.3-1 GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols

unbound 1.19.1-1

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

libssh 0.10.6-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libssh4-0.10.6-1 * libssh-common-0.10.6-1 * libssh-devel-0.10.6-1 The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is

nettle 3.9.1-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * nettle-3.9.1-1 * libnettle8-3.9.1-1 * libhogweed6-3.9.1-1 * libnettle-devel-3.9.1-1 Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented

tdb 1.4.10-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * tdb-1.4.10-1 * libtdb1-1.4.10-1 * libtdb-devel-1.4.10-1 * python39-tdb-1.4.10-1 TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses

New: libvpl 2.10.2-1

2024-03-02 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libvpl-2.10.2-1 * libvpl-devel-2.10.2-1 This package provides the headers and the library which loads Intel MediaSDK dlls dynamically. The codec itself is implemented in the dlls and the Intel GPU. -- ***

[PATCH] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.

2024-03-02 Thread Takashi Yano
Non-cygwin app may call ReadFile() which makes NtQueryObject() for ObjectNameInformation block in fhandler_pipe::get_query_hdl_per_process. Therefore, stop to try to get query_hdl for non-cygwin apps. Addresses: https://github.com/msys2/msys2-runtime/issues/202 Fixes: b531d6b06eeb ("Cygwin:

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-02 Thread Takashi Yano via Cygwin
On Sat, 2 Mar 2024 11:49:36 + Kate Deplaix wrote: > I'm running cygwin on baremetal on an Intel i5-750 (4 cores), with 7GB of RAM > and with an up-to-date Windows 10. Thanks for the information. I could reproduce the problem with Core i5 M 540 + 8GB RAM machine. Let consider how to debug.

Re: [ITP] sleuthkit 4.12.1

2024-03-02 Thread Christian Franke via Cygwin-apps
Hi Marco, Marco Atzeri via Cygwin-apps wrote: On 02/03/2024 13:05, Christian Franke via Cygwin-apps wrote: I would like to contribute sleuthkit. Also present in Debian, Fedora, Ubuntu, ... SUMMARY="Tools for analysis of volume and filesystem data" DESCRIPTION="The Sleuth Kit (TSK) is a

Updated: proj-9.4.0-1

2024-03-02 Thread Marco Atzeri via Cygwin-announce
New versions 9.4.0-1 of proj libproj-devel libproj25 for cygwin are available in the Cygwin distribution: CHANGES Last upstream release. NOTES Additional Datumgrid for Europe, North America and Oceania are available on https://proj.org/download.html while proj-datumgrid-1.8.tar.gz is

Re: scallyweg: ‘strcasecmp’ was not declared in this scope

2024-03-02 Thread Marco Atzeri via Cygwin-apps
On 29/02/2024 17:58, Jon Turney wrote: On 29/02/2024 06:21, Marco Atzeri via Cygwin-apps wrote: 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

unison-2.53.4-1

2024-03-02 Thread Andrew Schulman via Cygwin-announce
unison 2.53.4-1 is now available in Cygwin. This is a new upstream release, with minor improvements and bug fixes. See the upstream release log[1] for details. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on

Re: [ITP] sleuthkit 4.12.1

2024-03-02 Thread Marco Atzeri via Cygwin-apps
On 02/03/2024 13:05, Christian Franke via Cygwin-apps wrote: I would like to contribute sleuthkit. Also present in Debian, Fedora, Ubuntu, ... SUMMARY="Tools for analysis of volume and filesystem data" DESCRIPTION="The Sleuth Kit (TSK) is a collection of command line tools for disk images. 

[ITP] sleuthkit 4.12.1

2024-03-02 Thread Christian Franke via Cygwin-apps
I would like to contribute sleuthkit. Also present in Debian, Fedora, Ubuntu, ... SUMMARY="Tools for analysis of volume and filesystem data" DESCRIPTION="The Sleuth Kit (TSK) is a collection of command line tools for disk images.  It allows to analyze volume and filesystem data, examine disk

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-02 Thread Kate Deplaix via Cygwin
I'm running cygwin on baremetal on an Intel i5-750 (4 cores), with 7GB of RAM and with an up-to-date Windows 10. At any given time during the RAM usage basically flat lines and there is still plenty of free memory left. From: Cygwin on behalf of Takashi Yano

Re: [ITA] fontconfig

2024-03-01 Thread Takashi Yano via Cygwin-apps
On Fri, 1 Mar 2024 15:38:59 +0100 marco atzeri wrote: > you can go ahead. > > you are a senior maintainer ;-) , so no need for me to check every of > your ITP/ITA > except if you have doubts and/or questions I see. Thanks! -- Takashi Yano

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread Takashi Yano via Cygwin
On Fri, 1 Mar 2024 17:48:52 + Kate Deplaix wrote: > Hi, > > Using cygwin 3.6.0-0.66.gc77a5689f7bd I was indeed unable to reproduce the > issue. Thanks for tesing. > However I'm getting a related but slightly different issue now, where a > subprocess randomly (but quite reliably over the

Re: [PATCH cygport] Add repro-check command

2024-03-01 Thread Christian Franke via Cygwin-apps
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. Example: $ export SOURCE_DATE_EPOCH=$(date +%s) $ cygport project.cygport all repro-check ... *** Info:

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread Kate Deplaix via Cygwin
Hi, Using cygwin 3.6.0-0.66.gc77a5689f7bd I was indeed unable to reproduce the issue. However I'm getting a related but slightly different issue now, where a subprocess randomly (but quite reliably over the whole compilation process) fails with make -j (works fine with -j1 once again) Luckily

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread David Allsopp via Cygwin
On Fri, 1 Mar 2024 at 08:03, Takashi Yano via Cygwin wrote: > Please try: cygwin 3.6.0-0.66.gc77a5689f7bd (TEST) I can confirm this fixes the issue for me, thank you! David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: [ITA] fontconfig

2024-03-01 Thread marco atzeri via Cygwin-apps
On Fri, Mar 1, 2024 at 2:28 PM Takashi Yano via Cygwin-apps wrote: > > Hi Jon, > > On Thu, 22 Feb 2024 06:37:13 +0100 > Marco Atzeri wrote: > > +gnutls Takashi Yano > > +libssh Takashi Yano > > +libvpl

Re: [ITA] fontconfig

2024-03-01 Thread Takashi Yano via Cygwin-apps
Hi Jon, On Thu, 22 Feb 2024 06:37:13 +0100 Marco Atzeri wrote: > +gnutls Takashi Yano > +libssh Takashi Yano > +libvpl Takashi Yano > +nettle

[PATCH cygport] dodoc: Skip a file if a compressed version already exists

2024-03-01 Thread Christian Franke via Cygwin-apps
It IMO makes sense to compress large and rarely viewed doc files like change logs. This seems to be common practice on Debian etc. With current cygport, the following results in ChangeLog and ChangeLog.gz in the docdir: src_install() {   ...   dodoc ChangeLog   gzip -9 -n

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread Takashi Yano via Cygwin
On Fri, 1 Mar 2024 19:21:12 +0900 Takashi Yano wrote: > On Fri, 1 Mar 2024 09:25:10 +0900 > Takashi Yano wrote: > > On Thu, 29 Feb 2024 18:19:45 + > > Kate Deplaix wrote: > > > To reproduce this: > > > > > > * > > > make sure you have a fresh installed of cygwin 3.5.1 > > > * > > >

[PATCH] Cygwin: console: Do not unmap shared console memory belonging to ctty.

2024-03-01 Thread Takashi Yano
In the condition that console setup for CTTY and close run at the sametime, accessing shared console memory which is already unmapped may occur. With this patch, to avoid this race issue, shared console memory which belongs to contorolling terminal (CTTY) is kept mapped as before. Addresses:

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-03-01 Thread Takashi Yano via Cygwin
On Fri, 1 Mar 2024 09:25:10 +0900 Takashi Yano wrote: > On Thu, 29 Feb 2024 18:19:45 + > Kate Deplaix wrote: > > To reproduce this: > > > > * > > make sure you have a fresh installed of cygwin 3.5.1 > > * > > install the following packages: autoconf, make, patch, curl, > >

Re: default high priority for mintty

2024-02-29 Thread Backwoods BC via Cygwin
On Thu, Feb 29, 2024 at 1:38 PM Charles Russell via Cygwin wrote: > > What is the easiest way to open mintty with high priority by default? > Adding /High to the shortcut command string no longer seems to work in > Windows 11. Assuming that you're using the mintty window to run bash, or another

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
$ (gdb|grep '+1275' -n -B10 -A10)<530 /usr/src/debug/cygwin-3.5.1-1/winsup/cygwin/pinfo.cc: No such file or directory. 225- 226-564 in /usr/src/debug/cygwin-3.5.1-1/winsup/cygwin/pinfo.cc 227-565 in /usr/src/debug/cygwin-3.5.1-1/winsup/cygwin/pinfo.cc 228- 0x0001800991de <+300>:

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread Takashi Yano via Cygwin
On Thu, 29 Feb 2024 18:19:45 + Kate Deplaix wrote: > To reproduce this: > > * > make sure you have a fresh installed of cygwin 3.5.1 > * > install the following packages: autoconf, make, patch, curl, > mingw64-x86_64-gcc-g++, mingw64-i686-gcc-g++ > * > curl -LO >

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
$ (echo symbol cygwin1.dll;grep -Po '(?<=cygwin1!)[a-z_0-9]*?\+0x[a-f0-9]*'|sed -E 's/^/i line *(/;s/$/)/')|gdb GNU gdb (GDB) (Cygwin 12.1-1) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
$ (echo symbol cygwin1.dll;grep -Po '(?<=cygwin1!)[a-z_0-9]*?\+0x[a-f0-9]*'|sed -E 's/^/i line *(/;s/$/)/')|gdb GNU gdb (GDB) (Cygwin 12.1-1) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free

default high priority for mintty

2024-02-29 Thread Charles Russell via Cygwin
What is the easiest way to open mintty with high priority by default? Adding /High to the shortcut command string no longer seems to work in Windows 11. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

<    5   6   7   8   9   10   11   12   13   14   >