bug#52193: mv broken on non-APFS filesystems on macOS on coreutils >= 9.0

2021-12-05 Thread Paul Eggert
On 12/5/21 12:21, Sudhip Nashi wrote: it doesn’t look like the latest commit (the tarball you sent me) fixes the issue. Can you give a way to reproduce the probglem on a macOS system, assuming one has a tmpfs filesystem /A and a non-tmpfs filesystem /B? The scenario wasn't entirely clear

bug#52193: mv broken on non-APFS filesystems on macOS on coreutils >= 9.0

2021-12-05 Thread Sudhip Nashi via GNU coreutils Bug Reports
> macOS is different in that /tmp isn’t actually on a tmpfs filesystem, but is > rather just a normal directory on the main data volume that is cleaned on > boot. One has to manually mount a tmpfs volume themselves with mount_tmpfs. > Anyways, I’ll try the tarball linked and see if the issue