On Wed, 2019-02-27 at 13:36 -0800, Samuel Thibault wrote: > Hello, > > In version 8.30-2, a fix was added to coreutils to make it use > renameat2, but it happens that it wasn't supported in hurd's glibc, > and thus the "mv" command would fail completely. I have pushed a fix > to glibc, to be uploaded when Aurelien is finished with the things he > wanted to fix.
Thanks! I've been struggling with that problem the whole day and evening! mkdir FOO; mv FOO BAR; mv: cannot move 'FOO' to a subdirectory of itself, 'BAR'