aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap/aarch64-linux
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/bootstrap/aarch64-linux')
0 files changed, 0 insertions, 0 deletions
-06 15:43:35 -0700'>2020-06-06daemon: Handle EXDEV when moving to trash directory....Fixes <https://bugs.gnu.org/41607>. Reported by Stephen Scheck <singularsyntax@gmail.com>. * nix/libstore/gc.cc (LocalStore::deletePathRecursive): When we try to move a dead directory into the trashDir using rename(2) but it returns an EXDEV error, just delete the directory instead. This can happen in a Docker container when the directory is not on the "top layer". Chris Marusich