Determining if compiler supports C11 _Thread_local failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6d1f5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6d1f5.dir/build.make CMakeFiles/cmTC_6d1f5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d1f5.dir/cm_c11_thread_local.c.o /usr/bin/gcc -O2 -std=gnu11 -o CMakeFiles/cmTC_6d1f5.dir/cm_c11_thread_local.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_c11_thread_local.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_c11_thread_local.c:1:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' make[2]: *** [CMakeFiles/cmTC_6d1f5.dir/cm_c11_thread_local.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6d1f5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if compiler supports C++ auto_ptr failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_29d2a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_29d2a.dir/build.make CMakeFiles/cmTC_29d2a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_29d2a.dir/cm_cxx_auto_ptr.cxx.o /usr/bin/g++ -O2 -std=gnu++11 -o CMakeFiles/cmTC_29d2a.dir/cm_cxx_auto_ptr.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: In function 'std::auto_ptr get_auto_ptr()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:5:22: warning: 'auto_ptr' is deprecated (declared at /usr/include/c++/4.7/backward/auto_ptr.h:87) [-Wdeprecated-declarations] /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: At global scope: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:10:40: warning: 'auto_ptr' is deprecated (declared at /usr/include/c++/4.7/backward/auto_ptr.h:87) [-Wdeprecated-declarations] Linking CXX executable cmTC_29d2a /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_29d2a.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_29d2a.dir/cm_cxx_auto_ptr.cxx.o -o cmTC_29d2a make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if compiler supports C++ make_unique failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_90eb8/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_90eb8.dir/build.make CMakeFiles/cmTC_90eb8.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_90eb8.dir/cm_cxx_make_unique.cxx.o /usr/bin/g++ -O2 -std=gnu++11 -o CMakeFiles/cmTC_90eb8.dir/cm_cxx_make_unique.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_make_unique.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_make_unique.cxx: In function 'int main()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_make_unique.cxx:4:28: error: 'make_unique' is not a member of 'std' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_make_unique.cxx:4:45: error: expected primary-expression before 'int' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/Checks/cm_cxx_make_unique.cxx:4:45: error: expected ',' or ';' before 'int' make[2]: *** [CMakeFiles/cmTC_90eb8.dir/cm_cxx_make_unique.cxx.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_90eb8/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the environ exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_08b9c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_08b9c.dir/build.make CMakeFiles/cmTC_08b9c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_08b9c.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -o CMakeFiles/cmTC_08b9c.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'environ' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_08b9c.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_08b9c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef environ return ((int*)(&environ))[argc]; #else (void)argc; return 0; #endif } Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0a4d4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0a4d4.dir/build.make CMakeFiles/cmTC_0a4d4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0a4d4.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS___INT64 -O2 -o CMakeFiles/cmTC_0a4d4.dir/kwsysPlatformTestsCXX.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:1: error: '__int64' does not name a type /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: '__int64' was not declared in this scope /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:11: error: expected ';' before 'n' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:29: error: 'n' was not declared in this scope /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:30: error: 'f' was not declared in this scope make[2]: *** [CMakeFiles/cmTC_0a4d4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0a4d4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_56627/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_56627.dir/build.make CMakeFiles/cmTC_56627.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_56627.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -O2 -o CMakeFiles/cmTC_56627.dir/kwsysPlatformTestsCXX.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:196:13: error: 'environ' was not declared in this scope make[2]: *** [CMakeFiles/cmTC_56627.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_56627/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_92fb6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_92fb6.dir/build.make CMakeFiles/cmTC_92fb6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_92fb6.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -O2 -o CMakeFiles/cmTC_92fb6.dir/kwsysPlatformTestsCXX.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:57:15: error: 'struct stat' has no member named 'st_mtimespec' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:58:15: error: 'struct stat' has no member named 'st_mtimespec' make[2]: *** [CMakeFiles/cmTC_92fb6.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_92fb6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c5250/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c5250.dir/build.make CMakeFiles/cmTC_c5250.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c5250.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS__ATOI64 -O2 -o CMakeFiles/cmTC_c5250.dir/kwsysPlatformTestsCXX.cxx.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:252:38: error: '_atoi64' was not declared in this scope make[2]: *** [CMakeFiles/cmTC_c5250.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c5250/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Determining if the function connect exists in the socket;dl failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_59e7b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_59e7b.dir/build.make CMakeFiles/cmTC_59e7b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_59e7b.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_59e7b.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_59e7b /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_59e7b.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=connect -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_59e7b.dir/CheckFunctionExists.c.o -o cmTC_59e7b -lsocket -ldl /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status make[2]: *** [cmTC_59e7b] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_59e7b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function recv exists in the network;dl failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_134b3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_134b3.dir/build.make CMakeFiles/cmTC_134b3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_134b3.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=recv -o CMakeFiles/cmTC_134b3.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_134b3 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_134b3.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=recv -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_134b3.dir/CheckFunctionExists.c.o -o cmTC_134b3 -lnetwork -ldl /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status make[2]: *** [cmTC_134b3] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_134b3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function idn2_lookup_ul exists in the idn2;dl failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ee51e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ee51e.dir/build.make CMakeFiles/cmTC_ee51e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ee51e.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -o CMakeFiles/cmTC_ee51e.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_ee51e /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ee51e.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_ee51e.dir/CheckFunctionExists.c.o -o cmTC_ee51e -lidn2 -ldl /usr/bin/ld: cannot find -lidn2 collect2: error: ld returned 1 exit status make[2]: *** [cmTC_ee51e] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ee51e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a553e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a553e.dir/build.make CMakeFiles/cmTC_a553e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a553e.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_a553e.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:4:23: fatal error: sys/filio.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_a553e.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a553e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4db17/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4db17.dir/build.make CMakeFiles/cmTC_4db17.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4db17.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_4db17.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:10:24: fatal error: sys/sockio.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_4db17.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4db17/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4007b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4007b.dir/build.make CMakeFiles/cmTC_4007b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4007b.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_4007b.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:15:23: fatal error: sys/utime.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_4007b.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4007b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9920c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9920c.dir/build.make CMakeFiles/cmTC_9920c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9920c.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_9920c.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:19:20: fatal error: crypto.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_9920c.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9920c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_72da3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_72da3.dir/build.make CMakeFiles/cmTC_72da3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_72da3.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_72da3.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:19:17: fatal error: des.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_72da3.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_72da3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn2.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_48eca/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_48eca.dir/build.make CMakeFiles/cmTC_48eca.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_48eca.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_48eca.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:22:18: fatal error: idn2.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_48eca.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_48eca/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_855a9/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_855a9.dir/build.make CMakeFiles/cmTC_855a9.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_855a9.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_855a9.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:23:16: fatal error: io.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_855a9.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_855a9/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91d80/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_91d80.dir/build.make CMakeFiles/cmTC_91d80.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_91d80.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_91d80.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:23:17: fatal error: krb.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_91d80.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_91d80/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_86f6b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_86f6b.dir/build.make CMakeFiles/cmTC_86f6b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_86f6b.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_86f6b.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:30:17: fatal error: pem.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_86f6b.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_86f6b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;rsa.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8d1d0/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8d1d0.dir/build.make CMakeFiles/cmTC_8d1d0.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:32:17: fatal error: rsa.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8d1d0/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e7586/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e7586.dir/build.make CMakeFiles/cmTC_e7586.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e7586.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_e7586.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:35:17: fatal error: ssl.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_e7586.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e7586/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_88a84/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_88a84.dir/build.make CMakeFiles/cmTC_88a84.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_88a84.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_88a84.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:47:18: fatal error: x509.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_88a84.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_88a84/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_31fe6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_31fe6.dir/build.make CMakeFiles/cmTC_31fe6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31fe6.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_31fe6.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:47:21: fatal error: process.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_31fe6.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_31fe6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_11e61/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_11e61.dir/build.make CMakeFiles/cmTC_11e61.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_11e61.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_11e61.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:53:20: fatal error: sockio.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_11e61.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_11e61/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining size of __int64 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c3122/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c3122.dir/build.make CMakeFiles/cmTC_c3122.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c3122.dir/SIZEOF___INT64.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_c3122.dir/SIZEOF___INT64.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:19:12: error: '__int64' undeclared here (not in a function) make[2]: *** [CMakeFiles/cmTC_c3122.dir/SIZEOF___INT64.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c3122/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the stricmp exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_490b5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_490b5.dir/build.make CMakeFiles/cmTC_490b5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_490b5.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_490b5.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'stricmp' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_490b5.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_490b5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef stricmp return ((int*)(&stricmp))[argc]; #else (void)argc; return 0; #endif } Determining if the strcmpi exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ec7a3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ec7a3.dir/build.make CMakeFiles/cmTC_ec7a3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ec7a3.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_ec7a3.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'strcmpi' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_ec7a3.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ec7a3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strcmpi return ((int*)(&strcmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the strncmpi exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fc964/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fc964.dir/build.make CMakeFiles/cmTC_fc964.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fc964.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_fc964.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'strncmpi' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_fc964.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_fc964/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strncmpi return ((int*)(&strncmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the inet_ntoa_r exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8c1ba/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8c1ba.dir/build.make CMakeFiles/cmTC_8c1ba.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c1ba.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_8c1ba.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'inet_ntoa_r' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_8c1ba.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8c1ba/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef inet_ntoa_r return ((int*)(&inet_ntoa_r))[argc]; #else (void)argc; return 0; #endif } Determining if the closesocket exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eaeef/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_eaeef.dir/build.make CMakeFiles/cmTC_eaeef.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eaeef.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_eaeef.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'closesocket' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_eaeef.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_eaeef/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef closesocket return ((int*)(&closesocket))[argc]; #else (void)argc; return 0; #endif } Determining if the getpass_r exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ec865/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ec865.dir/build.make CMakeFiles/cmTC_ec865.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ec865.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_ec865.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'getpass_r' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_ec865.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ec865/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef getpass_r return ((int*)(&getpass_r))[argc]; #else (void)argc; return 0; #endif } Determining if the strlcat exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2a900/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2a900.dir/build.make CMakeFiles/cmTC_2a900.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2a900.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_2a900.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: 'strlcat' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_2a900.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_2a900/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strlcat return ((int*)(&strlcat))[argc]; #else (void)argc; return 0; #endif } Determining if the _strtoi64 exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eb98b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_eb98b.dir/build.make CMakeFiles/cmTC_eb98b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eb98b.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_eb98b.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: '_strtoi64' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_eb98b.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_eb98b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _strtoi64 return ((int*)(&_strtoi64))[argc]; #else (void)argc; return 0; #endif } Performing Curl Test HAVE_IOCTLSOCKET failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_34250/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_34250.dir/build.make CMakeFiles/cmTC_34250.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_34250.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_IOCTLSOCKET -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_34250.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:322:44: error: 'FIONBIO' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:322:44: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_34250.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_34250/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c7f8f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c7f8f.dir/build.make CMakeFiles/cmTC_c7f8f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c7f8f.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_c7f8f.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_c7f8f /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c7f8f.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_c7f8f.dir/CurlTests.c.o -o cmTC_c7f8f CMakeFiles/cmTC_c7f8f.dir/CurlTests.c.o: In function `main': CurlTests.c:(.text.startup+0xd): undefined reference to `IoctlSocket' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_c7f8f] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c7f8f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7af8e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7af8e.dir/build.make CMakeFiles/cmTC_7af8e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7af8e.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_7af8e.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:378:32: error: 'FIONBIO' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:378:32: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_7af8e.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7af8e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2611a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2611a.dir/build.make CMakeFiles/cmTC_2611a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2611a.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_2611a.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:405:32: error: 'FIONBIO' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:405:32: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_2611a.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_2611a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4c692/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4c692.dir/build.make CMakeFiles/cmTC_4c692.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4c692.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_4c692.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:501:43: error: 'SO_NONBLOCK' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:501:43: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_4c692.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4c692/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_be08d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_be08d.dir/build.make CMakeFiles/cmTC_be08d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_be08d.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_be08d.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_be08d /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_be08d.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_be08d.dir/CurlTests.c.o -o cmTC_be08d /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 0 has invalid symbol index 11 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 1 has invalid symbol index 12 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 2 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 3 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 4 has invalid symbol index 11 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 5 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 6 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 7 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 8 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 9 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 10 has invalid symbol index 12 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 11 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 12 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 13 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 14 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 15 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 16 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 17 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 18 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 19 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 20 has invalid symbol index 20 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_be08d] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_be08d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_O_NONBLOCK failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_77936/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_77936.dir/build.make CMakeFiles/cmTC_77936.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_77936.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_77936.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_77936 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_77936.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_77936.dir/CurlTests.c.o -o cmTC_77936 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 0 has invalid symbol index 11 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 1 has invalid symbol index 12 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 2 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 3 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 4 has invalid symbol index 11 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 5 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 6 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 7 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 8 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 9 has invalid symbol index 2 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 10 has invalid symbol index 12 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 11 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 12 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 13 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 14 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 15 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 16 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 17 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 18 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 19 has invalid symbol index 13 /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 20 has invalid symbol index 20 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_77936] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_77936/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6b710/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6b710.dir/build.make CMakeFiles/cmTC_6b710.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6b710.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_6b710.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of 'hdata' isn't known /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:127:3: error: too few arguments to function 'gethostbyaddr_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:173:12: note: declared here make[2]: *** [CMakeFiles/cmTC_6b710.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6b710/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a45b9/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a45b9.dir/build.make CMakeFiles/cmTC_a45b9.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a45b9.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_a45b9.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:130:3: error: too few arguments to function 'gethostbyaddr_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:173:12: note: declared here make[2]: *** [CMakeFiles/cmTC_a45b9.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a45b9/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e30ea/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e30ea.dir/build.make CMakeFiles/cmTC_e30ea.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e30ea.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_e30ea.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of 'hdata' isn't known /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:127:3: error: too few arguments to function 'gethostbyaddr_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:173:12: note: declared here make[2]: *** [CMakeFiles/cmTC_e30ea.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e30ea/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7bede/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7bede.dir/build.make CMakeFiles/cmTC_7bede.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7bede.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_7bede.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:130:3: error: too few arguments to function 'gethostbyaddr_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:173:12: note: declared here make[2]: *** [CMakeFiles/cmTC_7bede.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7bede/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bfbad/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_bfbad.dir/build.make CMakeFiles/cmTC_bfbad.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bfbad.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_bfbad.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of 'hdata' isn't known /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:139:3: error: too few arguments to function 'gethostbyname_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:180:12: note: declared here make[2]: *** [CMakeFiles/cmTC_bfbad.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_bfbad/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_10c52/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_10c52.dir/build.make CMakeFiles/cmTC_10c52.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_10c52.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_10c52.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:142:3: error: too few arguments to function 'gethostbyname_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:180:12: note: declared here make[2]: *** [CMakeFiles/cmTC_10c52.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_10c52/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_aa009/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_aa009.dir/build.make CMakeFiles/cmTC_aa009.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa009.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_aa009.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of 'hdata' isn't known /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:139:3: error: too few arguments to function 'gethostbyname_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:180:12: note: declared here make[2]: *** [CMakeFiles/cmTC_aa009.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_aa009/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_321d0/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_321d0.dir/build.make CMakeFiles/cmTC_321d0.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_321d0.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_321d0.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:142:3: error: too few arguments to function 'gethostbyname_r' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:180:12: note: declared here make[2]: *** [CMakeFiles/cmTC_321d0.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_321d0/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_75b77/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_75b77.dir/build.make CMakeFiles/cmTC_75b77.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75b77.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_INET_NTOA_R_DECL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_75b77.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:242:21: error: 'inet_ntoa_r' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:242:21: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_75b77.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_75b77/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_267c8/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_267c8.dir/build.make CMakeFiles/cmTC_267c8.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_267c8.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_267c8.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:257:22: error: 'inet_ntoa_r' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c:257:22: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_267c8.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_267c8/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3c9c4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3c9c4.dir/build.make CMakeFiles/cmTC_3c9c4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3c9c4.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GLIBC_STRERROR_R -o CMakeFiles/cmTC_3c9c4.dir/CurlTests.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_3c9c4 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_3c9c4.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DHAVE_GLIBC_STRERROR_R -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_3c9c4.dir/CurlTests.c.o -o cmTC_3c9c4 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' There was a problem running this test Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_adfc2/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_adfc2.dir/build.make CMakeFiles/cmTC_adfc2.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_adfc2.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_adfc2.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_adfc2.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_adfc2/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, size_t, int); int main(void) { int s=0; void * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0c94b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0c94b.dir/build.make CMakeFiles/cmTC_0c94b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c94b.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0c94b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_0c94b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0c94b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, size_t, unsigned int); int main(void) { int s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3dec2/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3dec2.dir/build.make CMakeFiles/cmTC_3dec2.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3dec2.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3dec2.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_3dec2.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3dec2/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, int, int); int main(void) { int s=0; void * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_940a7/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_940a7.dir/build.make CMakeFiles/cmTC_940a7.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_940a7.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_940a7.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_940a7.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_940a7/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, int, unsigned int); int main(void) { int s=0; void * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_36324/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_36324.dir/build.make CMakeFiles/cmTC_36324.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36324.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_36324.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_36324.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_36324/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, socklen_t, int); int main(void) { int s=0; void * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9172/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a9172.dir/build.make CMakeFiles/cmTC_a9172.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9172.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_a9172.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_a9172.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a9172/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, socklen_t, unsigned int); int main(void) { int s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_166b6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_166b6.dir/build.make CMakeFiles/cmTC_166b6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_166b6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_166b6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_166b6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_166b6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, unsigned int, int); int main(void) { int s=0; void * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c0f9b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c0f9b.dir/build.make CMakeFiles/cmTC_c0f9b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0f9b.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c0f9b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_c0f9b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c0f9b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, void *, unsigned int, unsigned int); int main(void) { int s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b5ed7/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b5ed7.dir/build.make CMakeFiles/cmTC_b5ed7.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b5ed7.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b5ed7.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_b5ed7.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b5ed7/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, size_t, int); int main(void) { int s=0; char * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1b270/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1b270.dir/build.make CMakeFiles/cmTC_1b270.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1b270.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1b270.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_1b270.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1b270/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, size_t, unsigned int); int main(void) { int s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6d76e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6d76e.dir/build.make CMakeFiles/cmTC_6d76e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d76e.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_6d76e.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_6d76e.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6d76e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, int, int); int main(void) { int s=0; char * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_588fb/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_588fb.dir/build.make CMakeFiles/cmTC_588fb.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_588fb.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_588fb.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_588fb.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_588fb/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, int, unsigned int); int main(void) { int s=0; char * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3723f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3723f.dir/build.make CMakeFiles/cmTC_3723f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3723f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3723f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_3723f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3723f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, socklen_t, int); int main(void) { int s=0; char * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7ba73/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7ba73.dir/build.make CMakeFiles/cmTC_7ba73.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ba73.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_7ba73.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_7ba73.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7ba73/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, socklen_t, unsigned int); int main(void) { int s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_15bc6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_15bc6.dir/build.make CMakeFiles/cmTC_15bc6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15bc6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_15bc6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_15bc6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_15bc6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, unsigned int, int); int main(void) { int s=0; char * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f6bde/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f6bde.dir/build.make CMakeFiles/cmTC_f6bde.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f6bde.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_f6bde.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_f6bde.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f6bde/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(int, char *, unsigned int, unsigned int); int main(void) { int s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_96cff/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_96cff.dir/build.make CMakeFiles/cmTC_96cff.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_96cff.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_96cff.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_96cff.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_96cff/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, size_t, int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9d02/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a9d02.dir/build.make CMakeFiles/cmTC_a9d02.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9d02.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_a9d02.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_a9d02.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a9d02/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, size_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bd124/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_bd124.dir/build.make CMakeFiles/cmTC_bd124.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd124.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_bd124.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_bd124.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_bd124/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, int, int); int main(void) { ssize_t s=0; void * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5128f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5128f.dir/build.make CMakeFiles/cmTC_5128f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5128f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_5128f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_5128f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5128f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3e4d0/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3e4d0.dir/build.make CMakeFiles/cmTC_3e4d0.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3e4d0.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3e4d0.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_3e4d0.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3e4d0/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, socklen_t, int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_11c24/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_11c24.dir/build.make CMakeFiles/cmTC_11c24.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_11c24.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_11c24.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_11c24.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_11c24/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, socklen_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b28d5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b28d5.dir/build.make CMakeFiles/cmTC_b28d5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b28d5.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b28d5.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_b28d5.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b28d5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, unsigned int, int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7cf11/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7cf11.dir/build.make CMakeFiles/cmTC_7cf11.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7cf11.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_7cf11.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_7cf11.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7cf11/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, void *, unsigned int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6f6e7/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6f6e7.dir/build.make CMakeFiles/cmTC_6f6e7.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6f6e7.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_6f6e7.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_6f6e7.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6f6e7/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, size_t, int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b2e95/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b2e95.dir/build.make CMakeFiles/cmTC_b2e95.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b2e95.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b2e95.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_b2e95.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b2e95/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, size_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9af3b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9af3b.dir/build.make CMakeFiles/cmTC_9af3b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9af3b.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_9af3b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_9af3b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9af3b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, int, int); int main(void) { ssize_t s=0; char * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0f1d4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0f1d4.dir/build.make CMakeFiles/cmTC_0f1d4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0f1d4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0f1d4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_0f1d4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0f1d4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9a044/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9a044.dir/build.make CMakeFiles/cmTC_9a044.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9a044.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_9a044.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_9a044.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9a044/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, socklen_t, int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_31094/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_31094.dir/build.make CMakeFiles/cmTC_31094.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31094.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_31094.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_31094.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_31094/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, socklen_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fddf4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fddf4.dir/build.make CMakeFiles/cmTC_fddf4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fddf4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_fddf4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_fddf4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_fddf4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, unsigned int, int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_67c4e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_67c4e.dir/build.make CMakeFiles/cmTC_67c4e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_67c4e.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_67c4e.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:148:16: note: previous declaration of 'recv' was here make[2]: *** [CMakeFiles/cmTC_67c4e.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_67c4e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(ssize_t, char *, unsigned int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8358a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8358a.dir/build.make CMakeFiles/cmTC_8358a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8358a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8358a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_8358a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8358a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f3eac/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f3eac.dir/build.make CMakeFiles/cmTC_f3eac.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f3eac.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_f3eac.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_f3eac.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f3eac/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cd283/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_cd283.dir/build.make CMakeFiles/cmTC_cd283.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cd283.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_cd283.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_cd283.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_cd283/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8cffa/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8cffa.dir/build.make CMakeFiles/cmTC_8cffa.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8cffa.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8cffa.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_8cffa.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8cffa/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_77b57/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_77b57.dir/build.make CMakeFiles/cmTC_77b57.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_77b57.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_77b57.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_77b57.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_77b57/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3d576/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3d576.dir/build.make CMakeFiles/cmTC_3d576.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3d576.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3d576.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_3d576.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3d576/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c6415/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c6415.dir/build.make CMakeFiles/cmTC_c6415.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c6415.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c6415.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_c6415.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c6415/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a1871/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a1871.dir/build.make CMakeFiles/cmTC_a1871.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a1871.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_a1871.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_a1871.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a1871/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_882ad/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_882ad.dir/build.make CMakeFiles/cmTC_882ad.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_882ad.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_882ad.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_882ad.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_882ad/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_86020/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_86020.dir/build.make CMakeFiles/cmTC_86020.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_86020.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_86020.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_86020.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_86020/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e3881/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e3881.dir/build.make CMakeFiles/cmTC_e3881.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e3881.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_e3881.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_e3881.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e3881/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9feb4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9feb4.dir/build.make CMakeFiles/cmTC_9feb4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9feb4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_9feb4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_9feb4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9feb4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca315/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ca315.dir/build.make CMakeFiles/cmTC_ca315.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca315.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ca315.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_ca315.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ca315/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5c5c6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5c5c6.dir/build.make CMakeFiles/cmTC_5c5c6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5c5c6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_5c5c6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_5c5c6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5c5c6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7217e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7217e.dir/build.make CMakeFiles/cmTC_7217e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7217e.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_7217e.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_7217e.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7217e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d1e79/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d1e79.dir/build.make CMakeFiles/cmTC_d1e79.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d1e79.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d1e79.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_d1e79.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d1e79/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int recv(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a08d5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a08d5.dir/build.make CMakeFiles/cmTC_a08d5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a08d5.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a08d5.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_a08d5.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a08d5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, size_t, int); int main(void) { int s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4789c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4789c.dir/build.make CMakeFiles/cmTC_4789c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4789c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4789c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4789c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4789c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, size_t, unsigned int); int main(void) { int s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_048fd/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_048fd.dir/build.make CMakeFiles/cmTC_048fd.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_048fd.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_048fd.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_048fd.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_048fd/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, int, int); int main(void) { int s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_229cf/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_229cf.dir/build.make CMakeFiles/cmTC_229cf.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_229cf.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_229cf.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_229cf.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_229cf/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, int, unsigned int); int main(void) { int s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cd48f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_cd48f.dir/build.make CMakeFiles/cmTC_cd48f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cd48f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cd48f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_cd48f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_cd48f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, socklen_t, int); int main(void) { int s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5316f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5316f.dir/build.make CMakeFiles/cmTC_5316f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5316f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5316f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_5316f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5316f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, socklen_t, unsigned int); int main(void) { int s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8f329/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8f329.dir/build.make CMakeFiles/cmTC_8f329.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8f329.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_8f329.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_8f329.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8f329/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, unsigned int, int); int main(void) { int s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0d0bb/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0d0bb.dir/build.make CMakeFiles/cmTC_0d0bb.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0d0bb.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_0d0bb.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_0d0bb.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0d0bb/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const void *, unsigned int, unsigned int); int main(void) { int s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5d59c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5d59c.dir/build.make CMakeFiles/cmTC_5d59c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5d59c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5d59c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_5d59c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5d59c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, size_t, int); int main(void) { int s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4b205/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4b205.dir/build.make CMakeFiles/cmTC_4b205.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4b205.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4b205.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4b205.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4b205/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, size_t, unsigned int); int main(void) { int s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d2204/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d2204.dir/build.make CMakeFiles/cmTC_d2204.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d2204.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d2204.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_d2204.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d2204/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, int, int); int main(void) { int s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_99ba6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_99ba6.dir/build.make CMakeFiles/cmTC_99ba6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_99ba6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_99ba6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_99ba6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_99ba6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, int, unsigned int); int main(void) { int s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d3605/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d3605.dir/build.make CMakeFiles/cmTC_d3605.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d3605.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d3605.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_d3605.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d3605/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, socklen_t, int); int main(void) { int s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c0297/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c0297.dir/build.make CMakeFiles/cmTC_c0297.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0297.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c0297.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_c0297.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c0297/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, socklen_t, unsigned int); int main(void) { int s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_04e2e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_04e2e.dir/build.make CMakeFiles/cmTC_04e2e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_04e2e.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_04e2e.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_04e2e.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_04e2e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, unsigned int, int); int main(void) { int s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b01e4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b01e4.dir/build.make CMakeFiles/cmTC_b01e4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b01e4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b01e4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_b01e4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b01e4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, void *, unsigned int, unsigned int); int main(void) { int s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a172a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a172a.dir/build.make CMakeFiles/cmTC_a172a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a172a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a172a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_a172a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a172a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, size_t, int); int main(void) { int s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d4b5f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d4b5f.dir/build.make CMakeFiles/cmTC_d4b5f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d4b5f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d4b5f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_d4b5f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d4b5f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, size_t, unsigned int); int main(void) { int s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2ceb2/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2ceb2.dir/build.make CMakeFiles/cmTC_2ceb2.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ceb2.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2ceb2.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_2ceb2.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_2ceb2/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, int, int); int main(void) { int s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4f5fc/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4f5fc.dir/build.make CMakeFiles/cmTC_4f5fc.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4f5fc.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4f5fc.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4f5fc.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4f5fc/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, int, unsigned int); int main(void) { int s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_93d59/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_93d59.dir/build.make CMakeFiles/cmTC_93d59.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_93d59.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_93d59.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_93d59.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_93d59/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, socklen_t, int); int main(void) { int s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5a7d6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5a7d6.dir/build.make CMakeFiles/cmTC_5a7d6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5a7d6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5a7d6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_5a7d6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5a7d6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, socklen_t, unsigned int); int main(void) { int s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ee906/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ee906.dir/build.make CMakeFiles/cmTC_ee906.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ee906.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ee906.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_ee906.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ee906/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, unsigned int, int); int main(void) { int s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d6cb7/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d6cb7.dir/build.make CMakeFiles/cmTC_d6cb7.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d6cb7.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d6cb7.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_d6cb7.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d6cb7/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, char *, unsigned int, unsigned int); int main(void) { int s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3f2b8/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3f2b8.dir/build.make CMakeFiles/cmTC_3f2b8.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3f2b8.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_3f2b8.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_3f2b8.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3f2b8/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, size_t, int); int main(void) { int s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6fb4f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6fb4f.dir/build.make CMakeFiles/cmTC_6fb4f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6fb4f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6fb4f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_6fb4f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6fb4f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, size_t, unsigned int); int main(void) { int s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_36329/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_36329.dir/build.make CMakeFiles/cmTC_36329.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36329.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_36329.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_36329.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_36329/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, int, int); int main(void) { int s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_203c3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_203c3.dir/build.make CMakeFiles/cmTC_203c3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_203c3.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_203c3.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_203c3.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_203c3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, int, unsigned int); int main(void) { int s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4b218/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4b218.dir/build.make CMakeFiles/cmTC_4b218.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4b218.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4b218.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4b218.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4b218/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, socklen_t, int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_110a4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_110a4.dir/build.make CMakeFiles/cmTC_110a4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_110a4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_110a4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_110a4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_110a4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, socklen_t, unsigned int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_12e19/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_12e19.dir/build.make CMakeFiles/cmTC_12e19.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12e19.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_12e19.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_12e19.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_12e19/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, unsigned int, int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a90a5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a90a5.dir/build.make CMakeFiles/cmTC_a90a5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a90a5.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a90a5.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_a90a5.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a90a5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(int, const char *, unsigned int, unsigned int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b92de/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b92de.dir/build.make CMakeFiles/cmTC_b92de.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b92de.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b92de.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_b92de.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b92de/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, size_t, int); int main(void) { ssize_t s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6f271/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6f271.dir/build.make CMakeFiles/cmTC_6f271.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6f271.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6f271.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_6f271.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6f271/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, size_t, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2472c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2472c.dir/build.make CMakeFiles/cmTC_2472c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2472c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2472c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_2472c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_2472c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, int, int); int main(void) { ssize_t s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_463c6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_463c6.dir/build.make CMakeFiles/cmTC_463c6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_463c6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_463c6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_463c6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_463c6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, int, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a129c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a129c.dir/build.make CMakeFiles/cmTC_a129c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a129c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a129c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_a129c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a129c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, socklen_t, int); int main(void) { ssize_t s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f3183/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f3183.dir/build.make CMakeFiles/cmTC_f3183.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f3183.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f3183.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_f3183.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f3183/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, socklen_t, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_849db/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_849db.dir/build.make CMakeFiles/cmTC_849db.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_849db.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_849db.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_849db.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_849db/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, unsigned int, int); int main(void) { ssize_t s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bcaf2/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_bcaf2.dir/build.make CMakeFiles/cmTC_bcaf2.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bcaf2.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bcaf2.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_bcaf2.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_bcaf2/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const void *, unsigned int, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_63db9/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_63db9.dir/build.make CMakeFiles/cmTC_63db9.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_63db9.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_63db9.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_63db9.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_63db9/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, size_t, int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca086/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ca086.dir/build.make CMakeFiles/cmTC_ca086.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca086.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ca086.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_ca086.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ca086/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, size_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_096f5/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_096f5.dir/build.make CMakeFiles/cmTC_096f5.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_096f5.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_096f5.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_096f5.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_096f5/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, int, int); int main(void) { ssize_t s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5a6f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f5a6f.dir/build.make CMakeFiles/cmTC_f5a6f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f5a6f.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f5a6f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_f5a6f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f5a6f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1e94c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1e94c.dir/build.make CMakeFiles/cmTC_1e94c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1e94c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1e94c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_1e94c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1e94c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, socklen_t, int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_edfd7/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_edfd7.dir/build.make CMakeFiles/cmTC_edfd7.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_edfd7.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_edfd7.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_edfd7.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_edfd7/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, socklen_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_79057/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_79057.dir/build.make CMakeFiles/cmTC_79057.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_79057.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_79057.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_79057.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_79057/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, unsigned int, int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c4954/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c4954.dir/build.make CMakeFiles/cmTC_c4954.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c4954.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c4954.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_c4954.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c4954/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, void *, unsigned int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_73a83/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_73a83.dir/build.make CMakeFiles/cmTC_73a83.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73a83.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_73a83.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_73a83.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_73a83/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, size_t, int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c35eb/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c35eb.dir/build.make CMakeFiles/cmTC_c35eb.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c35eb.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c35eb.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_c35eb.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c35eb/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, size_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_19685/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_19685.dir/build.make CMakeFiles/cmTC_19685.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_19685.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_19685.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_19685.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_19685/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, int, int); int main(void) { ssize_t s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5e10/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f5e10.dir/build.make CMakeFiles/cmTC_f5e10.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f5e10.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f5e10.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_f5e10.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f5e10/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1e73a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1e73a.dir/build.make CMakeFiles/cmTC_1e73a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1e73a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1e73a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_1e73a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1e73a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, socklen_t, int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d561a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d561a.dir/build.make CMakeFiles/cmTC_d561a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d561a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d561a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_d561a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d561a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, socklen_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_935ec/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_935ec.dir/build.make CMakeFiles/cmTC_935ec.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_935ec.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_935ec.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_935ec.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_935ec/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, unsigned int, int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_67840/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_67840.dir/build.make CMakeFiles/cmTC_67840.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_67840.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_67840.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_67840.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_67840/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, char *, unsigned int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_520ce/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_520ce.dir/build.make CMakeFiles/cmTC_520ce.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_520ce.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_520ce.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_520ce.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_520ce/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, size_t, int); int main(void) { ssize_t s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1eed9/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1eed9.dir/build.make CMakeFiles/cmTC_1eed9.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1eed9.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1eed9.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_1eed9.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1eed9/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, size_t, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c8190/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c8190.dir/build.make CMakeFiles/cmTC_c8190.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c8190.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c8190.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_c8190.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c8190/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, int, int); int main(void) { ssize_t s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_42197/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_42197.dir/build.make CMakeFiles/cmTC_42197.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_42197.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_42197.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_42197.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_42197/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, int, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4ce5d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4ce5d.dir/build.make CMakeFiles/cmTC_4ce5d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4ce5d.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4ce5d.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4ce5d.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4ce5d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, socklen_t, int); int main(void) { ssize_t s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_add31/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_add31.dir/build.make CMakeFiles/cmTC_add31.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_add31.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_add31.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_add31.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_add31/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, socklen_t, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1069b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1069b.dir/build.make CMakeFiles/cmTC_1069b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1069b.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1069b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_1069b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1069b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, unsigned int, int); int main(void) { ssize_t s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4e20d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4e20d.dir/build.make CMakeFiles/cmTC_4e20d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4e20d.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4e20d.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:141:16: note: previous declaration of 'send' was here make[2]: *** [CMakeFiles/cmTC_4e20d.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4e20d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(ssize_t, const char *, unsigned int, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_900ea/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_900ea.dir/build.make CMakeFiles/cmTC_900ea.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_900ea.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_900ea.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_900ea.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_900ea/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, size_t, int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_12e2a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_12e2a.dir/build.make CMakeFiles/cmTC_12e2a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12e2a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_12e2a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_12e2a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_12e2a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, size_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5f637/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5f637.dir/build.make CMakeFiles/cmTC_5f637.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5f637.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5f637.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_5f637.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5f637/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, int, int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7ef26/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7ef26.dir/build.make CMakeFiles/cmTC_7ef26.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ef26.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7ef26.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_7ef26.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7ef26/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_440a1/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_440a1.dir/build.make CMakeFiles/cmTC_440a1.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_440a1.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_440a1.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_440a1.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_440a1/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, socklen_t, int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c0d45/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c0d45.dir/build.make CMakeFiles/cmTC_c0d45.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0d45.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c0d45.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_c0d45.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c0d45/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a3262/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a3262.dir/build.make CMakeFiles/cmTC_a3262.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a3262.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a3262.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_a3262.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a3262/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, unsigned int, int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bc6d3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_bc6d3.dir/build.make CMakeFiles/cmTC_bc6d3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc6d3.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bc6d3.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_bc6d3.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_bc6d3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_62205/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_62205.dir/build.make CMakeFiles/cmTC_62205.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_62205.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_62205.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_62205.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_62205/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ae661/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ae661.dir/build.make CMakeFiles/cmTC_ae661.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae661.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ae661.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_ae661.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ae661/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6628c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6628c.dir/build.make CMakeFiles/cmTC_6628c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6628c.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6628c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_6628c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6628c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c15d0/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c15d0.dir/build.make CMakeFiles/cmTC_c15d0.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c15d0.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c15d0.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_c15d0.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c15d0/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d711b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d711b.dir/build.make CMakeFiles/cmTC_d711b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d711b.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d711b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_d711b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d711b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6fea6/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6fea6.dir/build.make CMakeFiles/cmTC_6fea6.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6fea6.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6fea6.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_6fea6.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_6fea6/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2c972/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2c972.dir/build.make CMakeFiles/cmTC_2c972.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2c972.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2c972.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_2c972.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_2c972/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_30bc1/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_30bc1.dir/build.make CMakeFiles/cmTC_30bc1.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_30bc1.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_30bc1.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'void' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_30bc1.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_30bc1/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_18f7a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_18f7a.dir/build.make CMakeFiles/cmTC_18f7a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_18f7a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_18f7a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_18f7a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_18f7a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_503af/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_503af.dir/build.make CMakeFiles/cmTC_503af.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_503af.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_503af.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_503af.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_503af/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_368e4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_368e4.dir/build.make CMakeFiles/cmTC_368e4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_368e4.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_368e4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_368e4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_368e4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4caad/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4caad.dir/build.make CMakeFiles/cmTC_4caad.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4caad.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4caad.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_4caad.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4caad/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_71359/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_71359.dir/build.make CMakeFiles/cmTC_71359.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71359.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_71359.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_71359.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_71359/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_57202/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_57202.dir/build.make CMakeFiles/cmTC_57202.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57202.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_57202.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_57202.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_57202/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_36896/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_36896.dir/build.make CMakeFiles/cmTC_36896.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36896.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_36896.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_36896.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_36896/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f3e18/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f3e18.dir/build.make CMakeFiles/cmTC_f3e18.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f3e18.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f3e18.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'char' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_f3e18.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f3e18/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fa7b0/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fa7b0.dir/build.make CMakeFiles/cmTC_fa7b0.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fa7b0.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_fa7b0.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_fa7b0.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_fa7b0/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, size_t, int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_77c75/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_77c75.dir/build.make CMakeFiles/cmTC_77c75.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_77c75.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_77c75.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_77c75.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_77c75/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, size_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_13555/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_13555.dir/build.make CMakeFiles/cmTC_13555.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13555.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_13555.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_13555.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_13555/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, int, int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_83052/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_83052.dir/build.make CMakeFiles/cmTC_83052.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_83052.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_83052.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_83052.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_83052/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_38c09/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_38c09.dir/build.make CMakeFiles/cmTC_38c09.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_38c09.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_38c09.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_38c09.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_38c09/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, socklen_t, int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a4eba/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a4eba.dir/build.make CMakeFiles/cmTC_a4eba.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a4eba.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a4eba.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_a4eba.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a4eba/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_71d8a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_71d8a.dir/build.make CMakeFiles/cmTC_71d8a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71d8a.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_71d8a.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_71d8a.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_71d8a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, unsigned int, int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b761d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b761d.dir/build.make CMakeFiles/cmTC_b761d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b761d.dir/src.c.o /usr/bin/gcc -O2 -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b761d.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ')' before 'const' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name 'SOCKET' make[2]: *** [CMakeFiles/cmTC_b761d.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b761d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #undef inline #include #include extern int send(SOCKET, const char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Determining if the off_t exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9db3/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a9db3.dir/build.make CMakeFiles/cmTC_a9db3.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9db3.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_a9db3.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before 'off_t' make[2]: *** [CMakeFiles/cmTC_a9db3.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a9db3/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef off_t return ((int*)(&off_t))[argc]; #else (void)argc; return 0; #endif } Determining if the size_t exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e5a4f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e5a4f.dir/build.make CMakeFiles/cmTC_e5a4f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e5a4f.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_e5a4f.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before 'size_t' make[2]: *** [CMakeFiles/cmTC_e5a4f.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e5a4f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef size_t return ((int*)(&size_t))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_RESTRICT failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c9936/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c9936.dir/build.make CMakeFiles/cmTC_c9936.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c9936.dir/src.c.o /usr/bin/gcc -O2 -DHAVE_RESTRICT -o CMakeFiles/cmTC_c9936.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:1:26: error: expected ';', ',' or ')' before 'x' make[2]: *** [CMakeFiles/cmTC_c9936.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c9936/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: int test (void *restrict x); int main (void) {return 0;} Determining size of __int64 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7027d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7027d.dir/build.make CMakeFiles/cmTC_7027d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7027d.dir/__INT64.c.o /usr/bin/gcc -O2 -o CMakeFiles/cmTC_7027d.dir/__INT64.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/__INT64.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/__INT64.c:19:12: error: '__int64' undeclared here (not in a function) make[2]: *** [CMakeFiles/cmTC_7027d.dir/__INT64.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7027d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/__INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of unsigned __int64 failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fde9e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fde9e.dir/build.make CMakeFiles/cmTC_fde9e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fde9e.dir/UNSIGNED___INT64.c.o /usr/bin/gcc -O2 -o CMakeFiles/cmTC_fde9e.dir/UNSIGNED___INT64.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:19:12: error: expected ')' before '__int64' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:20:12: error: expected ')' before '__int64' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:21:12: error: expected ')' before '__int64' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:22:12: error: expected ')' before '__int64' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:12: error: expected ')' before '__int64' make[2]: *** [CMakeFiles/cmTC_fde9e.dir/UNSIGNED___INT64.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_fde9e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(unsigned __int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the BZ2_bzCompressInit exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_48793/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_48793.dir/build.make CMakeFiles/cmTC_48793.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_48793.dir/CheckSymbolExists.c.o /usr/bin/gcc -I/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Utilities/cmbzip2 -O2 -w -o CMakeFiles/cmTC_48793.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_48793 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_48793.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_48793.dir/CheckSymbolExists.c.o -o cmTC_48793 -lcmbzip2 /usr/bin/ld: cannot find -lcmbzip2 collect2: error: ld returned 1 exit status make[2]: *** [cmTC_48793] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_48793/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef BZ2_bzCompressInit return ((int*)(&BZ2_bzCompressInit))[argc]; #else (void)argc; return 0; #endif } Determining if files sys/types.h;ctype.h;copyfile.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3039e/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3039e.dir/build.make CMakeFiles/cmTC_3039e.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3039e.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_3039e.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:4:22: fatal error: copyfile.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_3039e.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3039e/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;direct.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8273a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8273a.dir/build.make CMakeFiles/cmTC_8273a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8273a.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_8273a.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:4:20: fatal error: direct.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_8273a.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_8273a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;ext2fs/ext2_fs.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_79614/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_79614.dir/build.make CMakeFiles/cmTC_79614.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_79614.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_79614.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:6:28: fatal error: ext2fs/ext2_fs.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_79614.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_79614/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include int main(void){return 0;} Performing C SOURCE FILE Test HAVE_WORKING_EXT2_IOC_GETFLAGS failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5aebe/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5aebe.dir/build.make CMakeFiles/cmTC_5aebe.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5aebe.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_WORKING_EXT2_IOC_GETFLAGS -o CMakeFiles/cmTC_5aebe.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:2:28: fatal error: ext2fs/ext2_fs.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_5aebe.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5aebe/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main(void) { return EXT2_IOC_GETFLAGS; } Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4d074/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4d074.dir/build.make CMakeFiles/cmTC_4d074.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4d074.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_4d074.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:20:28: fatal error: readpassphrase.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_4d074.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4d074/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d6c35/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d6c35.dir/build.make CMakeFiles/cmTC_d6c35.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d6c35.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_d6c35.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:28:21: fatal error: sys/acl.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_d6c35.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d6c35/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dca1c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_dca1c.dir/build.make CMakeFiles/cmTC_dca1c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dca1c.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_dca1c.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:30:23: fatal error: sys/mkdev.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_dca1c.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_dca1c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ef772/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ef772.dir/build.make CMakeFiles/cmTC_ef772.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ef772.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_ef772.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c In file included from /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:30:0: /usr/include/x86_64-linux-gnu/sys/mount.h:36:3: error: expected identifier before numeric constant make[2]: *** [CMakeFiles/cmTC_ef772.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ef772/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;windows.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cd330/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_cd330.dir/build.make CMakeFiles/cmTC_cd330.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cd330.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_cd330.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:45:21: fatal error: windows.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_cd330.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_cd330/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5d516/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5d516.dir/build.make CMakeFiles/cmTC_5d516.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5d516.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_5d516.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:45:22: fatal error: wincrypt.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_5d516.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5d516/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1eb08/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1eb08.dir/build.make CMakeFiles/cmTC_1eb08.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1eb08.dir/CheckIncludeFiles.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_1eb08.dir/CheckIncludeFiles.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:45:22: fatal error: winioctl.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_1eb08.dir/CheckIncludeFiles.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1eb08/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if the function MD5Init exists in the md failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e9552/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e9552.dir/build.make CMakeFiles/cmTC_e9552.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e9552.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=MD5Init -o CMakeFiles/cmTC_e9552.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_e9552 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e9552.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=MD5Init -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_e9552.dir/CheckFunctionExists.c.o -o cmTC_e9552 -lmd /usr/bin/ld: cannot find -lmd collect2: error: ld returned 1 exit status make[2]: *** [cmTC_e9552] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e9552/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the _CrtSetReportMode exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f75db/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f75db.dir/build.make CMakeFiles/cmTC_f75db.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f75db.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -fno-builtin -o CMakeFiles/cmTC_f75db.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:20: fatal error: crtdbg.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_f75db.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f75db/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _CrtSetReportMode return ((int*)(&_CrtSetReportMode))[argc]; #else (void)argc; return 0; #endif } Determining if the function arc4random_buf exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fae02/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fae02.dir/build.make CMakeFiles/cmTC_fae02.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fae02.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -fno-builtin -o CMakeFiles/cmTC_fae02.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_fae02 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_fae02.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_fae02.dir/CheckFunctionExists.c.o -o cmTC_fae02 CMakeFiles/cmTC_fae02.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `arc4random_buf' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_fae02] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_fae02/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function getvfsbyname exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_237d9/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_237d9.dir/build.make CMakeFiles/cmTC_237d9.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_237d9.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -o CMakeFiles/cmTC_237d9.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_237d9 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_237d9.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_237d9.dir/CheckFunctionExists.c.o -o cmTC_237d9 CMakeFiles/cmTC_237d9.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `getvfsbyname' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_237d9] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_237d9/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function lchflags exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dec9a/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_dec9a.dir/build.make CMakeFiles/cmTC_dec9a.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dec9a.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -o CMakeFiles/cmTC_dec9a.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_dec9a /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_dec9a.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_dec9a.dir/CheckFunctionExists.c.o -o cmTC_dec9a CMakeFiles/cmTC_dec9a.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `lchflags' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_dec9a] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_dec9a/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function readpassphrase exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5541c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5541c.dir/build.make CMakeFiles/cmTC_5541c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5541c.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -o CMakeFiles/cmTC_5541c.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_5541c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_5541c.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_5541c.dir/CheckFunctionExists.c.o -o cmTC_5541c CMakeFiles/cmTC_5541c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `readpassphrase' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_5541c] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5541c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function strncpy_s exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ce3fe/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ce3fe.dir/build.make CMakeFiles/cmTC_ce3fe.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ce3fe.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -o CMakeFiles/cmTC_ce3fe.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_ce3fe /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ce3fe.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_ce3fe.dir/CheckFunctionExists.c.o -o cmTC_ce3fe CMakeFiles/cmTC_ce3fe.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strncpy_s' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_ce3fe] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ce3fe/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function _ctime64_s exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3fe02/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_3fe02.dir/build.make CMakeFiles/cmTC_3fe02.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3fe02.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -o CMakeFiles/cmTC_3fe02.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_3fe02 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_3fe02.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_3fe02.dir/CheckFunctionExists.c.o -o cmTC_3fe02 CMakeFiles/cmTC_3fe02.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_ctime64_s' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_3fe02] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_3fe02/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function _fseeki64 exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_de457/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_de457.dir/build.make CMakeFiles/cmTC_de457.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_de457.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -o CMakeFiles/cmTC_de457.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_de457 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_de457.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_de457.dir/CheckFunctionExists.c.o -o cmTC_de457 CMakeFiles/cmTC_de457.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_fseeki64' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_de457] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_de457/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function _get_timezone exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4653c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4653c.dir/build.make CMakeFiles/cmTC_4653c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4653c.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -o CMakeFiles/cmTC_4653c.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_4653c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4653c.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_4653c.dir/CheckFunctionExists.c.o -o cmTC_4653c CMakeFiles/cmTC_4653c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_get_timezone' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_4653c] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4653c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function _localtime64_s exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0a507/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0a507.dir/build.make CMakeFiles/cmTC_0a507.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0a507.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -o CMakeFiles/cmTC_0a507.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_0a507 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0a507.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_0a507.dir/CheckFunctionExists.c.o -o cmTC_0a507 CMakeFiles/cmTC_0a507.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_localtime64_s' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_0a507] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0a507/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function _mkgmtime64 exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ff336/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ff336.dir/build.make CMakeFiles/cmTC_ff336.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ff336.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -o CMakeFiles/cmTC_ff336.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_ff336 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ff336.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_ff336.dir/CheckFunctionExists.c.o -o cmTC_ff336 CMakeFiles/cmTC_ff336.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_mkgmtime64' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_ff336] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ff336/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the function cygwin_conv_path exists failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4cfcf/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4cfcf.dir/build.make CMakeFiles/cmTC_4cfcf.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4cfcf.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -o CMakeFiles/cmTC_4cfcf.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_4cfcf /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4cfcf.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_4cfcf.dir/CheckFunctionExists.c.o -o cmTC_4cfcf CMakeFiles/cmTC_4cfcf.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `cygwin_conv_path' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_4cfcf] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_4cfcf/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ccc5c/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ccc5c.dir/build.make CMakeFiles/cmTC_ccc5c.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ccc5c.dir/src.c.o /usr/bin/gcc -O2 -w -DMAJOR_IN_MKDEV -o CMakeFiles/cmTC_ccc5c.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:1:23: fatal error: sys/mkdev.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/cmTC_ccc5c.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_ccc5c/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include int main() { return major(256); } Determining if the EFTYPE exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9d3cf/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9d3cf.dir/build.make CMakeFiles/cmTC_9d3cf.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9d3cf.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_9d3cf.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'EFTYPE' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_9d3cf.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9d3cf/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef EFTYPE return ((int*)(&EFTYPE))[argc]; #else (void)argc; return 0; #endif } Determining if the D_MD_ORDER exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5bc00/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5bc00.dir/build.make CMakeFiles/cmTC_5bc00.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5bc00.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_5bc00.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'D_MD_ORDER' undeclared (first use in this function) /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_5bc00.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5bc00/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef D_MD_ORDER return ((int*)(&D_MD_ORDER))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_STRUCT_TM___TM_GMTOFF failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_111ab/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_111ab.dir/build.make CMakeFiles/cmTC_111ab.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_111ab.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_TM___TM_GMTOFF -o CMakeFiles/cmTC_111ab.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:7:18: error: 'struct tm' has no member named '__tm_gmtoff' make[2]: *** [CMakeFiles/cmTC_111ab.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_111ab/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include int main() { static struct tm tmp; if (sizeof(tmp.__tm_gmtoff)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a8a72/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a8a72.dir/build.make CMakeFiles/cmTC_a8a72.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a8a72.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STATFS_F_NAMEMAX -o CMakeFiles/cmTC_a8a72.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:7:25: error: storage size of 'tmp' isn't known make[2]: *** [CMakeFiles/cmTC_a8a72.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a8a72/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct statfs tmp; if (sizeof(tmp.f_namemax)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIME failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_65a04/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_65a04.dir/build.make CMakeFiles/cmTC_65a04.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_65a04.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_BIRTHTIME -o CMakeFiles/cmTC_65a04.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_birthtime' make[2]: *** [CMakeFiles/cmTC_65a04.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_65a04/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_birthtime)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a385d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a385d.dir/build.make CMakeFiles/cmTC_a385d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a385d.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_a385d.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_birthtimespec' make[2]: *** [CMakeFiles/cmTC_a385d.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_a385d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_birthtimespec.tv_nsec)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d73cf/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d73cf.dir/build.make CMakeFiles/cmTC_d73cf.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d73cf.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_d73cf.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_mtimespec' make[2]: *** [CMakeFiles/cmTC_d73cf.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_d73cf/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_mtimespec.tv_nsec)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_744f4/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_744f4.dir/build.make CMakeFiles/cmTC_744f4.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_744f4.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_MTIME_N -o CMakeFiles/cmTC_744f4.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_mtime_n' make[2]: *** [CMakeFiles/cmTC_744f4.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_744f4/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_mtime_n)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9297b/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9297b.dir/build.make CMakeFiles/cmTC_9297b.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9297b.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_UMTIME -o CMakeFiles/cmTC_9297b.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_umtime' make[2]: *** [CMakeFiles/cmTC_9297b.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9297b/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_umtime)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7649d/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7649d.dir/build.make CMakeFiles/cmTC_7649d.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7649d.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_MTIME_USEC -o CMakeFiles/cmTC_7649d.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_mtime_usec' make[2]: *** [CMakeFiles/cmTC_7649d.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_7649d/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_mtime_usec)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_FLAGS failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b1247/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b1247.dir/build.make CMakeFiles/cmTC_b1247.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b1247.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STAT_ST_FLAGS -o CMakeFiles/cmTC_b1247.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct stat' has no member named 'st_flags' make[2]: *** [CMakeFiles/cmTC_b1247.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b1247/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct stat tmp; if (sizeof(tmp.st_flags)) return 0; return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9cc2f/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9cc2f.dir/build.make CMakeFiles/cmTC_9cc2f.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9cc2f.dir/src.c.o /usr/bin/gcc -O2 -w -DHAVE_STRUCT_STATVFS_F_IOSIZE -o CMakeFiles/cmTC_9cc2f.dir/src.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/src.c:8:18: error: 'struct statvfs' has no member named 'f_iosize' make[2]: *** [CMakeFiles/cmTC_9cc2f.dir/src.c.o] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_9cc2f/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { static struct statvfs tmp; if (sizeof(tmp.f_iosize)) return 0; return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_57519/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_57519.dir/build.make CMakeFiles/cmTC_57519.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57519.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -o CMakeFiles/cmTC_57519.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_57519 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_57519.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_57519.dir/CheckSymbolExists.c.o -o cmTC_57519 CMakeFiles/cmTC_57519.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_57519] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_57519/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/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: /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b9fc2/fast" make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b9fc2.dir/build.make CMakeFiles/cmTC_b9fc2.dir/build make[2]: Entering directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9fc2.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_b9fc2.dir/CheckFunctionExists.c.o -c /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Modules/CheckFunctionExists.c Linking C executable cmTC_b9fc2 /home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b9fc2.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=pthread_create -L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib -rdynamic CMakeFiles/cmTC_b9fc2.dir/CheckFunctionExists.c.o -o cmTC_b9fc2 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [cmTC_b9fc2] Error 1 make[2]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b9fc2/fast] Error 2 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/host-cmake-3.8.2/CMakeFiles/CMakeTmp'