stow exits with Perl errors when run

2025-02-12 Thread Jack S via Cygwin
Hi everyone. I'm having a problem running the "stow" command from the stow 2.4.1+5.40-1 package. When I run it I get some Perl compilation errors and file not found errors. Here's the output: $ stow Can't locate builtin.pm in @INC (you may need to install the builtin module) (@INC entries checked

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

2025-02-12 Thread Christian Franke via Cygwin
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 'dir' retained as 0755 (rwxr-xr-x) mode of 'dir/file' retai

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

2025-02-12 Thread Christian Franke via Cygwin
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_SPARSE_FILES - Cygwin m

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

2025-02-12 Thread Corinna Vinschen via Cygwin
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 "sparse" option (mount Y: -o sparse,exec /cygdrive

Re: __builtin_thread_pointer

2025-02-12 Thread Corinna Vinschen via Cygwin
On Feb 11 23:52, Dimitry Andric via Cygwin wrote: > Yes, that is the RISCV or SH specific method. On x86_64, you access it via > the fs register, i.e. gcc (on Linux at least :) compiles: > > void *p = __builtin_thread_pointer(); > > to something like: > > movq%fs:0, %rax > mov

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: Re Window Closes When Resizing

2025-02-12 Thread tlake--- via Cygwin
-Original Message- From: Brian Inglis Sent: Wednesday, February 12, 2025 11:19 AM To: cygwin@cygwin.com Subject: Re: Re Window Closes When Resizing 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 wher

Re: __builtin_thread_pointer

2025-02-12 Thread ASSI via Cygwin
Ken Brown via Cygwin writes: > On 2/11/2025 4:03 PM, Corinna Vinschen via Cygwin wrote: >> Ken, check the source or configury of your package. It looks weird that >> this function should be called architecture-independently. > Thanks for the suggestion. It's actually not called > architecture-ind

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

2025-02-12 Thread Corinna Vinschen via Cygwin
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_SPARSE_FILES > - Cygwin mount has "sparse

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: Re Window Closes When Resizing

2025-02-12 Thread Thomas Wolff via Cygwin
Am 12.02.2025 um 17:18 schrieb 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

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 vi

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

2025-02-12 Thread Cedric Blancher via Cygwin
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_SPARSE_FILES - Cygwin mount has "sparse" option (mount Y: -o sparse,exec /cygdrive/y) - source file has FILE_ATT

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-12 Thread Corinna Vinschen via Cygwin
On Feb 11 16:45, Ken Brown via Cygwin wrote: > On 2/11/2025 4:03 PM, Corinna Vinschen via Cygwin wrote: > > Ken, check the source or configury of your package. It looks weird that > > this function should be called architecture-independently. > Thanks for the suggestion. It's actually not called