Skip to content

[Bug]: Error reported when executing make setup #1251

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

Open
MoraxMa opened this issue Aug 29, 2024 · 2 comments
Open

[Bug]: Error reported when executing make setup #1251

MoraxMa opened this issue Aug 29, 2024 · 2 comments

Comments

@MoraxMa
Copy link

MoraxMa commented Aug 29, 2024

The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.

@d11-jwaring
Copy link

d11-jwaring commented Oct 8, 2024

I got the same error on Ubuntu 24.04 (Noble). I had to remove the noble-16 repository with:

sudo sed -i -e '/deb http:\/\/apt.llvm.org\/noble\/ llvm-toolchain-noble-16 main/d' -e '/# deb-src http:\/\/apt.llvm.org\/noble\/ llvm-toolchain-noble-16 main/d' /etc/apt/sources.list.d/archive_uri-http_apt_llvm_org_noble_-noble.list

Then added the lastest supported repository:

sudo add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main'

And finally update llvm:

apt-get update

@d11-jwaring
Copy link

Ignore the above, you can simply install clang-18:

sudo apt-get install -y \
    build-essential \
    clang \
    clang-18 \
    clang-tools-18

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