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

2023-03-06 Thread George Valkov
> On 2023-03-06, at 9:37 AM, Paul Eggert wrote: > > I recall reading somewhere in this thread that a 'split' test was failing on > macOS because it doesn't let you lseek on /dev/null. I fixed that problem > here: > > https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=aa266f1b3dc4e12a

Re: 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

Re: 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 -

Re: 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/coreu

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

2023-02-24 Thread George Valkov
p gdb Killing gdb allowed the tests to continue, I had to do it twice: https://httpstorm.com/share/.openwrt/test/2023-02-06_coreutils-9.1/test-06-5c8c2a5161c0b6f84212778f694c526105f10dab-ori.txt > On 2/20/23 02:21, George Valkov wrote: > > What is the correct way to apply your patch? > > Sounds

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

2023-02-22 Thread George Valkov
I received an update from Apple > We reproduced the issue and are investigating. > Our engineers are investigating the root cause of the issue you reported. If > we need more information from you, we’ll add a comment and send you an email. Georgi Valkov httpstorm.com nano RTOS

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

2023-02-20 Thread George Valkov
> On 2023-02-20, at 11:14 PM, Pádraig Brady wrote: > > On 20/02/2023 19:35, George Valkov wrote: >>> On 2023-02-20, at 7:49 PM, Pádraig Brady wrote: >>> >>> On 20/02/2023 15:02, George Valkov wrote: >>>> Hi Paul, the following tests fail af

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

2023-02-20 Thread George Valkov
> On 2023-02-20, at 7:49 PM, Pádraig Brady wrote: > > On 20/02/2023 15:02, George Valkov wrote: >> Hi Paul, the following tests fail after your patch: >> FAIL: tests/split/filter.sh >> FAIL: tests/split/b-chunk.sh >> FAIL: tests/split/l-chunk.sh > > Thes

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

2023-02-20 Thread George Valkov
Hi Paul, the following tests fail after your patch: FAIL: tests/split/filter.sh FAIL: tests/split/b-chunk.sh FAIL: tests/split/l-chunk.sh FAIL: tests/cp/sparse-perf.sh Before patch https://httpstorm.com/share/.openwrt/test/2023-02-06_coreutils-9.1/test-05-95f4ee0577dd836de523f46999777fbbbe9d2772-o

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

2023-02-20 Thread George Valkov
> On 2023-02-19, at 8:08 AM, Paul Eggert wrote: > > George, given what you've written I suppose we should give up the idea of > copying sparse files efficiently on macOS (and on FreeBSD 13.0-RELEASE, as it > has a similar bug with SEEK_HOLE and SEEK_DATA), in cases where fclonefileat > does n