Determining if the pthread_setname_np exist failed with the following output: Change Dir: /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5ff23/fast" make[1]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_5ff23.dir/build.make CMakeFiles/cmTC_5ff23.dir/build make[2]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5ff23.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -I/srv/storage/autobuild/run/instance-3/output-1/host/include -fPIE -o CMakeFiles/cmTC_5ff23.dir/CheckSymbolExists.c.o -c /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'pthread_setname_np' undeclared (first use in this function); did you mean 'pthread_setcanceltype'? return ((int*)(&pthread_setname_np))[argc]; ^~~~~~~~~~~~~~~~~~ pthread_setcanceltype /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_5ff23.dir/build.make:66: CMakeFiles/cmTC_5ff23.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_5ff23/fast] Error 2 make[1]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' File /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_setname_np return ((int*)(&pthread_setname_np))[argc]; #else (void)argc; return 0; #endif } Determining if the pthread_create exist failed with the following output: Change Dir: /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8c15b/fast" make[1]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_8c15b.dir/build.make CMakeFiles/cmTC_8c15b.dir/build make[2]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c15b.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -I/srv/storage/autobuild/run/instance-3/output-1/host/include -fPIE -o CMakeFiles/cmTC_8c15b.dir/CheckSymbolExists.c.o -c /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_8c15b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c15b.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/srv/storage/autobuild/run/instance-3/output-1/host/include -L/srv/storage/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-3/output-1/host/lib CMakeFiles/cmTC_8c15b.dir/CheckSymbolExists.c.o -o cmTC_8c15b /usr/bin/ld: CMakeFiles/cmTC_8c15b.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_8c15b.dir/build.make:87: cmTC_8c15b] Error 1 make[2]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_8c15b/fast] Error 2 make[1]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' File /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a5640/fast" make[1]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a5640.dir/build.make CMakeFiles/cmTC_a5640.dir/build make[2]: Entering directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a5640.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/srv/storage/autobuild/run/instance-3/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -o CMakeFiles/cmTC_a5640.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c Linking C executable cmTC_a5640 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5640.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/srv/storage/autobuild/run/instance-3/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -L/srv/storage/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-3/output-1/host/lib CMakeFiles/cmTC_a5640.dir/CheckFunctionExists.c.o -o cmTC_a5640 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_a5640.dir/build.make:87: cmTC_a5640] Error 1 make[2]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_a5640/fast] Error 2 make[1]: Leaving directory '/srv/storage/autobuild/run/instance-3/output-1/build/host-grpc-1.31.0/CMakeFiles/CMakeTmp'