Open matt-gretton-dann opened 4 years ago
Is there any update on this? I'm encountering it in a Meson project. Trying to create symlinks hasn't fixed it.
https://github.com/ChipsandCheese/MemoryLatencyTest/runs/4346365370?check_suite_focus=true
The issue is that you're using a musl-based binary. CodeQL on Linux only supports glibc-based binaries. We are considering adding support for musl, but at the time we don't have concrete plans (or a timeline) yet.
This is based on the following LGTM ticket: https://discuss.lgtm.com/t/error-loading-shared-library-ld-linux-x86-64-so-2-no-such-file-or-directory-needed-by-opt-dist-tools-lib64trace-so/2944/4
Build sgx-lkl as follows:
After a while the build fails:
Looking in the appropriate
config.log
(third_party/popt/config.log) has the following error message:This is a tracing issue.