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

Missing dependency for Clang 7-10 on Ubuntu 22 #149

Closed
lczech opened this issue Nov 21, 2022 · 0 comments · Fixed by #150
Closed

Missing dependency for Clang 7-10 on Ubuntu 22 #149

lczech opened this issue Nov 21, 2022 · 0 comments · Fixed by #150
Labels
bug Something isn't working

Comments

@lczech
Copy link

lczech commented Nov 21, 2022

Hi there,

when using setup-cpp in GitHub Actions with os: ubuntu-22.04 and compiler: llvm-7 to llvm-10, I get the following error when building my source:

/home/runner/llvm/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

This is solved by adding this step to my workflow:

sudo apt-get install libtinfo5

I hence suggest that this dependency should be installed by setup-cpp for these compilers automaticlly.

Cheers and so long
Lucas

@aminya aminya added the bug Something isn't working label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants