Control: tag -1 moreinfo On Tue, 02 Jan 2018 14:32:03 +0100 Adam Borowski <kilob...@angband.pl> wrote: > dh_fixperms > chown: cannot access 'debian/xppaut/usr/share/doc/xppaut/examples/ode/t.so': > No such file or directory > chown: cannot access > 'debian/xppaut/usr/share/doc/xppaut/examples/ode/testbd.ps': No such file or > directory > dh_fixperms: find debian/xppaut -true -print0 2>/dev/null | xargs -0r chown > --no-dereference 0:0 returned exit cod > e 123 > dh_fixperms: Aborting due to earlier error
Hi, I cannot reproduce this failure in pbuilder (amd64, i386, armhf in qemubuilder on amd64). Can you still reproduce it with current debhelper? Two things I noticed in your log: * dh_compress did not emit the compat level deprecation warning: "dh_compress: Compatibility levels before 9 are deprecated (level 7 in use)" Is this a pristine dh_compress? The error sounds like a file system race between dh_compress and dh_fixperms (s.t. find sees the uncompressed files but chown only sees the compressed ones), but these two shouldn't run in parallel ... * the disk space calculation failed: /usr/bin/du: cannot access '/<<BUILDDIR>>/xppaut-6.11b+1.dfsg/debian/xppaut/usr/share/doc/xppaut/examples/ode/t.so': No such file or directory /usr/bin/du: cannot access '/<<BUILDDIR>>/xppaut-6.11b+1.dfsg/debian/xppaut/usr/share/doc/xppaut/examples/ode/testbd.ps': No such file or directory E: read_command failed to execute du E: Cannot determine space needed for /<<BUILDDIR>>/xppaut-6.11b+1.dfsg (du failed) That sounds fishy ... kind of a filesystem problem? Andreas