-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Error installing clang-format from llvm-toolchain-focal #64120
Comments
@llvm/issue-subscribers-clang-format |
It seems all the packages for some reason recently dropped the
On a local install I also saw that the
|
Seeing same issue with Debian Bullseye, Ubuntu Jammy and Ubuntu Focal https://github.com/cppfw/morda/actions/runs/5670335114/job/15390392591 |
This is even further broken now:
Update: The above error occurs with |
CC @sylvestre |
snapshot is now 18, 17 is in a new branch. Not sure what is causing this. I will have a look (but my connection is pretty bad right now) |
ok, i think i found the issue, the default packages were still pointing to 17 |
Thanks for the fast reply. Will check later. |
As temporary workaround, installing the branch -17 should fix the issue: deb http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main |
@sylvestre it is now fixed for ubuntu focal, but still fails for ubuntu jammy and debian bullseye |
now works for ubuntu jammy, debian bullseye still fails |
The versioned clang 17 packages are available again. But there is still a version-less package made available:
And the "unmnt dependency" issue still perists:
|
Bullseye is coming. |
@asl seems that our server hard drive is full |
Tagging @sqlbyme |
ReactOS build on Linux/clang has been broken by this, looking for help. https://github.com/reactos/reactos/actions/runs/5690122270/job/15422895859
|
Debian bullseye still not working |
Ping @asl the sync |
@tlattner do you know who could help with it? Thanks (size of the hard drive on the storage server) |
Hi, I know @asl is working on expanding the volume to get this working
again. Hope to have this up and running correctly again soon. Thanks for
your patience.
Best,
Mike
…On Mon, Jul 31, 2023 at 11:55 PM Sylvestre Ledru ***@***.***> wrote:
@tlattner <https://github.com/tlattner> do you know who could help with
it?
—
Reply to this email directly, view it on GitHub
<#64120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJI65P32SZTU2GOAYYPBWTXTCR7HANCNFSM6AAAAAA2YF5M64>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry for delay. I think this should be fixed as of now. @sylvestre please check! |
Looks like it's fixed now, our builders are green again, thank you 🙂 |
Installing https://github.com/cppfw/morda/actions/runs/5691502977/job/15613423935 |
It seems like no packages have been published yet since the issues started:
There was also no new data downloaded from the repos with |
New packages have been published to the repos:
It seems the unversioned packages are still being generated. Will file a separate ticket about it later. |
Debian Bullseye works now. Thank you! |
Thanks |
Hello,
Since July 25th afternoon, I have a trouble installing clang-format from llvm-toolchain-focal source list.
On ubuntu 20.04, the error is the following:
I've checked in the
Packages
file on llvm repository and the definition ofclang-format
is the following:Whereas
clang-format-17
is not (or no more) available in this repo, but clang-format-18 since yesterday it seemsI installed instead
clang-format-18
. Do you think there is a real issue here?Many thanks in advance
The text was updated successfully, but these errors were encountered: