Wookey wrote: > Running it as root via fakeroot we get the dh_fixperms problem again. That > loks like a clue. > Perhaps it is a fakeroot problem really? > > # DH_VERBOSE=1 fakeroot dh_fixperms > find debian/build-tools -print0 2>/dev/null | xargs -0r chown > --no-dereference 0:0 > find debian/build-tools ! -type l -print0 2>/dev/null | xargs -0r > chmod go=rX,u+rw,a-s > find debian/build-tools/usr/share/doc -type f ! -regex > 'debian/build-tools/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | > xargs -0r chmod 644 > find debian/build-tools/usr/share/doc -type d -print0 2>/dev/null | > xargs -0r chmod 755 > chmod: changing permissions of debian/build-tools/usr/share/doc/build-tools': > Invalid argument > dh_fixperms: find debian/build-tools/usr/share/doc -type d -print0 > 2>/dev/null | xargs -0r chmod 755 returned exit code 123 > > > Any other ideas?
Seems that you have not tried running the chmod command manually inside fakeroot. I can't reproduce this problem on amd64. Seems certian to be a fakeroot or possibly coreutils problem though. (Note that a new coreutils entered unstable 4 days ago.) So, suggest you isolate the package thru targeted downgrades. -- see shy jo
signature.asc
Description: Digital signature

