Skip to content
Prev 56780 / 63424 Next

Staged installation fail on some file systems

Thanks for the report.? According to my reading, this use of "mv" is ok 
and the renameat2() call which the invocation of "mv" leads to is also 
ok and allowed by POSIX in this context. It could only fail with EEXIST 
if the target directory (path/pkg) was not empty. So far I've not been 
able to reproduce but we could fall back to copy like on Windows.

Best
Tomas
On 5/5/19 4:35 AM, Henrik Bengtsson wrote: