]> git.hungrycats.org Git - linux/commitdiff
zygo: no nested fakeroot
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Tue, 24 Mar 2020 04:19:09 +0000 (00:19 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Tue, 24 Mar 2020 04:23:39 +0000 (00:23 -0400)
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)

zygo/do

diff --git a/zygo/do b/zygo/do
index 1154d242efcef34f5d47a449486c81ca4a4ddf6d..e85c08a617133bc0b43466bfe0ff92d7a46b7725 100755 (executable)
--- 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 ../ &