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

Clang toolchain does not work on Ubuntu 24.04 #79

Open
jwnrt opened this issue Jun 12, 2024 · 0 comments
Open

Clang toolchain does not work on Ubuntu 24.04 #79

jwnrt opened this issue Jun 12, 2024 · 0 comments

Comments

@jwnrt
Copy link
Contributor

jwnrt commented Jun 12, 2024

Clang is dynamically linked against libncursesw.so.5/libtinfo.so.5. We usually statically link, but for some reason dynamic linking is explicitly allowed here:

export LIBCHECK_ALLOW='libstdc\+\+|libtinfo|libncursesw|libz'

Ubuntu 24.04 removed version 5 of libncurses and libtinfo, there's only version 6 now.

CC @AlexJones0 who is trying to use Ubuntu 24.04

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

1 participant