Issue 75490
Summary Release builds dynamically linked to missing libtinfo.so.5
Labels
Assignees
Reporter rbtcollins
    Possibly related to #17276.

E.g. https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz

This library is not present by default on current Ubuntu systems, even though it was present in the past.

I'm not sure what the right answer is here:
 - document the non-current libraries users (e.g. Bazel toolchains, nix recipes, actual people) have to install to use clang
 - build clang in a more hermetic fashion, with no dynamic dependencies outside those LSB mandates
 - [piss off the one person in Google again](https://reviews.llvm.org/D42274#1076895).
 - something else


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to