Open XVilka opened 1 year ago
@llvm/issue-subscribers-lldb
See also #64120.
I can't reproduce on Debian I will try with ubuntu
Happens to me on ubuntu-22.04 with llvm.sh 16
and llvm.sh 17
. In both cases it is a clean system with no previous usage of llvm.sh
.
@LocutusOfBorg rings a bell? I don't have my laptop with me today
https://apt.llvm.org/llvm.sh - failure to install 15, 16
It seems 13 is affected as well: https://github.com/llvm/llvm-project/issues/64120#issuecomment-1656201384
I saw this in our CI as well. It runs on a Ubuntu 22.04 with various tools preinstalled, including llvm 14.
I managed to work around the issue by adding this command line before ./llvm.sh 16
:
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
Really sorry about this. I am traveling with a proper connexion.
Looks like it's fixed now, our builders are green again, many thanks 🙂
It started happening since yesterday on our CI. I tried different versions but it didn't help.
https://github.com/rizinorg/rizin/actions/runs/5683740019/job/15415025478