Hi all, Today I noticed that several packages failed to install:
> Setting up zfs-dkms (0.7.12-4) ... > Loading new zfs-0.7.12 DKMS files... > Building for 4.19.0-3-amd64 > Building initial module for 4.19.0-3-amd64 > mv: cannot move 'conftest.o' to a subdirectory of itself, 'conftstm.o' > configure: error: *** Unable to build an empty module. > Error! Bad return status for module build on kernel: 4.19.0-3-amd64 (x86_64) > Consult /var/lib/dkms/zfs/0.7.12/build/make.log for more information. > dpkg: error processing package zfs-dkms (--configure): > installed zfs-dkms package post-installation script subprocess returned > error exit status 10 > dpkg: dependency problems prevent configuration of zfs-initramfs: > zfs-initramfs depends on zfs-modules | zfs-dkms; however: > Package zfs-modules is not installed. > Package zfs-dkms which provides zfs-modules is not configured yet. > Package zfs-dkms is not configured yet. > > dpkg: error processing package zfs-initramfs (--configure): > dependency problems - leaving unconfigured Also TeX failed: > Setting up texlive-base (2018.20190227-1) ... > mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVEDIST... > mv: cannot move '/var/lib/texmf/lsR2084.tmp/lsR2084.tmp' to a subdirectory of > itself, '/var/lib/texmf/ls-R-TEXLIVEDIST' > mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... > mv: cannot move '/var/lib/texmf/lsR2084.tmp/lsR2084.tmp' to a subdirectory of > itself, '/var/lib/texmf/ls-R-TEXMFMAIN' > mktexlsr: Updating /var/lib/texmf/ls-R... > mv: cannot move '/var/lib/texmf/lsR2084.tmp/lsR2084.tmp' to a subdirectory of > itself, '/var/lib/texmf/ls-R' > mktexlsr: Done. Searching a bit it seems this is due to a bug in coreutils: #923420 "coreutils: mv broken when file system doesn't support RENAME_NOREPLACEā. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923420 Downgrading to 8.30-1 fixed these problems. Best regards, Peter