From 11e6fb8295924e208eb274694bf08eee5c64959c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 13 Nov 2024 15:18:24 -0800 Subject: [PATCH] Install fakeroot for openafs packaeg builds This installs fakeroot in the environment that we build openafs packages in. This appears to be necessary to address: dpkg-buildpackage: error: fakeroot not found, either install the fakeroot package, specify a command with the -r option, or run this as root Change-Id: Ic6b2045207de2317d801ba33b4c4181226f4310e --- roles/infra-deb-package-build/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/infra-deb-package-build/tasks/main.yaml b/roles/infra-deb-package-build/tasks/main.yaml index 56801e7a..4dbcae0e 100644 --- a/roles/infra-deb-package-build/tasks/main.yaml +++ b/roles/infra-deb-package-build/tasks/main.yaml @@ -5,6 +5,7 @@ - devscripts - dpkg-dev - equivs # for mk-build-deps + - fakeroot become: yes - name: Make working directory