Skip to content

unmet dependencies for libllvm18 #101332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
florlero-coder opened this issue Jul 31, 2024 · 4 comments
Closed

unmet dependencies for libllvm18 #101332

florlero-coder opened this issue Jul 31, 2024 · 4 comments
Assignees
Labels

Comments

@florlero-coder
Copy link

florlero-coder commented Jul 31, 2024

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

@tamird
Copy link
Member

tamird commented Jul 31, 2024

@Shunpoco
Copy link

Shunpoco commented Jul 31, 2024

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

@Shunpoco
Copy link

Perhaps this issue is duplicated with #101201

@sylvestre
Copy link
Collaborator

yeah, it is a dup and I am working on it

@sylvestre sylvestre closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
@EugeneZelenko EugeneZelenko added the duplicate Resolved as duplicate label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants