From: Zygo Blaxell Date: Tue, 24 Mar 2020 04:19:09 +0000 (-0400) Subject: zygo: no nested fakeroot X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7594e40ea5b2ce637ac1fccf18ddbb068f06bd75;p=linux zygo: no nested fakeroot 23:54:06 O: LD [M] virt/lib/irqbypass.ko 23:54:07 E: fakeroot -u debian/rules binary 23:54:07 E: fakeroot: FAKEROOTKEY set to 108604309 23:54:07 E: fakeroot: nested operation not yet supported 23:54:07 E: dpkg-buildpackage: error: fakeroot -u debian/rules binary subprocess returned exit status 1 23:54:08 E: make[1]: *** [scripts/package/Makefile:80: bindeb-pkg] Error 1 23:54:08 E: make: *** [Makefile:1365: bindeb-pkg] Error 2 23:54:08 I: Finished with exitcode 2 (cherry picked from commit 0ad8aded2bdba7c063ce7c9cbebdc4d11290155a) --- diff --git a/zygo/do b/zygo/do index 1154d242efce..e85c08a61713 100755 --- a/zygo/do +++ b/zygo/do @@ -26,7 +26,7 @@ new-kernel # Long ago it was "make oldconfig && make install" KCONFIG_NOTIMESTAMP=1 make oldconfig -yes '' | fakeroot make-kernel "$@" +yes '' | make-kernel "$@" # Move all products to the same directory for pickup mv -vi ../modules/*.deb ../ &