bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread George Valkov
> On 2023-02-25, at 12:47 AM, Pádraig Brady wrote: > > On 24/02/2023 22:06, George Valkov wrote: >> If I revert a0803c4bad6f8e11bb05effcc42ef433f4fc3f9b, the requirement to >> press enter after PASS: tests/rm/isatty.sh is fixed. > > Ah very useful info. > I'll test this on my macOS 13.2 syste

bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread Pádraig Brady
On 24/02/2023 22:06, George Valkov wrote: If I revert a0803c4bad6f8e11bb05effcc42ef433f4fc3f9b, the requirement to press enter after PASS: tests/rm/isatty.sh is fixed. Ah very useful info. I'll test this on my macOS 13.2 system. Sometimes it might randomly hang: gdb after PASS: tests/rm/r-4

bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread George Valkov
If I revert a0803c4bad6f8e11bb05effcc42ef433f4fc3f9b, the requirement to press enter after PASS: tests/rm/isatty.sh is fixed. Sometimes it might randomly hang: gdb after PASS: tests/rm/r-4.sh ^Cmake[1]: *** Deleting file 'tests/rm/r-root.log' ^C^C^C ps -A |grep gdb 55051 ttys0200:00.09 gdb -

bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread George Valkov
> On 2023-02-24, at 5:43 PM, Pádraig Brady wrote: > > On 24/02/2023 14:33, George Valkov wrote: >>> On 2023-02-24, at 12:23 AM, Paul Eggert wrote: >>> >>> On 2/20/23 13:14, Pádraig Brady wrote: Since https://github.com/coreutils/gnulib/commit/4db8db34 gnulib has been unconditionally

bug#61767: install: options --compare (-C) and --preserve-timestamps are mutually exclusive

2023-02-24 Thread Frank Heckenbach
=== % install -C -p x y install: options --compare (-C) and --preserve-timestamps are mutually exclusive Try 'install --help' for more information. % install --help Usage: install [OPTION]... [-T] SOURCE DEST or: install [OPTION]... SOURCE... DIRECTORY or: install [OPTION]... -t DIRECTORY SO

bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread Pádraig Brady
On 24/02/2023 14:33, George Valkov wrote: On 2023-02-24, at 12:23 AM, Paul Eggert wrote: On 2/20/23 13:14, Pádraig Brady wrote: Since https://github.com/coreutils/gnulib/commit/4db8db34 gnulib has been unconditionally replacing lseek() on macos. Now with SEEK_DATA undefined that replaced lse

bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-24 Thread George Valkov
> On 2023-02-24, at 12:23 AM, Paul Eggert wrote: > > On 2/20/23 13:14, Pádraig Brady wrote: >> Since https://github.com/coreutils/gnulib/commit/4db8db34 >> gnulib has been unconditionally replacing lseek() on macos. >> Now with SEEK_DATA undefined that replaced lseek() >> will run the code inte