Re: /usr/bin/setfacl is broken in 3.7.0-0.127.g2029784e05d9

2025-06-16 Thread Brian Inglis via Cygwin
On 2025-06-16 03:17, Lionel Cons via Cygwin wrote: On Fri, 13 Jun 2025 at 21:52, Brian Inglis via Cygwin wrote: On 2025-06-13 06:09, Lionel Cons via Cygwin wrote: /usr/bin/setfacl is broken in 3.7.0-0.127.g2029784e05d9 my testcase: lionel$ uname -a CYGWIN_NT-10.0-19045 halcyonrenard17 3.7.0

Re: posix_spawn difference from Linux

2025-06-14 Thread Brian Inglis via Cygwin
On 2025-06-13 21:39, Glenn Strauss via Cygwin wrote: On Fri, Jun 13, 2025 at 02:25:17PM -0700, Jeremy Drake via Cygwin wrote: On Fri, 13 Jun 2025, Jeremy Drake wrote: I am working on some posix_spawn tests for the new stc repository [1], and making sure they behave the same between Cygwin and

Re: /usr/bin/setfacl is broken in 3.7.0-0.127.g2029784e05d9

2025-06-13 Thread Brian Inglis via Cygwin
On 2025-06-13 06:09, Lionel Cons via Cygwin wrote: /usr/bin/setfacl is broken in 3.7.0-0.127.g2029784e05d9 my testcase: lionel$ uname -a CYGWIN_NT-10.0-19045 halcyonrenard17 3.7.0-0.127.g2029784e05d9.x86_64 2025-06-10 12:15 UTC x86_64 Cygwin lionel$ mkdir nfstmp1 ionel$ setfacl -m g::rwx nfstmp1

Re: Installing Cygwin version 3.5.1?

2025-06-13 Thread Brian Inglis via Cygwin
On 2025-06-13 06:11, Lionel Cons via Cygwin wrote: Is there a way to specifically install Cygwin version 3.5.1 (for testing purposes)? As 3.5.1 is no longer available directly via Cygwin Setup, could you use 3.5.7 which is still available in current setup.ini as the oldest stable version and

Re: Path prefix //./ in Cygwin

2025-06-12 Thread Brian Inglis via Cygwin
On 2025-06-11 18:57, Jeremy Drake via Cygwin wrote: On Thu, 12 Jun 2025, Sam Edge via Cygwin wrote: I would think that if you're building something against Cygwin, it's probably best to assume it's POSIX where only forward-slash is special and not try to second-guess. This is unsafe, and actu

Re: Character encoding used by LookupAccountSidA()?

2025-06-11 Thread Brian Inglis via Cygwin
On 2025-06-11 00:49, Cedric Blancher via Cygwin wrote: Which character encoding is used by LookupAccountSidA() (not LookupAccountSidW())? Is there a way to force a specific encoding, like UTF-8 or GB18030? Check MS: https://learn.microsoft.com/en-us/windows/win32/intl/conventions-for-function-

Re: Bug Report: Alt tab inserts tabs in to cygwin terminals

2025-06-08 Thread Brian Inglis via Cygwin
On 2025-06-08 15:19, Backwoods BC via Cygwin wrote: On Sun, Jun 8, 2025 at 2:03 PM Zarquan via Cygwin wrote: I use cygwin to run experiments on protocols on Windows using bash scripts. I often am running multiple programs that interact with each other, so I alt-tab between the consoles. Unfo

Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Brian Inglis via Cygwin
On 2025-06-07 19:50, Jeremy Drake via Cygwin wrote: On Sun, 8 Jun 2025, Roland Mainz via Cygwin wrote: I know... but the request is for portable applications and scripts, which either use |pathconf(...,_PC_CASE_SENSITIVE)| or /bin/getconf to probe this information. Both APIs are not supported b

Re: RFE: getconf(1)/|pathconf()| support for |_PC_CASE_SENSITIVE| ...

2025-06-07 Thread Brian Inglis via Cygwin
On 2025-06-07 09:45, Roland Mainz via Cygwin wrote: Could Cygwin /bin/getconf please add support for |pathcomf(... _PC_CASE_SENSITIVE)|, either querying |FILE_CASE_SENSITIVE_INFORMATION| (see https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_file_case_sensitive_inform

Re: Why no "World" group in Cygwin?

2025-06-04 Thread Brian Inglis via Cygwin
On 2025-06-04 10:58, Cedric Blancher via Cygwin wrote: Why is there no "world" group in Cygwin by default? So war I've found EVERY Windows access token contains an group entry for S-1-1-0 (World), which makes me wonder by Cygwin doesn't generate a GID by default. It's also called Everyone on so

Re: Compile as DOS application?

2025-06-01 Thread Brian Inglis via Cygwin
On 2025-06-01 10:47, Eric J Korpela via Cygwin wrote: To be more explicit, a text mode windows program is not a DOS program. It will do anything useful on a DOS system without windows. If you desire 32-bit protected mode DOS programs, DJGPP may be your best option. New builds of DJGPP are avai

Re: gcc links to libcmain when generating a dll

2025-05-26 Thread Brian Inglis via Cygwin
On 2025-05-26 12:27, Arthur Schwarz wrote: Hi Brian; I'm trying to track down the gcc linker (ld) manual. Any idea where I can find it? $ cygcheck -f /usr/bin/ld binutils-2.44-1 https://cygwin.com/packages/summary/binutils-src.html https://www.gnu.org/softwar

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 13:03, Brian Inglis wrote: On 2025-05-25 12:30, Jeremy Drake wrote: On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, with the latest curl packages, retest and report, if you don't mind. Cargo

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 12:30, Jeremy Drake wrote: On Sun, 25 May 2025, Brian Inglis via Cygwin wrote: So please try installing the relevant Cygwin/Mingw64 OpenSSL test packages, with the latest curl packages, retest and report, if you don't mind. Cargo issue (manifests as a hang, but running

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 09:11, Brian Inglis wrote: On 2025-05-25 02:21, ASSI via Cygwin wrote: Jeremy Drake via Cygwin writes: Apparently the fix that MSYS2 made for openssl in https://github.com/msys2/MSYS2-packages/pull/3448  is also not present in Cygwin, so cargo continues to crash after I patched li

Re: openssl and libcurl issue with cargo

2025-05-25 Thread Brian Inglis via Cygwin
On 2025-05-25 02:21, ASSI via Cygwin wrote: Jeremy Drake via Cygwin writes: Apparently the fix that MSYS2 made for openssl in https://github.com/msys2/MSYS2-packages/pull/3448 is also not present in Cygwin, so cargo continues to crash after I patched libcurl. I have the opposite view on crash

Re: gcc links to libcmain when generating a dll

2025-05-22 Thread Brian Inglis via Cygwin
On 2025-05-22 12:37, Arthur Schwarz via Cygwin wrote: I can't figure this one out. > clear;g++ -flinker-output=dyn -o slip.dll *.o generates: /usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/ld: /usr/lib/ gcc/x86_64-pc-cygwin/12/../../../../lib/libcygwin.a(libcmain.o): in fu

Re: bash::SIGSEGV in timegm () from D:\cygwin64\bin\cygwin1.dll

2025-05-22 Thread Brian Inglis via Cygwin
On 2025-05-22 10:07, ASSI via Cygwin wrote: Gary Liddle via Cygwin writes: Thanks for the link, but all the .dbg programmes segfault in:- ie bash.exe.dbg mainCRTStartup () at /usr/src/debug/cygwin-3.4.10-1/winsup/cygwin/crt0.c:16 for all versions (which might be a clue?). Did

Re: fork error when trying to call VirtualAlloc with size==0

2025-05-19 Thread Brian Inglis via Cygwin
On 2025-05-19 21:25, Yuyi Wang via Cygwin wrote: Thank you for your reply. The DLL is a "proc macro" DLL for rustc, which means that it's not designed to be changed after created. However, I've also found that this stage-1 compiler doesn't always trigger this failure: it just trigger fork failure

Re: Using Cygwin installation on network share in CI fails

2025-05-13 Thread Brian Inglis via Cygwin
On 2025-05-13 10:32, Aurélien Couderc via Cygwin wrote: On Tue, May 13, 2025 at 5:41 PM Brian Inglis via Cygwin wrote: On 2025-05-13 02:33, Aurélien Couderc via Cygwin wrote: On Mon, May 12, 2025 at 7:43 PM Brian Inglis via Cygwin wrote: On 2025-05-12 10:34, Aurélien Couderc via Cygwin wrote

Re: Using Cygwin installation on network share in CI fails

2025-05-13 Thread Brian Inglis via Cygwin
On 2025-05-13 02:33, Aurélien Couderc via Cygwin wrote: On Mon, May 12, 2025 at 7:43 PM Brian Inglis via Cygwin wrote: On 2025-05-12 10:34, Aurélien Couderc via Cygwin wrote: Using Cygwin install on network share in CI fails. This seems to be a recent regression, as this was working a year

Re: Using Cygwin installation on network share in CI fails

2025-05-12 Thread Brian Inglis via Cygwin
On 2025-05-12 10:34, Aurélien Couderc via Cygwin wrote: Cygwin: Using Cygwin install on network share in CI fails. This seems to be a recent regression, as this was working a year before. Now on Windows 10 with Cygwin 3.6.1 it fails with error 127. That can mean a missing DLL function entry.

Re: Cannot install git-svn

2025-05-09 Thread Brian Inglis via Cygwin
[Do not post HTML/XML/l14ned headers as these mailing lists block/strip that.] It appears that the subversion (subversion-perl) package needs updated to depend on supported perl. On 2025-05-09 05:24, Wiktor S. via Cygwin wrote: So what should one do to make git svn work?Temat: Re: Cannot inst

Re: Default GCC compiler options and how to change them

2025-05-08 Thread Brian Inglis via Cygwin
On 2025-05-08 13:25, Hamish McIntyre-Bhatty via Cygwin wrote: I've run into a blocker when trying to build wxPython that wasn't a problem when I last did it (which amittedly was over a year ago). Some -werror flags are being passed to GCC, but I can't see where they're coming from. Are there any

Re: Regression in syslog-ng with libglib2.0_0 f2.84.0-1

2025-05-05 Thread Brian Inglis via Cygwin
On 2025-05-04 13:14, Sam Edge via Cygwin wrote: On 28/03/2025 11:20, Sam Edge via Cygwin wrote: On 28/03/2025 11:00, Sam Edge via Cygwin wrote: I've had a weird regression with syslog-ng recently. Dunno if it's related to a new release of the Cygwin DLL because I've only just spotted it. When

Re: Signing cygwin.com binaries with signtool by default ?

2025-05-04 Thread Brian Inglis via Cygwin
public TA cert to the CA trust store. -Jim On May 3, 2025, at 3:43 PM, Jeremy Drake via Cygwin wrote: On Sat, 3 May 2025, Brian Inglis via Cygwin wrote: On 2025-05-03 12:21, Roland Mainz via Cygwin wrote: Is it somehow possible that the CI+Release binaries (*.exe, *.dll) can be si

Re: Signing cygwin.com binaries with signtool by default ?

2025-05-04 Thread Brian Inglis via Cygwin
o add mais lorsqu'il n'y a plus rien à retrancher but when there is no more to cut -- Antoine de Saint-Exupéry On 2025-05-04 04:37, James Hanley wrote: Break the license rules? How - is it GPLv3? -Jim On May 3, 2025, at 3:09 PM, Brian Inglis via Cygwin

Re: Signing cygwin.com binaries with signtool by default ?

2025-05-03 Thread Brian Inglis via Cygwin
On 2025-05-03 12:49, Roland Mainz via Cygwin wrote: On Sat, May 3, 2025 at 8:21 PM Roland Mainz wrote: Is it somehow possible that the CI+Release binaries (*.exe, *.dll) can be signed with signtool (https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool) ? It seems that Microsoft De

Re: Signing cygwin.com binaries with signtool by default ?

2025-05-03 Thread Brian Inglis via Cygwin
On 2025-05-03 12:21, Roland Mainz via Cygwin wrote: Is it somehow possible that the CI+Release binaries (*.exe, *.dll) can be signed with signtool (https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool)? No - would break the Cygwin licence terms unless MS releases source! It seem

Re: Clipboard paste on SHIFT-INSERT no longer works for me

2025-05-02 Thread Brian Inglis via Cygwin
Also default enabled in ~/.minttyrc, ~/.config/mintty/config, $APPDATA/mintty/config, /etc/minttyrc: #ClipShortcuts=yes # Copy and Paste shortcuts Ctrl-Ins, Shift-Ins On 2025-05-01 14:30, Thomas Wolff via Cygwin wrote: Am 01.05.2025 um 18:57 schrieb Soren via Cygwin: Just a brief

Re: bug with cygserver-config not working anymore

2025-05-01 Thread Brian Inglis via Cygwin
On 2025-04-30 15:30, Christian Lupien via Cygwin wrote: On a recent system install, I tried to install cygserver by executing cygserver-config but it failed saying that cygserver was already running. I have done that same install for many years with success. I tracked down the problem to the

oss-sec: Trailing dot in Cygwin filenames [was: failed to git clone iptables,ipset,nftables]

2025-04-30 Thread Brian Inglis via Cygwin
Hi folks, This looks like a concern that may have been previously addressed but recently resurfaced: https://seclists.org/oss-sec/2025/q2/96 https://seclists.org/oss-sec/2025/q2/99 https://github.com/libgit2/libgit2/issues/6968 https://cygwin.com/pipermail/cy

Re: gnu-patch source, cygwin maintainer patches don't apply cleanly

2025-04-29 Thread Brian Inglis via Cygwin
On 2025-04-29 11:07, Soren via Cygwin wrote: I read up some on cygport a while ago. My impression is that it makes packaging apps in conformance with the standards of cygwin easier. I don't remember clearly, but it didn't seem like a necessity for building packages for local use. My recollection

Re: Request for Assistance: Non-Functioning Commands in Cygwin Environment

2025-04-29 Thread Brian Inglis via Cygwin
On 2025-04-28 01:03, Agnihotri, Alok Kumar via Cygwin wrote: Dear Cygwin Technical Support Team, There is no technical support team - Cygwin is an all volunteer project - so what you get are those who read the mainling list, with free time to respond, who may have any level of, or little, exp

Re: Patch for recent Python versions

2025-04-27 Thread Brian Inglis via Cygwin
On 2025-04-27 03:49, Lee via Cygwin wrote: On Sun, Apr 27, 2025 at 4:52 AM Kevin Schnitzius via Cygwin wrote: On Sunday, April 27, 2025 at 04:20:23 AM EDT, Lee via Cygwin wrote: On Sat, Apr 26, 2025 at 10:38 PM Keith Thompson wrote: I see that Cygwin only supports Python 3.9.16 (or 3.9.

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
On 2025-04-26 15:25, Mark Geisert via Cygwin wrote: Hi Brian, On 4/26/2025 12:51 PM, Brian Inglis via Cygwin wrote: On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c

Re: Windows 10 Home and sshfs

2025-04-26 Thread Brian Inglis via Cygwin
On 2025-04-25 12:04, David Christensen via Cygwin wrote: On 4/24/25 22:01, Mark Geisert via Cygwin wrote: OK, that looks to be the real problem.  What does cygcheck -c cygfuse display? ..mark 2025-04-25 11:02:33 admin@dq67sw ~ $ cygcheck -c cygfuse Cygwin Package Information Package

Re: Missing .pod file for 'diagnostics' pragma in CygwinPerl package?

2025-04-18 Thread Brian Inglis via Cygwin
On 2025-04-17 19:34, Soren via Cygwin wrote: Hello Again, Cygwinistas; On Thu, Apr 17, 2025 at 1:07 PM I wrote: Hello Cygwinstas, I've got a question about the cygwin perl package installed with cygwin setup. I'm having a failure in some perl code not written by me but rather in a CPAN modu

Re: Perl stopped working

2025-04-17 Thread Brian Inglis via Cygwin
WJFFM! $ perl --version This is perl 5, version 40, subversion 1 (v5.40.1) built for x86_64-cygwin-threads-multi (with 3 registered patches, see perl -V for more detail) Copyright 1987-2025, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 06:58, Takashi Yano via Cygwin wrote: On Tue, 15 Apr 2025 06:43:33 -0600 Brian Inglis via Cygwin wrote: On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: Takashi Yano wrote: Thanks for the new testcase. I think the issue has been fixed in: cygwin-3.7.0-0.68.g37c49decc835

Re: /dev/null regression in Cygwin 3.6.1

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 03:33, Bruno Haible via Cygwin wrote: Takashi Yano wrote: Thanks for the new testcase. I think the issue has been fixed in: cygwin-3.7.0-0.68.g37c49decc835 (Test) Thanks. Please test. Hi Takashi, Could you please deploy your CI test build so Bruno can select it from a mirror

Re: diffutils : version 3.12-1 or 3.11-1?

2025-04-15 Thread Brian Inglis via Cygwin
On 2025-04-15 03:46, Fergus Daly via Cygwin wrote: Trivial and unimportant but still worth querying: A recent update provided diffutils v.3.12 and then later exploration of a mismatch on platforms revealed this to be a test verson and 3.11 to be current. I'm pretty certain that I did not request

Re: mksetupini aborts if run by a normal user

2025-04-13 Thread Brian Inglis via Cygwin
On 2025-04-12 08:59, ggl329 via Cygwin wrote: Hi Jon, Thanks for updating calm package. Usually, I work as a normal user. (i.e., not as root or an administrator) In this case, mksetupini aborts with a permission error. It is because Python library files do not have permission to normal users. C

Re: Modify bash shell script so it runs in elevated admin mode on Win explorer double click?

2025-04-11 Thread Brian Inglis via Cygwin
On 2025-04-11 14:11, Backwoods BC wrote: On Fri, Apr 11, 2025 at 9:32 AM Brian Inglis via Cygwin wrote: On 2025-04-11 10:21, Mark Liam Brown via Cygwin wrote: Greetings! How can I modify a Cygwin bash script so it runs in elevated Administrator mode when someone double-clicks it in Windows

Re: Modify bash shell script so it runs in elevated admin mode on Win explorer double click?

2025-04-11 Thread Brian Inglis via Cygwin
On 2025-04-11 10:46, Mark Liam Brown via Cygwin wrote: On Fri, Apr 11, 2025 at 6:32 PM Brian Inglis via Cygwin wrote: On 2025-04-11 10:21, Mark Liam Brown via Cygwin wrote: Greetings! How can I modify a Cygwin bash script so it runs in elevated Administrator mode when someone double-clicks

Re: Modify bash shell script so it runs in elevated admin mode on Win explorer double click?

2025-04-11 Thread Brian Inglis via Cygwin
On 2025-04-11 10:21, Mark Liam Brown via Cygwin wrote: Greetings! How can I modify a Cygwin bash script so it runs in elevated Administrator mode when someone double-clicks it in Windows Explorer? Use a Run as admin shortcut? -- Take care. Thanks, Brian Inglis Calgary, Alberta, C

Re: Latest c-ares build compile failure from sys/unistd.h

2025-04-09 Thread Brian Inglis via Cygwin
On 2025-04-09 13:49, Brian Inglis via Cygwin wrote: Hi folks, Latest c-ares build failing with gcc 12.4 and Cygwin 3.6.0 header: $ uname -srvmo CYGWIN_NT-10.0-19045 3.6.0-1.x86_64 2025-03-18 17:01 UTC x86_64 Cygwin $ gcc --version gcc (GCC) 12.4.0 Copyright (C) 2022 Free Software Foundation

Latest c-ares build compile failure from sys/unistd.h

2025-04-09 Thread Brian Inglis via Cygwin
Hi folks, Latest c-ares build failing with gcc 12.4 and Cygwin 3.6.0 header: $ uname -srvmo CYGWIN_NT-10.0-19045 3.6.0-1.x86_64 2025-03-18 17:01 UTC x86_64 Cygwin $ gcc --version gcc (GCC) 12.4.0 Copyright (C) 2022 Free Software Foundation, Inc. ... /usr/include/sys/unistd.h:218:14: error: expe

Re: Tuning ls, ls -l, find ., find . -ls performance for very large dirs (60000+ files/dir)

2025-04-08 Thread Brian Inglis via Cygwin
On 08/04/2025 19:05, Mark Liam Brown via Cygwin wrote: Are there tuning variables to improve ls, ls -l, find ., find . -ls performance for very large dirs? If we have a SMB dir with 6+ entries a simple ls -l can take MANY minutes (22+mins), while cmd.exe dir just floods the terminal with res

Re: Tuning ls, ls -l, find ., find . -ls performance for very large dirs (60000+ files/dir)

2025-04-08 Thread Brian Inglis via Cygwin
On 2025-04-08 12:05, Mark Liam Brown via Cygwin wrote: Greetings! Are there tuning variables to improve ls, ls -l, find ., find . -ls performance for very large dirs? If we have a SMB dir with 6+ entries a simple ls -l can take MANY minutes (22+mins), while cmd.exe dir just floods the termi

Re: [ITA] acl man pages

2025-04-07 Thread Brian Inglis via Cygwin
[x-post/f-u to apps] On 2025-04-01 08:46, Brian Inglis wrote: On 2025-04-01 02:37, Corinna Vinschen via Cygwin wrote: On Mar 31 23:26, Brian Inglis via Cygwin wrote: On 2025-03-31 12:49, Corinna Vinschen via Cygwin wrote: On Mar 31 12:35, Brian Inglis via Cygwin wrote: Has anyone a feel if

Re: Python 3.12 testing

2025-04-06 Thread Brian Inglis via Cygwin
On 2025-04-06 14:32, dwes1--- via Cygwin wrote: To the Python maintainer and anyone else testing Python 3.12: A few weeks ago, the python developer requested help with evaluating the Python 3.12 release. I downloaded the python312-test package, and worked out that python -m test.test_threading

Re: Cygwin Offline Install (Was: Cygwin wishlist for NFSv4.2 driver?)

2025-04-03 Thread Brian Inglis via Cygwin
On 2025-04-03 02:14, Sebastian Feld via Cygwin wrote: On Tue, Apr 1, 2025 at 12:30 PM Cedric Blancher via Cygwin wrote: New thread: Does Cygwin have any requests, or ideas, what could be improved in the ms-nfs41-client NFSv4.2 driver for Windows? New features? Windows GUI installer, which a

Re: acl man pages {and others?} (Was: symbolic link curiosity in 3.6.0)

2025-04-01 Thread Brian Inglis via Cygwin
On 2025-04-01 02:37, Corinna Vinschen via Cygwin wrote: On Mar 31 23:26, Brian Inglis via Cygwin wrote: On 2025-03-31 12:49, Corinna Vinschen via Cygwin wrote: On Mar 31 12:35, Brian Inglis via Cygwin wrote: [...] Has anyone a feel if there are any other projects on that list whose man pages

Re: acl man pages {and others?} (Was: symbolic link curiosity in 3.6.0)

2025-03-31 Thread Brian Inglis via Cygwin
On 2025-03-31 12:49, Corinna Vinschen via Cygwin wrote: On Mar 31 12:35, Brian Inglis via Cygwin wrote: On 2025-03-29 13:08, Alejandro Colomar wrote: On Sat, Mar 29, 2025 at 07:45:27PM +0100, Alejandro Colomar wrote: Hi Bruno, Oops, s/Bruno/Brian/ :) On Sat, Mar 29, 2025 at 12:28:52PM

Re: acl man pages {and others?} (Was: symbolic link curiosity in 3.6.0)

2025-03-31 Thread Brian Inglis via Cygwin
On 2025-03-29 13:08, Alejandro Colomar wrote: On Sat, Mar 29, 2025 at 07:45:27PM +0100, Alejandro Colomar wrote: Hi Bruno, Oops, s/Bruno/Brian/ :) On Sat, Mar 29, 2025 at 12:28:52PM -0600, Brian Inglis wrote: On 2025-03-29 05:43, Bruno Haible via Cygwin wrote: Regarding what acl_extended

Re: Tool for listing sparse file layout

2025-03-31 Thread Brian Inglis via Cygwin
On 2025-03-31 03:37, Mark Geisert via Cygwin wrote: On 3/31/2025 1:26 AM, Cedric Blancher via Cygwin wrote: On Tue, 11 Mar 2025 at 11:14, Corinna Vinschen via Cygwin wrote: On Mar 10 21:51, Brian Inglis via Cygwin wrote: On 2025-03-10 14:01, Corinna Vinschen via Cygwin wrote: On Mar  7 15:43

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

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

Re: symbolic link curiousity in 3.6.0

2025-03-29 Thread Brian Inglis via Cygwin
On 2025-03-29 12:14, Brian Inglis via Cygwin wrote: On 2025-03-29 08: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

acl man pages (Was: symbolic link curiosity in 3.6.0)

2025-03-29 Thread Brian Inglis via Cygwin
On 2025-03-29 05:43, Bruno Haible via Cygwin 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 user of acl_extended_file(); therefore I would suggest t

Re: symbolic link curiousity in 3.6.0

2025-03-29 Thread Brian Inglis via Cygwin
On 2025-03-29 08: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 user of acl_extended_file(); th

Re: symbolic link curiousity in 3.6.0

2025-03-28 Thread Brian Inglis via Cygwin
On 2025-03-28 08:30, Bruno Haible via Cygwin wrote: [CCing bug-gnulib] Corinna Vinschen wrote in : I found the problem, it's in a gnulib header. See below. ... Gnulib's acl-internal.h contains this: /* Linux-specific */ /* C

Re: no search option for cygwin archives?

2025-03-28 Thread Brian Inglis via Cygwin
On 2025-03-28 10:12, Charles Russell wrote: On 3/27/2025 2:51 PM, Brian Inglis via Cygwin wrote: Use the public inbox git archives: https://inbox.sourceware.org/cygwin/ Thanks.  That might be worth mentioning on https://cygwin.com/lists.html under Cygwin Mailing Lists > Cygwin It is at

Re: bash.exe crash

2025-03-27 Thread Brian Inglis via Cygwin
On 2025-03-27 14:15, Brian Inglis wrote: On 2025-03-27 12:12, David via Cygwin wrote: On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes:   export XXX=$(uname) As you might e

Re: bash.exe crash

2025-03-27 Thread Brian Inglis via Cygwin
On 2025-03-27 12:12, David via Cygwin wrote: On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes:  export XXX=$(uname) As you might expect: $ uname CYGWIN_NT-10.0-26100 That

Re: no search option for cygwin archives?

2025-03-27 Thread Brian Inglis via Cygwin
On 2025-03-27 08:47, Charles Russell via Cygwin wrote: For the cygwin archives at https://sourceware.org/pipermail/cygwin/ I can no longer find any search option using the Firefox browser It's obviously been a while since you tried! Use the public inbox git archives: https://inbox.sou

Re: /etc/resolv.conf redux

2025-03-26 Thread Brian Inglis via Cygwin
On 2025-03-26 11:37, Jim Garrison via Cygwin wrote: Referring to Referring to Brian Inglis's response in https://cygwin.com/pipermail/cygwin/2024-February/255425.html I added a Cygwin postinstall script: /etc/postinstall/0p_l_etc_resolv_conf.dash to create resolv.conf from `ipconfig /all`

Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key

2025-03-24 Thread Brian Inglis via Cygwin
On 2025-03-23 10:07, Yuyi Wang wrote: Seems that my email username might make someone confused. I'm @Berrysoft, and the maintainer of cygwin target of rustc. That sound interesting and very welcome. As usual in these cases: see below: Problem reports: https://cygwin.com/problems.

Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key

2025-03-23 Thread Brian Inglis via Cygwin
On 2025-03-23 06:32, Yuyi Wang via Cygwin wrote: It's a bug when I tried to run tests of Rust std lib. The standard library of Rust tries to create a new pthread_key in the destructor of a key created previously. Unfortunately, List::for_each locked the mutex before, so List_insert method cannot

Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key

2025-03-23 Thread Brian Inglis via Cygwin
On 2025-03-23 06:32, Yuyi Wang via Cygwin wrote: It's a bug when I tried to run tests of Rust std lib. The standard library of Rust tries to create a new pthread_key in the destructor of a key created previously. Unfortunately, List::for_each locked the mutex before, so List_insert method cannot

Re: Integrating Cygwin into ReactOS (UNIX services for ReactOS)?

2025-03-17 Thread Brian Inglis via Cygwin
On 2025-03-17 15:20, Dan Shelton via Cygwin wrote: Mad? idea: Would there be any objections if Cygwin would be integrated into ReactOS, and always shipped as part of ReactOS? None, as long as the licenses are compatible: https://cygwin.com/licensing.html https://cygwin.com/COP

Re: Access to cygwin.com is blocked to El Salvador?

2025-03-14 Thread Brian Inglis via Cygwin
On 2025-03-14 10:17, Jon Turney via Cygwin wrote: On 12/03/2025 17:14, Vladimir Hidalgo via Cygwin wrote: seems like access to cygwin.com is now blocked to El Salvador? I had to use a VPN to download the installer. Apologies for the inconvenience! sourceware is constantly dealing with aggress

Re: libcurl (and prob. others) need a rebuild after the OpenSSL 3 upgrade

2025-03-14 Thread Brian Inglis via Cygwin
On 2025-03-13 05:57, Antonin Décimo via Cygwin wrote: With mingw64-x86_64-openssl 3.0.16-1 and mingw64-x86_64-libcurl 8.12.1-1 installed I get these errors: cygcheck: track_down: could not find ssleay32.dll cygcheck: track_down: could not find libeay32.dll These two DLLs were provided by openss

Re: Tool for listing sparse file layout

2025-03-10 Thread Brian Inglis via Cygwin
On 2025-03-10 14:01, Corinna Vinschen via Cygwin wrote: On Mar 7 15:43, Cedric Blancher via Cygwin wrote: On Fri, 7 Mar 2025 at 13:24, Corinna Vinschen wrote: cygutils-extra There is no cygutils-extra package either. Ahem: you may be mistaken ;^> https://cygwin.com/packages/sum

Re: SSL Devel Library

2025-03-10 Thread Brian Inglis via Cygwin
On 2025-03-10 18:40, José Isaías Cabrera via Cygwin wrote: On Monday, March 10, 2025 05:19 PM, René Berber expressed: On 3/10/2025 2:35 PM, José Isaías Cabrera via Cygwin wrote: I am trying to install the OpenSSL Development library, but I can't seem to find it. I have the OpenSSL tool (v3.0.16

Re: Cygwin 3.6 on Windows 8?

2025-03-10 Thread Brian Inglis via Cygwin
On 2025-03-10 18:56, Dan Shelton via Cygwin wrote: On Mon, 10 Mar 2025 at 21:24, Brian Inglis via Cygwin wrote: On 2025-03-10 04:35, Martin Wege via Cygwin wrote: On Fri, Mar 7, 2025 at 3:42 PM Dan Shelton via Cygwin wrote: Did anyone test whether Cygwin 3.6 will still work on Windows 8? I

Re: Cygwin 3.6 on Windows 8?

2025-03-10 Thread Brian Inglis via Cygwin
On 2025-03-10 04:35, Martin Wege via Cygwin wrote: On Fri, Mar 7, 2025 at 3:42 PM Dan Shelton via Cygwin wrote: Did anyone test whether Cygwin 3.6 will still work on Windows 8? I know, Win8 is unsupported, but apparently it is still needed https://cygwin.com/ front page says "The Cygwin DLL

Re: GCL and dependencies on cygwin

2025-03-10 Thread Brian Inglis via Cygwin
On 2025-03-10 05:42, Camm Maguire wrote: Greetings, and thank you so much for your helpful reply! Brian Inglis via Cygwin wrote: On 2025-03-09 08:16, Camm Maguire via Cygwin wrote: In general, these topics are best discussed on cygwin-apps, to which all packagers, maintainers, and

Re: GCL and dependencies on cygwin

2025-03-09 Thread Brian Inglis via Cygwin
On 2025-03-09 08:16, Camm Maguire via Cygwin wrote: Greetings, and thank you all for your work on this system. 1) I am preparing a set of GCL releases, both of which basically work on latest cygwin, but the signal handling seems to have been recently broken. Specifically, GCL can trap and handle

Re: sched_getaffinity() always returns the full cpu mask

2025-03-08 Thread Brian Inglis via Cygwin
On 2025-03-08 10:11, Christian Franke via Cygwin wrote: $ grep processor /proc/cpuinfo | tail -1 # i7-14700K processor   : 27 coreutils nproc should show the equivalent result 28 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte

Re: Testing with UNC paths && GNU mkinstalldirs not working with (Cygwin) UNC dirs ...

2025-03-08 Thread Brian Inglis via Cygwin
On 2025-03-08 11:22, Roland Mainz via Cygwin wrote: While doing testing with UNC paths I found that GNU mkinstalldirs does not handle UNC paths - for example creating subdirs in //foo.bar.com/chickmonster/dir1/dir2/ will *partially* appear in /foo.bar.com/chickmonster/dir1/dir2/ Workaround is in

Re: wget runs now

2025-02-28 Thread Brian Inglis via Cygwin
On 2025-02-26 16:42, Charles Perkins via Cygwin wrote: On 2/24/2025 9:51 PM, Brian Inglis wrote: On 2025-02-24 15:54, Charles Perkins wrote: I tried to use wget.  Here's the result: $ wget -r --tries=10 https://a.nice.website/newsletters/ -o log C:/cygwin64/ bin/ wget.exe: error while loading

Re: coreutils 9.6 regression

2025-02-26 Thread Brian Inglis via Cygwin
On 2025-02-25 09:36, Corinna Vinschen wrote: there's a regression in coreutils 9.6: With 9.0: $ pwd /openssh/build $ cp ssh scp /usr/bin $ With 9.6: $ cp ssh scp /usr/bin cp: cannot create regular file '/usr/bin/ssh': File exists cp: cannot create regular file '/usr/bin/scp':

Re: sqlite3 update?

2025-02-26 Thread Brian Inglis via Cygwin
On 2025-02-26 12:30, Jim Garrison via Cygwin wrote: The current sqlite3 package is from 2020 and is seriously out of date, missing many core functions that have been added since then. I have never built/contributed an updated package, but would be willing to try if the current maintainer, Jan

Re: wget does not run

2025-02-24 Thread Brian Inglis via Cygwin
On 2025-02-24 15:54, Charles Perkins wrote: I tried to use wget.  Here's the result: $ wget -r --tries=10 https://a.nice.website/newsletters/ -o log C:/cygwin64/bin/ wget.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory So, I re-ran setup-x

Re: Implementing posix_fadvise()?

2025-02-21 Thread Brian Inglis via Cygwin
On 2025-02-21 09:33, Martin Wege via Cygwin wrote: Could Cygwin implement posix_fadvise()? Which Windows API would be suitable to map posix_fadvise() functionality? Could and does since 2006 (read commnets for details): https://cygwin.com/git/?p=newlib-cygwin.git;a=commitdiff;h=7636b58590621af

Re: Making a Cygwin 3.5.8 release? Fwd: All sparse file fixes available in cygwin-3_5-branch?

2025-02-21 Thread Brian Inglis via Cygwin
Please retry with latest test 3.6 as it is scheduled to be promoted to current stable in the next few weeks. On 2025-02-20 06:58, Cedric Blancher via Cygwin wrote: Given that updating to Cygwin 3.6 broke LOTS of scripts and applications here, and therefore seems to be MONTHS away from being usa

Re: Package 'unitS' requires python39 & requests

2025-02-17 Thread Brian Inglis via Cygwin
On 2025-02-17 16:34, Sam Edge via Cygwin wrote: On 17/02/2025 23:21, Brian Inglis via Cygwin wrote: On 2025-02-17 07:48, Marco Atzeri via Cygwin wrote: On 17/02/2025 15:31, Sam Edge via Cygwin wrote: On 17/02/2025 11:29, Federico Kircheis via Cygwin wrote: I mentioned this a while ago but

Re: Package 'unitS' requires python39 & requests

2025-02-17 Thread Brian Inglis via Cygwin
On 2025-02-17 07:48, Marco Atzeri via Cygwin wrote: On 17/02/2025 15:31, Sam Edge via Cygwin wrote: On 17/02/2025 11:29, Federico Kircheis via Cygwin wrote: I just noted that the last version of mc (4.8.33-1) depends on python3. I mentioned this a while ago but the 'units' package also has a

Re: bug in strcasecmp and strncasecmp

2025-02-17 Thread Brian Inglis via Cygwin
On 2025-02-17 03:00, Corinna Vinschen via Cygwin wrote: On Feb 16 17:18, Bruno Haible via Cygwin wrote: Per POSIX [1], the functions strcasecmp and strncasecmp should "use the current locale to determine the case of the characters.". [1] https://pubs.opengroup.org/onlinepubs/9799919799/function

Re: /bin/cp of sparse files broken in 3.6.0-0.362.g68c13dc92f65.x86_64?

2025-02-13 Thread Brian Inglis via Cygwin
On 2025-02-12 12:08, Corinna Vinschen via Cygwin wrote: On Feb 12 10:54, Brian Inglis via Cygwin wrote: On 2025-02-12 10:30, Corinna Vinschen via Cygwin wrote: On Feb 12 17:32, Cedric Blancher via Cygwin wrote: Checklist: - Volume has FILE_SUPPORTS_SPARSE_FILES - Cygwin mount has "s

Re: coreutils-9.0-1: chmod -R silently returns failure if dir contains a symlink (regression)

2025-02-13 Thread Brian Inglis via Cygwin
On 2025-02-12 15:00, Christian Franke via Cygwin wrote: Brian Inglis via Cygwin wrote: On 2025-02-09 08:01, Christian Franke via Cygwin wrote: Testcase: $ uname -r 3.5.7-1.x86_64 $ cygcheck -f /bin/chmod coreutils-9.0-1 $ mkdir dir $ touch dir/file $ chmod -R -v g-w dir; echo $? mode of

Re: /bin/cp of sparse files broken in 3.6.0-0.362.g68c13dc92f65.x86_64?

2025-02-12 Thread Brian Inglis via Cygwin
On 2025-02-12 10:30, Corinna Vinschen via Cygwin wrote: On Feb 12 17:32, Cedric Blancher via Cygwin wrote: Good afternoon! Is copying sparse files broken in 3.6.0-0.362.g68c13dc92f65.x86_64? cp --version cp (GNU coreutils) 9.5 Packaged by Cygwin (9.5-1 Checklist: - Volume has FILE_SUPPORTS_SP

Re: /bin/cp of sparse files broken in 3.6.0-0.362.g68c13dc92f65.x86_64?

2025-02-12 Thread Brian Inglis via Cygwin
On 2025-02-12 09:32, Cedric Blancher via Cygwin wrote: Is copying sparse files broken in 3.6.0-0.362.g68c13dc92f65.x86_64? cp --version cp (GNU coreutils) 9.5 Packaged by Cygwin (9.5-1 Checklist: - Volume has FILE_SUPPORTS_SPARSE_FILES - Cygwin mount has "sparse" option (mount Y: -o sparse,exec /

Re: __builtin_thread_pointer

2025-02-12 Thread Brian Inglis via Cygwin
On 2025-02-11 15:52, Dimitry Andric via Cygwin wrote: On 11 Feb 2025, at 23:25, Brian Inglis wrote: On 2025-02-11 13:58, Dimitry Andric wrote: On 11 Feb 2025, at 21:45, Brian Inglis via Cygwin wrote: On 2025-02-11 12:41, Dimitry Andric via Cygwin wrote: On 11 Feb 2025, at 20:26, Ken Brown

Re: Re Window Closes When Resizing

2025-02-12 Thread Brian Inglis via Cygwin
On 2025-02-11 14:57, tlake--- via Cygwin wrote: Here's the cygcheck file. I'm running 2.932 of the setup program but I don't see where the Cygwin version is listed. The problem happens with any program I compile with the C compiler (gcc 14.2.0) When I run the resulting program from Windows, it op

Re: __builtin_thread_pointer

2025-02-11 Thread Brian Inglis via Cygwin
On 2025-02-11 13:58, Dimitry Andric wrote: On 11 Feb 2025, at 21:45, Brian Inglis via Cygwin wrote: On 2025-02-11 12:41, Dimitry Andric via Cygwin wrote: On 11 Feb 2025, at 20:26, Ken Brown via Cygwin wrote: Does Cygwin support __builtin_thread_pointer? I'm guessing not, because I'm

Re: __builtin_thread_pointer

2025-02-11 Thread Brian Inglis via Cygwin
On 2025-02-11 13:58, Dimitry Andric wrote: On 11 Feb 2025, at 21:45, Brian Inglis via Cygwin wrote: On 2025-02-11 12:41, Dimitry Andric via Cygwin wrote: On 11 Feb 2025, at 20:26, Ken Brown via Cygwin wrote: Does Cygwin support __builtin_thread_pointer? I'm guessing not, because I'm

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-11 Thread Brian Inglis via Cygwin
On 2025-02-10 19:09, Kaz Kylheku wrote: On 2025-02-10 12:32, Brian Inglis via Cygwin wrote: One can avoid any issues by running Cygwin programs only from other Cygwin programs, and Windows programs only from other Windows programs. Microsoft has provided a documented algorithm, which is

  1   2   3   4   5   6   >