Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /var/tmp/portage/dev-ruby/facter-3.14.12/work/facter-3.14.12_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_76bd0 && [1/2] Building C object CMakeFiles/cmTC_76bd0.dir/src.c.o [2/2] Linking C executable cmTC_76bd0 FAILED: cmTC_76bd0 : && /usr/lib/llvm/10/bin/x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -rdynamic CMakeFiles/cmTC_76bd0.dir/src.c.o -o cmTC_76bd0 && : ld.lld: error: undefined symbol: pthread_create >>> referenced by src.c >>> CMakeFiles/cmTC_76bd0.dir/src.c.o:(main) ld.lld: error: undefined symbol: pthread_detach >>> referenced by src.c >>> CMakeFiles/cmTC_76bd0.dir/src.c.o:(main) ld.lld: error: undefined symbol: pthread_cancel >>> referenced by src.c >>> CMakeFiles/cmTC_76bd0.dir/src.c.o:(main) ld.lld: error: undefined symbol: pthread_join >>> referenced by src.c >>> CMakeFiles/cmTC_76bd0.dir/src.c.o:(main) clang-10: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /var/tmp/portage/dev-ruby/facter-3.14.12/work/facter-3.14.12_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_34184 && [1/2] Building C object CMakeFiles/cmTC_34184.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_34184 FAILED: cmTC_34184 : && /usr/lib/llvm/10/bin/x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -rdynamic CMakeFiles/cmTC_34184.dir/CheckFunctionExists.c.o -o cmTC_34184 -lpthreads && : ld.lld: error: unable to find library -lpthreads clang-10: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. Determining if the function closefrom exists in the c failed with the following output: Change Dir: /var/tmp/portage/dev-ruby/facter-3.14.12/work/facter-3.14.12_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_ffe22 && [1/2] Building C object CMakeFiles/cmTC_ffe22.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_ffe22 FAILED: cmTC_ffe22 : && /usr/lib/llvm/10/bin/x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -DCHECK_FUNCTION_EXISTS=closefrom -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -rdynamic CMakeFiles/cmTC_ffe22.dir/CheckFunctionExists.c.o -o cmTC_ffe22 -lc && : ld.lld: error: undefined symbol: closefrom >>> referenced by CheckFunctionExists.c >>> CMakeFiles/cmTC_ffe22.dir/CheckFunctionExists.c.o:(main) clang-10: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed.