* [PATCH] ci: container: downgrade LLVM to v20
@ 2025-10-22 10:45 Ahmad Fatoum
2025-10-22 10:48 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-10-22 10:45 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
It's currently not possible to build LLVM v21 in our Trixie container:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
clang-21 : Depends: libstdc++-15-dev but it is not installable
Depends: libgcc-15-dev but it is not installable
Depends: libobjc-15-dev but it is not installable
Recommends: llvm-21-dev but it is not going to be installed
Recommends: clang-tools-21 but it is not going to be installed
libllvm21 : Depends: libxml2-16 (>= 2.14.1) but it is not installable
lldb-21 : Depends: liblldb-21 but it is not going to be installed
Depends: libxml2-16 (>= 2.14.1) but it is not installable
Depends: python3-lldb-21 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
E: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. lldb-21:amd64=1:21.1.4~++20251021083224+222fc11f2b8f-1~exp1~20251021083341.56 is selected for install
2. lldb-21:amd64 Depends libxml2-16 (>= 2.14.1)
but none of the choices are installable:
[no choices]
Until resolved, downgrade to LLVM v20. We currently need this only for
libfuzzer.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
test/Containerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Containerfile b/test/Containerfile
index 2c0a20ec59da..6b4a97147c2e 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -62,7 +62,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV GCC_VERSION=15.2.0
-ENV LLVM_VERSION=21
+ENV LLVM_VERSION=20
RUN apt-get update && apt-get install -y --no-install-recommends lsb-release gnupg \
&& wget https://apt.llvm.org/llvm.sh \
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ci: container: downgrade LLVM to v20
2025-10-22 10:45 [PATCH] ci: container: downgrade LLVM to v20 Ahmad Fatoum
@ 2025-10-22 10:48 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-10-22 10:48 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Wed, 22 Oct 2025 12:45:08 +0200, Ahmad Fatoum wrote:
> It's currently not possible to build LLVM v21 in our Trixie container:
>
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> [...]
Applied, thanks!
[1/1] ci: container: downgrade LLVM to v20
https://git.pengutronix.de/cgit/barebox/commit/?id=305c0a1ed064 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-22 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-22 10:45 [PATCH] ci: container: downgrade LLVM to v20 Ahmad Fatoum
2025-10-22 10:48 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox