From cb6f7f0ef105cf1f04fb3ae6e8db5ce5432d6e60 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 30 Mar 2026 16:24:38 +0200 Subject: [PATCH] device-clockworkpi-uconsole-rpi: depend on gcc Fix that building this package fails with: ccache: error: Could not find compiler "aarch64-alpine-linux-musl-gcc" in PATH dtc tries to call gcc, so we must add it to the makedepends. It doesn't seem possible to use clang instead with dtc, and even if, let's get the package building with GCC first to unblock the queue in BPO and then look into doing that. This has probably worked in the past because pmbootstrap used to pre-install more dependencies in the past during builds and this package hasn't been built in a long time. [ci:skip-vercheck]: code wasn't changed, just fixing the build Signed-off-by: Oliver Smith Part-of: --- device/downstream/device-clockworkpi-uconsole-rpi/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/downstream/device-clockworkpi-uconsole-rpi/APKBUILD b/device/downstream/device-clockworkpi-uconsole-rpi/APKBUILD index 50921fde3..bb4c19562 100644 --- a/device/downstream/device-clockworkpi-uconsole-rpi/APKBUILD +++ b/device/downstream/device-clockworkpi-uconsole-rpi/APKBUILD @@ -17,7 +17,7 @@ depends=" " makedepends=" devicepkg-dev - clang + gcc dtc linux-rpi-dev "