Determining if the res_ndestroy exist failed with the following output: Change Dir: /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_d907b/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_d907b.dir/build.make CMakeFiles/cmTC_d907b.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d907b.dir/CheckSymbolExists.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_d907b.dir/CheckSymbolExists.c.o -c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-0/output-1/build/belle-sip-4.3.1/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-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_d907b.dir/build.make:66: CMakeFiles/cmTC_d907b.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_d907b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' File /tmp/instance-0/output-1/build/belle-sip-4.3.1/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-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0e356/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0e356.dir/build.make CMakeFiles/cmTC_0e356.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e356.dir/src.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DHAVE_RES_GETSERVERS -o CMakeFiles/cmTC_0e356.dir/src.c.o -c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-0/output-1/build/belle-sip-4.3.1/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_0e356 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e356.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DHAVE_RES_GETSERVERS CMakeFiles/cmTC_0e356.dir/src.c.o -o cmTC_0e356 -lresolv /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/8.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_0e356.dir/src.c.o: in function `main': /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c:3: undefined reference to `res_getservers' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_0e356.dir/build.make:87: cmTC_0e356] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_0e356/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/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-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_2ca67/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_2ca67.dir/build.make CMakeFiles/cmTC_2ca67.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ca67.dir/src.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_2ca67.dir/src.c.o -c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_2ca67 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ca67.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_2ca67.dir/src.c.o -o cmTC_2ca67 /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/8.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_2ca67.dir/src.c.o: in function `main': /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/8.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/8.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_2ca67.dir/build.make:87: cmTC_2ca67] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_2ca67/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/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-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_61e93/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_61e93.dir/build.make CMakeFiles/cmTC_61e93.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_61e93.dir/CheckFunctionExists.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_61e93.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_61e93 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61e93.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_61e93.dir/CheckFunctionExists.c.o -o cmTC_61e93 -lpthreads /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/8.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_61e93.dir/build.make:87: cmTC_61e93] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_61e93/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Determining if the include file socket.h exists failed with the following output: Change Dir: /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0edf8/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0edf8.dir/build.make CMakeFiles/cmTC_0edf8.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0edf8.dir/CheckIncludeFile.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_0edf8.dir/CheckIncludeFile.c.o -c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: socket.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_0edf8.dir/build.make:66: CMakeFiles/cmTC_0edf8.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_0edf8/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Determining if the include file sys/malloc.h exists failed with the following output: Change Dir: /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0897b/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0897b.dir/build.make CMakeFiles/cmTC_0897b.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0897b.dir/CheckIncludeFile.c.o /tmp/instance-0/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -o CMakeFiles/cmTC_0897b.dir/CheckIncludeFile.c.o -c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/malloc.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_0897b.dir/build.make:66: CMakeFiles/cmTC_0897b.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_0897b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp'