Determining if the res_ndestroy exist failed with the following output: Change Dir: /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_515da/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_515da.dir/build.make CMakeFiles/cmTC_515da.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_515da.dir/CheckSymbolExists.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DNDEBUG -o CMakeFiles/cmTC_515da.dir/CheckSymbolExists.c.o -c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'res_ndestroy' undeclared (first use in this function) 8 | return ((int*)(&res_ndestroy))[argc]; | ^~~~~~~~~~~~ /tmp/instance-4/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_515da.dir/build.make:66: CMakeFiles/cmTC_515da.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_515da/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' File /tmp/instance-4/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-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_9a3a8/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_9a3a8.dir/build.make CMakeFiles/cmTC_9a3a8.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9a3a8.dir/src.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DHAVE_RES_GETSERVERS -DNDEBUG -o CMakeFiles/cmTC_9a3a8.dir/src.c.o -c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c:3:1: warning: implicit declaration of function 'res_getservers' [-Wimplicit-function-declaration] 3 | res_getservers(NULL,NULL,0); | ^~~~~~~~~~~~~~ Linking C executable cmTC_9a3a8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a3a8.dir/link.txt --verbose=1 /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DHAVE_RES_GETSERVERS -DNDEBUG CMakeFiles/cmTC_9a3a8.dir/src.c.o -o cmTC_9a3a8 -lresolv /tmp/instance-4/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_9a3a8.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_9a3a8.dir/build.make:87: cmTC_9a3a8] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_9a3a8/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/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-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_217f6/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_217f6.dir/build.make CMakeFiles/cmTC_217f6.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_217f6.dir/src.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_217f6.dir/src.c.o -c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_217f6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_217f6.dir/link.txt --verbose=1 /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG CMakeFiles/cmTC_217f6.dir/src.c.o -o cmTC_217f6 /tmp/instance-4/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_217f6.dir/src.c.o: in function `main': src.c:(.text.startup+0x28): undefined reference to `pthread_create' /tmp/instance-4/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x30): undefined reference to `pthread_detach' /tmp/instance-4/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x3c): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_217f6.dir/build.make:87: cmTC_217f6] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_217f6/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/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-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b9134/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_b9134.dir/build.make CMakeFiles/cmTC_b9134.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9134.dir/CheckFunctionExists.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_b9134.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_b9134 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9134.dir/link.txt --verbose=1 /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_b9134.dir/CheckFunctionExists.c.o -o cmTC_b9134 -lpthreads /tmp/instance-4/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/9.3.0/../../../../nios2-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_b9134.dir/build.make:87: cmTC_b9134] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_b9134/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/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-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5d2c1/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_5d2c1.dir/build.make CMakeFiles/cmTC_5d2c1.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5d2c1.dir/CheckIncludeFile.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DNDEBUG -o CMakeFiles/cmTC_5d2c1.dir/CheckIncludeFile.c.o -c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: socket.h: No such file or directory 1 | #include | ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_5d2c1.dir/build.make:66: CMakeFiles/cmTC_5d2c1.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_5d2c1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/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-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_3dd41/fast && make[1]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_3dd41.dir/build.make CMakeFiles/cmTC_3dd41.dir/build make[2]: Entering directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3dd41.dir/CheckIncludeFile.c.o /tmp/instance-4/output-1/host/bin/nios2-linux-gcc --sysroot=/tmp/instance-4/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=2 -DNDEBUG -o CMakeFiles/cmTC_3dd41.dir/CheckIncludeFile.c.o -c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/malloc.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_3dd41.dir/build.make:66: CMakeFiles/cmTC_3dd41.dir/CheckIncludeFile.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_3dd41/fast] Error 2 make[1]: Leaving directory '/tmp/instance-4/output-1/build/belle-sip-4.4.8/CMakeFiles/CMakeTmp'