Determining if the res_ndestroy exist failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c090f/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_c090f.dir/build.make CMakeFiles/cmTC_c090f.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c090f.dir/CheckSymbolExists.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -o CMakeFiles/cmTC_c090f.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-2/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 /home/naourr/work/instance-2/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 gmake[2]: *** [CMakeFiles/cmTC_c090f.dir/build.make:86: CMakeFiles/cmTC_c090f.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_c090f/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-2/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: /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_d95de/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_d95de.dir/build.make CMakeFiles/cmTC_d95de.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d95de.dir/src.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_RES_GETSERVERS -DNDEBUG -o CMakeFiles/cmTC_d95de.dir/src.c.o -c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naourr/work/instance-2/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_d95de /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d95de.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_RES_GETSERVERS -DNDEBUG CMakeFiles/cmTC_d95de.dir/src.c.o -o cmTC_d95de -lresolv CMakeFiles/cmTC_d95de.dir/src.c.o: In function `main': src.c:(.text.startup+0x20): undefined reference to `res_getservers' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_d95de.dir/build.make:107: cmTC_d95de] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_d95de/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/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: /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c39c4/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_c39c4.dir/build.make CMakeFiles/cmTC_c39c4.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c39c4.dir/src.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_c39c4.dir/src.c.o -c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_c39c4 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c39c4.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG CMakeFiles/cmTC_c39c4.dir/src.c.o -o cmTC_c39c4 CMakeFiles/cmTC_c39c4.dir/src.c.o: In function `main': src.c:(.text.startup+0x28): undefined reference to `pthread_create' src.c:(.text.startup+0x30): undefined reference to `pthread_detach' src.c:(.text.startup+0x38): undefined reference to `pthread_cancel' src.c:(.text.startup+0x44): undefined reference to `pthread_join' src.c:(.text.startup+0x54): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_c39c4.dir/build.make:107: cmTC_c39c4] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_c39c4/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/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_cancel(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/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_614bf/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_614bf.dir/build.make CMakeFiles/cmTC_614bf.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_614bf.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_614bf.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_614bf /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_614bf.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_614bf.dir/CheckFunctionExists.c.o -o cmTC_614bf -lpthreads /home/naourr/work/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/7.3.1/../../../../nios2-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_614bf.dir/build.make:107: cmTC_614bf] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_614bf/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/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: /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_f0b97/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_f0b97.dir/build.make CMakeFiles/cmTC_f0b97.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f0b97.dir/CheckIncludeFile.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -o CMakeFiles/cmTC_f0b97.dir/CheckIncludeFile.c.o -c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naourr/work/instance-2/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. gmake[2]: *** [CMakeFiles/cmTC_f0b97.dir/build.make:86: CMakeFiles/cmTC_f0b97.dir/CheckIncludeFile.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_f0b97/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/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: /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c0511/fast && gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_c0511.dir/build.make CMakeFiles/cmTC_c0511.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0511.dir/CheckIncludeFile.c.o /home/naourr/work/instance-2/output-1/host/bin/nios2-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/nios2-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -o CMakeFiles/cmTC_c0511.dir/CheckIncludeFile.c.o -c /home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naourr/work/instance-2/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. gmake[2]: *** [CMakeFiles/cmTC_c0511.dir/build.make:86: CMakeFiles/cmTC_c0511.dir/CheckIncludeFile.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_c0511/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/belle-sip-4.3.1/CMakeFiles/CMakeTmp'