Issue 108995
Summary Can't install LLVM 19 on debian using llvm.sh
Labels new issue
Assignees
Reporter ChrisGreenaway
    Building the Dockerfile:
```
FROM debian:bullseye

RUN apt update && apt --yes upgrade
RUN apt install --yes curl lsb-release wget software-properties-common gnupg
RUN curl -sL https://apt.llvm.org/llvm.sh | bash -s -- 19 all
```

fails with the error:
```
7.558 The following packages have unmet dependencies:
7.596  libllvm19 : Breaks: llvm-19-dev (< 1:19.1.0~++rc3-1~exp2) but 1:19.1.0~++20240916073041+bdae3c487cbb-1~exp1~20240916193200.38 is to be installed
7.596  llvm-19-dev : Breaks: libllvm19 (< 1:19.1.0~++rc4-5) but 1:19.1.0~++20240916073041+bdae3c487cbb-1~exp1~20240916193200.38 is to be installed
7.606 E: Unable to correct problems, you have held broken packages.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to