Skip to content
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

llvm-19-dev has unmet dependencies #29

Closed
whentojump opened this issue Sep 18, 2024 · 2 comments
Closed

llvm-19-dev has unmet dependencies #29

whentojump opened this issue Sep 18, 2024 · 2 comments

Comments

@whentojump
Copy link

Running the following would fail

sudo ./llvm.sh 19 all
...
+ PKG='clang-19 lldb-19 lld-19 clangd-19'
+ [[ 1 -eq 1 ]]
+ PKG='clang-19 lldb-19 lld-19 clangd-19 clang-tidy-19 clang-format-19 clang-tools-19 llvm-19-dev lld-19 lldb-19 llvm-19-tools libomp-19-dev libc++-19-dev libc++abi-19-dev libclang-common-19-dev libclang-19-dev libclang-cpp19-dev libunwind-19-dev'
+ test 19 -gt 14
+ PKG='clang-19 lldb-19 lld-19 clangd-19 clang-tidy-19 clang-format-19 clang-tools-19 llvm-19-dev lld-19 lldb-19 llvm-19-tools libomp-19-dev libc++-19-dev libc++abi-19-dev libclang-common-19-dev libclang-19-dev libclang-cpp19-dev libunwind-19-dev libclang-rt-19-dev libpolly-19-dev'
+ apt-get install -y clang-19 lldb-19 lld-19 clangd-19 clang-tidy-19 clang-format-19 clang-tools-19 llvm-19-dev lld-19 lldb-19 llvm-19-tools libomp-19-dev libc++-19-dev libc++abi-19-dev libclang-common-19-dev libclang-19-dev libclang-cpp19-dev libunwind-19-dev libclang-rt-19-dev libpolly-19-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
 llvm-19-dev : Breaks: libllvm19 (< 1:19.1.0~++rc4-5) but 1:19.1.0~++20240917071600+bdae3c487cbb-1~exp1~20240917071615.35 is to be installed
E: Unable to correct problems, you have held broken packages.

18 and 20 seem fine.

@sylvestre
Copy link
Collaborator

ok, let me fix it

in the future please open issues on https://github.com/llvm/llvm-project/issues/

@whentojump
Copy link
Author

Tested with 1:19.1.3~++20241031083547+ab51eccf88f5-1~exp1~20241031083703.58. It works fine now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants