Performing C++ SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_ef181/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_ef181.dir/build.make CMakeFiles/cmTC_ef181.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ef181.dir/src.cxx.o /usr/bin/g++ -O2 -I/home/test/autobuild/instance-2/output-1/host/include -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_ef181.dir/src.cxx.o -c /home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ef181 /home/test/autobuild/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef181.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -I/home/test/autobuild/instance-2/output-1/host/include -DCMAKE_HAVE_LIBC_PTHREAD -L/home/test/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/test/autobuild/instance-2/output-1/host/lib CMakeFiles/cmTC_ef181.dir/src.cxx.o -o cmTC_ef181 CMakeFiles/cmTC_ef181.dir/src.cxx.o: In function `main': src.cxx:(.text.startup+0x13): undefined reference to `pthread_create' src.cxx:(.text.startup+0x1d): undefined reference to `pthread_detach' src.cxx:(.text.startup+0x29): undefined reference to `pthread_join' src.cxx:(.text.startup+0x34): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ef181.dir/build.make:86: recipe for target 'cmTC_ef181' failed make[2]: *** [cmTC_ef181] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_ef181/fast' failed make[1]: *** [cmTC_ef181/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' 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_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: /home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_2e9ef/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_2e9ef.dir/build.make CMakeFiles/cmTC_2e9ef.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2e9ef.dir/CheckFunctionExists.cxx.o /usr/bin/g++ -O2 -I/home/test/autobuild/instance-2/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_2e9ef.dir/CheckFunctionExists.cxx.o -c /home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx Linking CXX executable cmTC_2e9ef /home/test/autobuild/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e9ef.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -I/home/test/autobuild/instance-2/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -L/home/test/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/test/autobuild/instance-2/output-1/host/lib CMakeFiles/cmTC_2e9ef.dir/CheckFunctionExists.cxx.o -o cmTC_2e9ef -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_2e9ef.dir/build.make:86: recipe for target 'cmTC_2e9ef' failed make[2]: *** [cmTC_2e9ef] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_2e9ef/fast' failed make[1]: *** [cmTC_2e9ef/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/host-libabseil-cpp-20200923.2/CMakeFiles/CMakeTmp'