You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install LLVM 18 in docker image using: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - \ && wget https://apt.llvm.org/llvm.sh \ && bash llvm.sh 18
The error occurs for Ubuntu 20.04 (focal) and Ubuntu 22.04 (jammy).
I am facing an issue, unmet dependencies for libllvm18, see logs below:
Ubuntu 20.04: The following packages have unmet dependencies: libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8~++20240730104741) but 1:18.1.8~++20240730092202+3b5b5c1ec4a3-1~exp1~20240730092217.142 is to be installed E: Unable to correct problems, you have held broken packages
Ubuntu 22.04: The following packages have unmet dependencies: libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8~++20240730104741) but 1:18.1.8~++20240730092223+3b5b5c1ec4a3-1~exp1~20240730092238.143 is to be installed E: Unable to correct problems, you have held broken packages
The text was updated successfully, but these errors were encountered:
I got the same error when I tried to build a Docker image on both Ubuntu 22.04 and M2 Mac.
The base image is debian:12-slim
I tried to install llvm-18-dev through apt.
The following packages have unmet dependencies:
libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8~++20240730104741) but 1:18.1.8~++20240730092011+3b5b5c1ec4a3-1~exp1~20240730092105.144 is to be installed
When trying to install LLVM 18 in docker image using:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - \ && wget https://apt.llvm.org/llvm.sh \ && bash llvm.sh 18
The error occurs for Ubuntu 20.04 (focal) and Ubuntu 22.04 (jammy).
I am facing an issue, unmet dependencies for libllvm18, see logs below:
Ubuntu 20.04:
The following packages have unmet dependencies: libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8~++20240730104741) but 1:18.1.8~++20240730092202+3b5b5c1ec4a3-1~exp1~20240730092217.142 is to be installed E: Unable to correct problems, you have held broken packages
Ubuntu 22.04:
The following packages have unmet dependencies: libllvm18 : Breaks: llvm-18-dev (< 1:18.1.8~++20240730104741) but 1:18.1.8~++20240730092223+3b5b5c1ec4a3-1~exp1~20240730092238.143 is to be installed E: Unable to correct problems, you have held broken packages
The text was updated successfully, but these errors were encountered: