Determining if the res_ndestroy exist failed with the following output: Change Dir: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f9374/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_f9374.dir/build.make CMakeFiles/cmTC_f9374.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f9374.dir/CheckSymbolExists.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_f9374.dir/CheckSymbolExists.c.o -c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'res_ndestroy' undeclared (first use in this function); did you mean 'res_nsearch'? return ((int*)(&res_ndestroy))[argc]; ^~~~~~~~~~~~ res_nsearch /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_f9374.dir/build.make:69: CMakeFiles/cmTC_f9374.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_f9374/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' File /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef res_ndestroy return ((int*)(&res_ndestroy))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_RES_GETSERVERS failed with the following output: Change Dir: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_65e42/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_65e42.dir/build.make CMakeFiles/cmTC_65e42.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_65e42.dir/src.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_RES_GETSERVERS -o CMakeFiles/cmTC_65e42.dir/src.c.o -c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c:3:1: warning: implicit declaration of function 'res_getservers'; did you mean 'res_isourserver'? [-Wimplicit-function-declaration] res_getservers(NULL,NULL,0); ^~~~~~~~~~~~~~ res_isourserver Linking C executable cmTC_65e42 /tmp/instance-6/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65e42.dir/link.txt --verbose=1 /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_RES_GETSERVERS CMakeFiles/cmTC_65e42.dir/src.c.o -o cmTC_65e42 -lresolv CMakeFiles/cmTC_65e42.dir/src.c.o: In function `main': src.c:(.text.startup+0x14): undefined reference to `res_getservers' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_65e42.dir/build.make:90: cmTC_65e42] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_65e42/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Source file was: #include int main(int argc, char *argv[]) { res_getservers(NULL,NULL,0); return 0; } Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_2e591/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_2e591.dir/build.make CMakeFiles/cmTC_2e591.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2e591.dir/src.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_2e591.dir/src.c.o -c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_2e591 /tmp/instance-6/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e591.dir/link.txt --verbose=1 /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_2e591.dir/src.c.o -o cmTC_2e591 CMakeFiles/cmTC_2e591.dir/src.c.o: In function `main': src.c:(.text.startup+0x2c): undefined reference to `pthread_create' src.c:(.text.startup+0x34): undefined reference to `pthread_detach' src.c:(.text.startup+0x40): undefined reference to `pthread_join' src.c:(.text.startup+0x50): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_2e591.dir/build.make:90: cmTC_2e591] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_2e591/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/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: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_58023/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_58023.dir/build.make CMakeFiles/cmTC_58023.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_58023.dir/CheckFunctionExists.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_58023.dir/CheckFunctionExists.c.o -c /tmp/instance-6/output-1/host/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_58023 /tmp/instance-6/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58023.dir/link.txt --verbose=1 /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_58023.dir/CheckFunctionExists.c.o -o cmTC_58023 -lpthreads /tmp/instance-6/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-linux-gnu/7.3.1/../../../../aarch64-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_58023.dir/build.make:90: cmTC_58023] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_58023/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Determining if the include file socket.h exists failed with the following output: Change Dir: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_af37a/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_af37a.dir/build.make CMakeFiles/cmTC_af37a.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_af37a.dir/CheckIncludeFile.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_af37a.dir/CheckIncludeFile.c.o -c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: socket.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_af37a.dir/build.make:69: CMakeFiles/cmTC_af37a.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_af37a/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Determining if the include file sys/malloc.h exists failed with the following output: Change Dir: /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b0f9c/fast && make[1]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_b0f9c.dir/build.make CMakeFiles/cmTC_b0f9c.dir/build make[2]: Entering directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b0f9c.dir/CheckIncludeFile.c.o /tmp/instance-6/output-1/host/bin/aarch64-linux-gnu-gcc --sysroot=/tmp/instance-6/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_b0f9c.dir/CheckIncludeFile.c.o -c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/malloc.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_b0f9c.dir/build.make:69: CMakeFiles/cmTC_b0f9c.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_b0f9c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-6/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp'