Determining if compiler supports C++ filesystem failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_66b09/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_66b09.dir/build.make CMakeFiles/cmTC_66b09.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o /usr/bin/g++ -O2 -std=gnu++17 -o CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/Checks/cm_cxx_filesystem.cxx Linking CXX executable cmTC_66b09 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_66b09.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o -o cmTC_66b09 /usr/bin/ld: CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o: in function `std::filesystem::__cxx11::path::path(char const (&) [7], std::filesystem::__cxx11::path::format)': cm_cxx_filesystem.cxx:(.text._ZNSt10filesystem7__cxx114pathC2IA7_cS1_EERKT_NS1_6formatE[_ZNSt10filesystem7__cxx114pathC5IA7_cS1_EERKT_NS1_6formatE]+0x49): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' /usr/bin/ld: CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o: in function `std::filesystem::__cxx11::filesystem_error::filesystem_error(std::__cxx11::basic_string, std::allocator > const&, std::error_code)': cm_cxx_filesystem.cxx:(.text._ZNSt10filesystem7__cxx1116filesystem_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10error_code[_ZNSt10filesystem7__cxx1116filesystem_errorC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10error_code]+0x1ab): undefined reference to `vtable for std::filesystem::__cxx11::filesystem_error' /usr/bin/ld: cm_cxx_filesystem.cxx:(.text._ZNSt10filesystem7__cxx1116filesystem_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10error_code[_ZNSt10filesystem7__cxx1116filesystem_errorC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10error_code]+0x217): undefined reference to `std::filesystem::__cxx11::filesystem_error::_M_gen_what()' /usr/bin/ld: CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o: in function `main.cold.56': cm_cxx_filesystem.cxx:(.text.unlikely+0x3): undefined reference to `std::filesystem::__cxx11::filesystem_error::~filesystem_error()' /usr/bin/ld: cm_cxx_filesystem.cxx:(.text.unlikely+0xa): undefined reference to `typeinfo for std::filesystem::__cxx11::filesystem_error' /usr/bin/ld: CMakeFiles/cmTC_66b09.dir/cm_cxx_filesystem.cxx.o: in function `main': cm_cxx_filesystem.cxx:(.text.startup+0x4dc): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' /usr/bin/ld: cm_cxx_filesystem.cxx:(.text.startup+0x520): undefined reference to `std::filesystem::__cxx11::path::compare(std::filesystem::__cxx11::path const&) const' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_66b09.dir/build.make:99: cmTC_66b09] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_66b09/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the environ exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_ffd2a/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ffd2a.dir/build.make CMakeFiles/cmTC_ffd2a.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ffd2a.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -std=gnu11 -o CMakeFiles/cmTC_ffd2a.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'environ' undeclared (first use in this function) return ((int*)(&environ))[argc]; ^~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_ffd2a.dir/build.make:78: CMakeFiles/cmTC_ffd2a.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_ffd2a/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 } Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_efd3e/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_efd3e.dir/build.make CMakeFiles/cmTC_efd3e.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_efd3e.dir/src.c.o /usr/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -O2 -std=gnu11 -o CMakeFiles/cmTC_efd3e.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_efd3e /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_efd3e.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_efd3e.dir/src.c.o -o cmTC_efd3e /usr/bin/ld: CMakeFiles/cmTC_efd3e.dir/src.c.o: in function `main': src.c:(.text.startup+0x15): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text.startup+0x1f): undefined reference to `pthread_detach' /usr/bin/ld: src.c:(.text.startup+0x29): undefined reference to `pthread_cancel' /usr/bin/ld: src.c:(.text.startup+0x35): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_efd3e.dir/build.make:99: cmTC_efd3e] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_efd3e/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c0278/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c0278.dir/build.make CMakeFiles/cmTC_c0278.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0278.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -std=gnu11 -o CMakeFiles/cmTC_c0278.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_c0278 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c0278.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_c0278.dir/CheckFunctionExists.c.o -o cmTC_c0278 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_c0278.dir/build.make:99: cmTC_c0278] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_c0278/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_884dd/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_884dd.dir/build.make CMakeFiles/cmTC_884dd.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_884dd.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -O2 -std=gnu++17 -o CMakeFiles/cmTC_884dd.dir/kwsysPlatformTestsCXX.cxx.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: 'environ' was not declared in this scope char* e = environ[0]; ^~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: note: suggested alternative: 'union' char* e = environ[0]; ^~~~~~~ union make[2]: *** [CMakeFiles/cmTC_884dd.dir/build.make:78: CMakeFiles/cmTC_884dd.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_884dd/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_83cb1/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_83cb1.dir/build.make CMakeFiles/cmTC_83cb1.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_83cb1.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -O2 -std=gnu++17 -o CMakeFiles/cmTC_83cb1.dir/kwsysPlatformTestsCXX.cxx.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx:26:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_sec; ^~~~~~~~~~~~ st_mtim /tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_nsec; ^~~~~~~~~~~~ st_mtim make[2]: *** [CMakeFiles/cmTC_83cb1.dir/build.make:78: CMakeFiles/cmTC_83cb1.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_83cb1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/Source/kwsys/CMakeFiles/CMakeTmp' Determining if the function connect exists in the socket;dl failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_36446/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_36446.dir/build.make CMakeFiles/cmTC_36446.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36446.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=connect -std=gnu11 -o CMakeFiles/cmTC_36446.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_36446 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_36446.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=connect -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_36446.dir/CheckFunctionExists.c.o -o cmTC_36446 -lsocket -ldl /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_36446.dir/build.make:99: cmTC_36446] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_36446/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function recv exists in the network;dl failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_0c4bd/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_0c4bd.dir/build.make CMakeFiles/cmTC_0c4bd.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c4bd.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=recv -std=gnu11 -o CMakeFiles/cmTC_0c4bd.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_0c4bd /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0c4bd.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=recv -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_0c4bd.dir/CheckFunctionExists.c.o -o cmTC_0c4bd -lnetwork -ldl /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_0c4bd.dir/build.make:99: cmTC_0c4bd] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_0c4bd/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function dlopen exists in the dl;cmnghttp2 failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_cbf67/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_cbf67.dir/build.make CMakeFiles/cmTC_cbf67.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cbf67.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=dlopen -std=gnu11 -o CMakeFiles/cmTC_cbf67.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_cbf67 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_cbf67.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=dlopen -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_cbf67.dir/CheckFunctionExists.c.o -o cmTC_cbf67 -ldl -lcmnghttp2 /usr/bin/ld: cannot find -lcmnghttp2 collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_cbf67.dir/build.make:99: cmTC_cbf67] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_cbf67/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_92767/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_92767.dir/build.make CMakeFiles/cmTC_92767.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_92767.dir/HAVE_SYS_FILIO_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_92767.dir/HAVE_SYS_FILIO_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:4:10: fatal error: sys/filio.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_92767.dir/build.make:78: CMakeFiles/cmTC_92767.dir/HAVE_SYS_FILIO_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_92767/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_d0979/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d0979.dir/build.make CMakeFiles/cmTC_d0979.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d0979.dir/HAVE_SYS_SOCKIO_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_d0979.dir/HAVE_SYS_SOCKIO_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:10:10: fatal error: sys/sockio.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_d0979.dir/build.make:78: CMakeFiles/cmTC_d0979.dir/HAVE_SYS_SOCKIO_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_d0979/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_5ced8/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5ced8.dir/build.make CMakeFiles/cmTC_5ced8.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5ced8.dir/HAVE_SYS_UTIME_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_5ced8.dir/HAVE_SYS_UTIME_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:15:10: fatal error: sys/utime.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_5ced8.dir/build.make:78: CMakeFiles/cmTC_5ced8.dir/HAVE_SYS_UTIME_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_5ced8/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;idn2.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_73b45/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_73b45.dir/build.make CMakeFiles/cmTC_73b45.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73b45.dir/HAVE_IDN2_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_73b45.dir/HAVE_IDN2_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c:22:10: fatal error: idn2.h: No such file or directory #include ^~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_73b45.dir/build.make:78: CMakeFiles/cmTC_73b45.dir/HAVE_IDN2_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_73b45/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_7b256/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_7b256.dir/build.make CMakeFiles/cmTC_7b256.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7b256.dir/HAVE_IO_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_7b256.dir/HAVE_IO_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:23:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_7b256.dir/build.make:78: CMakeFiles/cmTC_7b256.dir/HAVE_IO_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_7b256/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_81133/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_81133.dir/build.make CMakeFiles/cmTC_81133.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_81133.dir/HAVE_KRB_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_81133.dir/HAVE_KRB_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:23:10: fatal error: krb.h: No such file or directory #include ^~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_81133.dir/build.make:78: CMakeFiles/cmTC_81133.dir/HAVE_KRB_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_81133/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_2e88b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2e88b.dir/build.make CMakeFiles/cmTC_2e88b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2e88b.dir/HAVE_PEM_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_2e88b.dir/HAVE_PEM_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:29:10: fatal error: pem.h: No such file or directory #include ^~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_2e88b.dir/build.make:78: CMakeFiles/cmTC_2e88b.dir/HAVE_PEM_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_2e88b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;signal.h;ssl.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_f2cd8/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f2cd8.dir/build.make CMakeFiles/cmTC_f2cd8.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f2cd8.dir/HAVE_SSL_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_f2cd8.dir/HAVE_SSL_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:33:10: fatal error: ssl.h: No such file or directory #include ^~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_f2cd8.dir/build.make:78: CMakeFiles/cmTC_f2cd8.dir/HAVE_SSL_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_f2cd8/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c31ed/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c31ed.dir/build.make CMakeFiles/cmTC_c31ed.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c31ed.dir/HAVE_X509_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_c31ed.dir/HAVE_X509_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:45:10: fatal error: x509.h: No such file or directory #include ^~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_c31ed.dir/build.make:78: CMakeFiles/cmTC_c31ed.dir/HAVE_X509_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_c31ed/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e2821/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e2821.dir/build.make CMakeFiles/cmTC_e2821.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e2821.dir/HAVE_PROCESS_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_e2821.dir/HAVE_PROCESS_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:45:10: fatal error: process.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_e2821.dir/build.make:78: CMakeFiles/cmTC_e2821.dir/HAVE_PROCESS_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e2821/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_fbf2b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fbf2b.dir/build.make CMakeFiles/cmTC_fbf2b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fbf2b.dir/HAVE_SOCKIO_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_fbf2b.dir/HAVE_SOCKIO_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:51:10: fatal error: sockio.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_fbf2b.dir/build.make:78: CMakeFiles/cmTC_fbf2b.dir/HAVE_SOCKIO_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_fbf2b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 int main(void){return 0;} Determining if the stricmp exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_31ff0/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_31ff0.dir/build.make CMakeFiles/cmTC_31ff0.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31ff0.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_31ff0.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'stricmp' undeclared (first use in this function); did you mean 'strncmp'? return ((int*)(&stricmp))[argc]; ^~~~~~~ strncmp /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_31ff0.dir/build.make:78: CMakeFiles/cmTC_31ff0.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_31ff0/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_b6dd3/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b6dd3.dir/build.make CMakeFiles/cmTC_b6dd3.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b6dd3.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_b6dd3.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'strcmpi' undeclared (first use in this function); did you mean 'strcmp'? return ((int*)(&strcmpi))[argc]; ^~~~~~~ strcmp /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_b6dd3.dir/build.make:78: CMakeFiles/cmTC_b6dd3.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_b6dd3/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e21a7/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e21a7.dir/build.make CMakeFiles/cmTC_e21a7.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e21a7.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_e21a7.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'strncmpi' undeclared (first use in this function); did you mean 'strncmp'? return ((int*)(&strncmpi))[argc]; ^~~~~~~~ strncmp /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_e21a7.dir/build.make:78: CMakeFiles/cmTC_e21a7.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e21a7/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 int main(int argc, char** argv) { (void)argv; #ifndef strncmpi return ((int*)(&strncmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the closesocket exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_d4017/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d4017.dir/build.make CMakeFiles/cmTC_d4017.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d4017.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_d4017.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'closesocket' undeclared (first use in this function); did you mean 'socket'? return ((int*)(&closesocket))[argc]; ^~~~~~~~~~~ socket /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_d4017.dir/build.make:78: CMakeFiles/cmTC_d4017.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_d4017/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_4c587/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_4c587.dir/build.make CMakeFiles/cmTC_4c587.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4c587.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_4c587.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'getpass_r' undeclared (first use in this function); did you mean 'getpass'? return ((int*)(&getpass_r))[argc]; ^~~~~~~~~ getpass /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_4c587.dir/build.make:78: CMakeFiles/cmTC_4c587.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_4c587/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 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 _strtoi64 exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_82aaa/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_82aaa.dir/build.make CMakeFiles/cmTC_82aaa.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_82aaa.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_82aaa.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: '_strtoi64' undeclared (first use in this function); did you mean 'strtoull'? return ((int*)(&_strtoi64))[argc]; ^~~~~~~~~ strtoull /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_82aaa.dir/build.make:78: CMakeFiles/cmTC_82aaa.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_82aaa/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 int main(int argc, char** argv) { (void)argv; #ifndef _strtoi64 return ((int*)(&_strtoi64))[argc]; #else (void)argc; return 0; #endif } Determining if the setmode exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_bf61a/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_bf61a.dir/build.make CMakeFiles/cmTC_bf61a.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bf61a.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_bf61a.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: error: 'setmode' undeclared (first use in this function); did you mean 'setgid'? return ((int*)(&setmode))[argc]; ^~~~~~~ setgid /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:57:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_bf61a.dir/build.make:78: CMakeFiles/cmTC_bf61a.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_bf61a/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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 int main(int argc, char** argv) { (void)argv; #ifndef setmode return ((int*)(&setmode))[argc]; #else (void)argc; return 0; #endif } Determining if the function mach_absolute_time exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_f45e6/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f45e6.dir/build.make CMakeFiles/cmTC_f45e6.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f45e6.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -std=gnu11 -o CMakeFiles/cmTC_f45e6.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_f45e6 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_f45e6.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_f45e6.dir/CheckFunctionExists.c.o -o cmTC_f45e6 /usr/bin/ld: CMakeFiles/cmTC_f45e6.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `mach_absolute_time' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_f45e6.dir/build.make:99: cmTC_f45e6] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_f45e6/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_FSETXATTR_6 failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_36b5b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_36b5b.dir/build.make CMakeFiles/cmTC_36b5b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36b5b.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_FSETXATTR_6 -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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_36b5b.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:463:3: error: too many arguments to function 'fsetxattr' fsetxattr(0, 0, 0, 0, 0, 0); ^~~~~~~~~ In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:460: /usr/include/x86_64-linux-gnu/sys/xattr.h:54:12: note: declared here extern int fsetxattr (int __fd, const char *__name, const void *__value, ^~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_36b5b.dir/build.make:78: CMakeFiles/cmTC_36b5b.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_36b5b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining size of ADDRESS_FAMILY failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_26ef5/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_26ef5.dir/build.make CMakeFiles/cmTC_26ef5.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_26ef5.dir/SIZEOF_ADDRESS_FAMILY.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_26ef5.dir/SIZEOF_ADDRESS_FAMILY.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckTypeSize/SIZEOF_ADDRESS_FAMILY.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckTypeSize/SIZEOF_ADDRESS_FAMILY.c:4:10: fatal error: ws2def.h: No such file or directory #include "ws2def.h" ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_26ef5.dir/build.make:78: CMakeFiles/cmTC_26ef5.dir/SIZEOF_ADDRESS_FAMILY.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_26ef5/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckTypeSize/SIZEOF_ADDRESS_FAMILY.c: #include #include #include #include "ws2def.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(ADDRESS_FAMILY)) static 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; } Performing Curl Test HAVE_IOCTLSOCKET failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e2e18/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e2e18.dir/build.make CMakeFiles/cmTC_e2e18.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e2e18.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_e2e18.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:245:44: error: 'FIONBIO' undeclared (first use in this function) unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); ^~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:245:44: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_e2e18.dir/build.make:78: CMakeFiles/cmTC_e2e18.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e2e18/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_10313/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_10313.dir/build.make CMakeFiles/cmTC_10313.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_10313.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_10313.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_10313 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_10313.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_10313.dir/CurlTests.c.o -o cmTC_10313 /usr/bin/ld: CMakeFiles/cmTC_10313.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]: *** [CMakeFiles/cmTC_10313.dir/build.make:99: cmTC_10313] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_10313/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_649e7/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_649e7.dir/build.make CMakeFiles/cmTC_649e7.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_649e7.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_649e7.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:301:32: error: 'FIONBIO' undeclared (first use in this function) if(0 != IoctlSocket(0, FIONBIO, &flags)) ^~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:301:32: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_649e7.dir/build.make:78: CMakeFiles/cmTC_649e7.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_649e7/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_ed1db/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_ed1db.dir/build.make CMakeFiles/cmTC_ed1db.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ed1db.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_ed1db.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:328:32: error: 'FIONBIO' undeclared (first use in this function) if(0 != ioctlsocket(0, FIONBIO, &flags)) ^~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:328:32: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_ed1db.dir/build.make:78: CMakeFiles/cmTC_ed1db.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_ed1db/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c3d9c/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c3d9c.dir/build.make CMakeFiles/cmTC_c3d9c.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c3d9c.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_c3d9c.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:424:43: error: 'SO_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'? if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) ^~~~~~~~~~~ SOCK_NONBLOCK /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:424:43: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_c3d9c.dir/build.make:78: CMakeFiles/cmTC_c3d9c.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_c3d9c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_O_NONBLOCK failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_b498a/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b498a.dir/build.make CMakeFiles/cmTC_b498a.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b498a.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_b498a.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_b498a /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b498a.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_b498a.dir/CurlTests.c.o -o cmTC_b498a /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_b498a.dir/build.make:99: cmTC_b498a] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_b498a/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c8878/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c8878.dir/build.make CMakeFiles/cmTC_c8878.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c8878.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_c8878.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:97:23: error: storage size of 'hdata' isn't known struct hostent_data hdata; ^~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:109:8: error: too few arguments to function 'gethostbyname_r' rc = gethostbyname_r(address, &h, &hdata); ^~~~~~~~~~~~~~~ In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:87: /usr/include/netdb.h:177:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_c8878.dir/build.make:78: CMakeFiles/cmTC_c8878.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_c8878/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_dce9a/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_dce9a.dir/build.make CMakeFiles/cmTC_dce9a.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dce9a.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_dce9a.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:112:8: error: too few arguments to function 'gethostbyname_r' rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^~~~~~~~~~~~~~~ In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:87: /usr/include/netdb.h:177:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_dce9a.dir/build.make:78: CMakeFiles/cmTC_dce9a.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_dce9a/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e0892/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e0892.dir/build.make CMakeFiles/cmTC_e0892.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e0892.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_e0892.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:97:23: error: storage size of 'hdata' isn't known struct hostent_data hdata; ^~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:109:8: error: too few arguments to function 'gethostbyname_r' rc = gethostbyname_r(address, &h, &hdata); ^~~~~~~~~~~~~~~ In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:87: /usr/include/netdb.h:177:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_e0892.dir/build.make:78: CMakeFiles/cmTC_e0892.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e0892/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e381d/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e381d.dir/build.make CMakeFiles/cmTC_e381d.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e381d.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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_e381d.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:112:8: error: too few arguments to function 'gethostbyname_r' rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^~~~~~~~~~~~~~~ In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:87: /usr/include/netdb.h:177:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_e381d.dir/build.make:78: CMakeFiles/cmTC_e381d.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e381d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_fb138/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fb138.dir/build.make CMakeFiles/cmTC_fb138.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb138.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_GLIBC_STRERROR_R -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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_fb138.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:440:51: error: subscripted value is neither array nor pointer nor vector check(strerror_r(EACCES, buffer, sizeof(buffer))[0]); ^ make[2]: *** [CMakeFiles/cmTC_fb138.dir/build.make:78: CMakeFiles/cmTC_fb138.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_fb138/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing Curl Test HAVE_BUILTIN_AVAILABLE failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_53204/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_53204.dir/build.make CMakeFiles/cmTC_53204.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_53204.dir/CurlTests.c.o /usr/bin/gcc -O2 -w -DHAVE_BUILTIN_AVAILABLE -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_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_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_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 -std=gnu11 -o CMakeFiles/cmTC_53204.dir/CurlTests.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:487:26: error: 'macOS' undeclared (first use in this function) if(__builtin_available(macOS 10.12, *)) {} ^~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:487:26: note: each undeclared identifier is reported only once for each function it appears in /tmp/instance-17/output-1/build/host-cmake-3.22.3/Utilities/cmcurl/CMake/CurlTests.c:487:31: error: expected ')' before numeric constant if(__builtin_available(macOS 10.12, *)) {} ^~~~~~ ) make[2]: *** [CMakeFiles/cmTC_53204.dir/build.make:78: CMakeFiles/cmTC_53204.dir/CurlTests.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_53204/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the arc4random_buf exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_2982d/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2982d.dir/build.make CMakeFiles/cmTC_2982d.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2982d.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_2982d.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random_buf' undeclared (first use in this function); did you mean 'srandom_r'? return ((int*)(&arc4random_buf))[argc]; ^~~~~~~~~~~~~~ srandom_r /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_2982d.dir/build.make:78: CMakeFiles/cmTC_2982d.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_2982d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random_buf return ((int*)(&arc4random_buf))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_6012f/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6012f.dir/build.make CMakeFiles/cmTC_6012f.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6012f.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_6012f.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function); did you mean 'srandom'? return ((int*)(&arc4random))[argc]; ^~~~~~~~~~ srandom /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_6012f.dir/build.make:78: CMakeFiles/cmTC_6012f.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_6012f/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random return ((int*)(&arc4random))[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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c0f2c/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_c0f2c.dir/build.make CMakeFiles/cmTC_c0f2c.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0f2c.dir/HAVE_COPYFILE_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_c0f2c.dir/HAVE_COPYFILE_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c:4:10: fatal error: copyfile.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_c0f2c.dir/build.make:78: CMakeFiles/cmTC_c0f2c.dir/HAVE_COPYFILE_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_c0f2c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_5a09b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_5a09b.dir/build.make CMakeFiles/cmTC_5a09b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5a09b.dir/HAVE_DIRECT_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_5a09b.dir/HAVE_DIRECT_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c:4:10: fatal error: direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_5a09b.dir/build.make:78: CMakeFiles/cmTC_5a09b.dir/HAVE_DIRECT_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_5a09b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_2ec7d/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_2ec7d.dir/build.make CMakeFiles/cmTC_2ec7d.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ec7d.dir/HAVE_EXT2FS_EXT2_FS_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_2ec7d.dir/HAVE_EXT2FS_EXT2_FS_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c:6:10: fatal error: ext2fs/ext2_fs.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_2ec7d.dir/build.make:78: CMakeFiles/cmTC_2ec7d.dir/HAVE_EXT2FS_EXT2_FS_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_2ec7d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_679d5/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_679d5.dir/build.make CMakeFiles/cmTC_679d5.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_679d5.dir/src.c.o /usr/bin/gcc -DHAVE_WORKING_EXT2_IOC_GETFLAGS -O2 -w -std=gnu11 -o CMakeFiles/cmTC_679d5.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: ext2fs/ext2_fs.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_679d5.dir/build.make:78: CMakeFiles/cmTC_679d5.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_679d5/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;membership.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_cc0fe/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_cc0fe.dir/build.make CMakeFiles/cmTC_cc0fe.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cc0fe.dir/HAVE_MEMBERSHIP_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_cc0fe.dir/HAVE_MEMBERSHIP_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c:15:10: fatal error: membership.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_cc0fe.dir/build.make:78: CMakeFiles/cmTC_cc0fe.dir/HAVE_MEMBERSHIP_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_cc0fe/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.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;pthread.h;pwd.h;readpassphrase.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_f4911/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_f4911.dir/build.make CMakeFiles/cmTC_f4911.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f4911.dir/HAVE_READPASSPHRASE_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_f4911.dir/HAVE_READPASSPHRASE_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c:20:10: fatal error: readpassphrase.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_f4911.dir/build.make:78: CMakeFiles/cmTC_f4911.dir/HAVE_READPASSPHRASE_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_f4911/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/extattr.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_58734/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_58734.dir/build.make CMakeFiles/cmTC_58734.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_58734.dir/HAVE_SYS_EXTATTR_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_58734.dir/HAVE_SYS_EXTATTR_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c:29:10: fatal error: sys/extattr.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_58734.dir/build.make:78: CMakeFiles/cmTC_58734.dir/HAVE_SYS_EXTATTR_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_58734/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.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;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_90bfb/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_90bfb.dir/build.make CMakeFiles/cmTC_90bfb.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90bfb.dir/HAVE_SYS_MKDEV_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_90bfb.dir/HAVE_SYS_MKDEV_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c:30:10: fatal error: sys/mkdev.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_90bfb.dir/build.make:78: CMakeFiles/cmTC_90bfb.dir/HAVE_SYS_MKDEV_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_90bfb/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_56b75/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_56b75.dir/build.make CMakeFiles/cmTC_56b75.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_56b75.dir/HAVE_SYS_MOUNT_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_56b75.dir/HAVE_SYS_MOUNT_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c In file included from /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c:12: /usr/include/x86_64-linux-gnu/sys/mount.h:35:3: error: expected identifier before numeric constant MS_RDONLY = 1, /* Mount read-only. */ ^~~~~~~~~ make[2]: *** [CMakeFiles/cmTC_56b75.dir/build.make:78: CMakeFiles/cmTC_56b75.dir/HAVE_SYS_MOUNT_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_56b75/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/richacl.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_9aaed/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9aaed.dir/build.make CMakeFiles/cmTC_9aaed.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9aaed.dir/HAVE_SYS_RICHACL_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_9aaed.dir/HAVE_SYS_RICHACL_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c:32:10: fatal error: sys/richacl.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_9aaed.dir/build.make:78: CMakeFiles/cmTC_9aaed.dir/HAVE_SYS_RICHACL_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_9aaed/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.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;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.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/sysmacros.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;windows.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_57a7c/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_57a7c.dir/build.make CMakeFiles/cmTC_57a7c.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57a7c.dir/HAVE_WINDOWS_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_57a7c.dir/HAVE_WINDOWS_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:47:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_57a7c.dir/build.make:78: CMakeFiles/cmTC_57a7c.dir/HAVE_WINDOWS_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_57a7c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.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;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.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/sysmacros.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_34036/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_34036.dir/build.make CMakeFiles/cmTC_34036.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_34036.dir/HAVE_WINCRYPT_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_34036.dir/HAVE_WINCRYPT_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c:47:10: fatal error: wincrypt.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_34036.dir/build.make:78: CMakeFiles/cmTC_34036.dir/HAVE_WINCRYPT_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_34036/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.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;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdlib.h;string.h;strings.h;sys/acl.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/sysmacros.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_1b51d/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1b51d.dir/build.make CMakeFiles/cmTC_1b51d.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1b51d.dir/HAVE_WINIOCTL_H.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_1b51d.dir/HAVE_WINIOCTL_H.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c:47:10: fatal error: winioctl.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_1b51d.dir/build.make:78: CMakeFiles/cmTC_1b51d.dir/HAVE_WINIOCTL_H.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_1b51d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/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 the function MD5Init exists in the md failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_149bc/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_149bc.dir/build.make CMakeFiles/cmTC_149bc.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_149bc.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=MD5Init -std=gnu11 -o CMakeFiles/cmTC_149bc.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_149bc /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_149bc.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=MD5Init -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_149bc.dir/CheckFunctionExists.c.o -o cmTC_149bc -lmd /usr/bin/ld: cannot find -lmd collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_149bc.dir/build.make:99: cmTC_149bc] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_149bc/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function getvfsbyname exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_20d54/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_20d54.dir/build.make CMakeFiles/cmTC_20d54.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_20d54.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_20d54.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_20d54 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_20d54.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_20d54.dir/CheckFunctionExists.c.o -o cmTC_20d54 /usr/bin/ld: CMakeFiles/cmTC_20d54.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]: *** [CMakeFiles/cmTC_20d54.dir/build.make:99: cmTC_20d54] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_20d54/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function lchflags exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_accd2/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_accd2.dir/build.make CMakeFiles/cmTC_accd2.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_accd2.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_accd2.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_accd2 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_accd2.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_accd2.dir/CheckFunctionExists.c.o -o cmTC_accd2 /usr/bin/ld: CMakeFiles/cmTC_accd2.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]: *** [CMakeFiles/cmTC_accd2.dir/build.make:99: cmTC_accd2] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_accd2/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function readpassphrase exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_49f63/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_49f63.dir/build.make CMakeFiles/cmTC_49f63.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_49f63.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_49f63.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_49f63 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_49f63.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_49f63.dir/CheckFunctionExists.c.o -o cmTC_49f63 /usr/bin/ld: CMakeFiles/cmTC_49f63.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]: *** [CMakeFiles/cmTC_49f63.dir/build.make:99: cmTC_49f63] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_49f63/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function strncpy_s exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_caf1b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_caf1b.dir/build.make CMakeFiles/cmTC_caf1b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_caf1b.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_caf1b.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_caf1b /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_caf1b.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_caf1b.dir/CheckFunctionExists.c.o -o cmTC_caf1b /usr/bin/ld: CMakeFiles/cmTC_caf1b.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]: *** [CMakeFiles/cmTC_caf1b.dir/build.make:99: cmTC_caf1b] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_caf1b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _ctime64_s exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_9566d/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_9566d.dir/build.make CMakeFiles/cmTC_9566d.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9566d.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_9566d.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_9566d /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_9566d.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_9566d.dir/CheckFunctionExists.c.o -o cmTC_9566d /usr/bin/ld: CMakeFiles/cmTC_9566d.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]: *** [CMakeFiles/cmTC_9566d.dir/build.make:99: cmTC_9566d] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_9566d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _fseeki64 exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_28ab4/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_28ab4.dir/build.make CMakeFiles/cmTC_28ab4.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_28ab4.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_28ab4.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_28ab4 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_28ab4.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_28ab4.dir/CheckFunctionExists.c.o -o cmTC_28ab4 /usr/bin/ld: CMakeFiles/cmTC_28ab4.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]: *** [CMakeFiles/cmTC_28ab4.dir/build.make:99: cmTC_28ab4] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_28ab4/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _get_timezone exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_74739/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_74739.dir/build.make CMakeFiles/cmTC_74739.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_74739.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_74739.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_74739 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_74739.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_74739.dir/CheckFunctionExists.c.o -o cmTC_74739 /usr/bin/ld: CMakeFiles/cmTC_74739.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]: *** [CMakeFiles/cmTC_74739.dir/build.make:99: cmTC_74739] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_74739/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _gmtime64_s exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_40635/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_40635.dir/build.make CMakeFiles/cmTC_40635.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_40635.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_40635.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_40635 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_40635.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_40635.dir/CheckFunctionExists.c.o -o cmTC_40635 /usr/bin/ld: CMakeFiles/cmTC_40635.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_gmtime64_s' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_40635.dir/build.make:99: cmTC_40635] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_40635/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _localtime64_s exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_722ff/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_722ff.dir/build.make CMakeFiles/cmTC_722ff.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_722ff.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_722ff.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_722ff /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_722ff.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_722ff.dir/CheckFunctionExists.c.o -o cmTC_722ff /usr/bin/ld: CMakeFiles/cmTC_722ff.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]: *** [CMakeFiles/cmTC_722ff.dir/build.make:99: cmTC_722ff] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_722ff/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function _mkgmtime64 exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_8e821/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_8e821.dir/build.make CMakeFiles/cmTC_8e821.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8e821.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_8e821.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_8e821 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_8e821.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_8e821.dir/CheckFunctionExists.c.o -o cmTC_8e821 /usr/bin/ld: CMakeFiles/cmTC_8e821.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]: *** [CMakeFiles/cmTC_8e821.dir/build.make:99: cmTC_8e821] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_8e821/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Determining if the function cygwin_conv_path exists failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_d49a5/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_d49a5.dir/build.make CMakeFiles/cmTC_d49a5.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d49a5.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -std=gnu11 -o CMakeFiles/cmTC_d49a5.dir/CheckFunctionExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/Modules/CheckFunctionExists.c Linking C executable cmTC_d49a5 /tmp/instance-17/output-1/build/host-cmake-3.22.3/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_d49a5.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib CMakeFiles/cmTC_d49a5.dir/CheckFunctionExists.c.o -o cmTC_d49a5 /usr/bin/ld: CMakeFiles/cmTC_d49a5.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]: *** [CMakeFiles/cmTC_d49a5.dir/build.make:99: cmTC_d49a5] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_d49a5/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test HAVE_STRUCT_VFSCONF failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_987f0/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_987f0.dir/build.make CMakeFiles/cmTC_987f0.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_987f0.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_VFSCONF -O2 -w -std=gnu11 -o CMakeFiles/cmTC_987f0.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:3:33: error: storage size of 'v' isn't known int main(void) { struct vfsconf v; return sizeof(v);} ^ make[2]: *** [CMakeFiles/cmTC_987f0.dir/build.make:78: CMakeFiles/cmTC_987f0.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_987f0/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main(void) { struct vfsconf v; return sizeof(v);} Performing C SOURCE FILE Test HAVE_STRUCT_XVFSCONF failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_1634c/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_1634c.dir/build.make CMakeFiles/cmTC_1634c.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1634c.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_XVFSCONF -O2 -w -std=gnu11 -o CMakeFiles/cmTC_1634c.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:3:34: error: storage size of 'v' isn't known int main(void) { struct xvfsconf v; return sizeof(v);} ^ make[2]: *** [CMakeFiles/cmTC_1634c.dir/build.make:78: CMakeFiles/cmTC_1634c.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_1634c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main(void) { struct xvfsconf v; return sizeof(v);} Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_35244/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_35244.dir/build.make CMakeFiles/cmTC_35244.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_35244.dir/src.c.o /usr/bin/gcc -DMAJOR_IN_MKDEV -O2 -w -std=gnu11 -o CMakeFiles/cmTC_35244.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: sys/mkdev.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_35244.dir/build.make:78: CMakeFiles/cmTC_35244.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_35244/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include int main() { return major(256); } Determining if the EFTYPE exist failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e984b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e984b.dir/build.make CMakeFiles/cmTC_e984b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e984b.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_e984b.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'EFTYPE' undeclared (first use in this function); did you mean 'ESPIPE'? return ((int*)(&EFTYPE))[argc]; ^~~~~~ ESPIPE /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_e984b.dir/build.make:78: CMakeFiles/cmTC_e984b.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e984b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_fb99e/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_fb99e.dir/build.make CMakeFiles/cmTC_fb99e.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb99e.dir/CheckSymbolExists.c.o /usr/bin/gcc -O2 -w -std=gnu11 -o CMakeFiles/cmTC_fb99e.dir/CheckSymbolExists.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'D_MD_ORDER' undeclared (first use in this function) return ((int*)(&D_MD_ORDER))[argc]; ^~~~~~~~~~ /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_fb99e.dir/build.make:78: CMakeFiles/cmTC_fb99e.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_fb99e/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' File /tmp/instance-17/output-1/build/host-cmake-3.22.3/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: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_20d7e/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_20d7e.dir/build.make CMakeFiles/cmTC_20d7e.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_20d7e.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_TM___TM_GMTOFF -O2 -w -std=gnu11 -o CMakeFiles/cmTC_20d7e.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:6:34: error: 'struct tm' has no member named '__tm_gmtoff'; did you mean 'tm_gmtoff'? (void)sizeof(((struct tm *)0)->__tm_gmtoff); ^~~~~~~~~~~ tm_gmtoff make[2]: *** [CMakeFiles/cmTC_20d7e.dir/build.make:78: CMakeFiles/cmTC_20d7e.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_20d7e/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include int main() { (void)sizeof(((struct tm *)0)->__tm_gmtoff); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_098a4/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_098a4.dir/build.make CMakeFiles/cmTC_098a4.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_098a4.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STATFS_F_NAMEMAX -O2 -w -std=gnu11 -o CMakeFiles/cmTC_098a4.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: dereferencing pointer to incomplete type 'struct statfs' (void)sizeof(((struct statfs *)0)->f_namemax); ^~ make[2]: *** [CMakeFiles/cmTC_098a4.dir/build.make:78: CMakeFiles/cmTC_098a4.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_098a4/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct statfs *)0)->f_namemax); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIME failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_a9c96/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a9c96.dir/build.make CMakeFiles/cmTC_a9c96.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9c96.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIME -O2 -w -std=gnu11 -o CMakeFiles/cmTC_a9c96.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_birthtime'; did you mean 'st_blksize'? (void)sizeof(((struct stat *)0)->st_birthtime); ^~~~~~~~~~~~ st_blksize make[2]: *** [CMakeFiles/cmTC_a9c96.dir/build.make:78: CMakeFiles/cmTC_a9c96.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_a9c96/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_birthtime); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_817a6/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_817a6.dir/build.make CMakeFiles/cmTC_817a6.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_817a6.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -O2 -w -std=gnu11 -o CMakeFiles/cmTC_817a6.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:34: error: 'struct stat' has no member named 'st_birthtimespec' (void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec); ^~ make[2]: *** [CMakeFiles/cmTC_817a6.dir/build.make:78: CMakeFiles/cmTC_817a6.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_817a6/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_6cfe3/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_6cfe3.dir/build.make CMakeFiles/cmTC_6cfe3.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6cfe3.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -O2 -w -std=gnu11 -o CMakeFiles/cmTC_6cfe3.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec); ^~~~~~~~~~~~ st_mtim make[2]: *** [CMakeFiles/cmTC_6cfe3.dir/build.make:78: CMakeFiles/cmTC_6cfe3.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_6cfe3/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_a9266/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_a9266.dir/build.make CMakeFiles/cmTC_a9266.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9266.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_N -O2 -w -std=gnu11 -o CMakeFiles/cmTC_a9266.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_mtime_n'; did you mean 'st_mtim'? (void)sizeof(((struct stat *)0)->st_mtime_n); ^~~~~~~~~~ st_mtim make[2]: *** [CMakeFiles/cmTC_a9266.dir/build.make:78: CMakeFiles/cmTC_a9266.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_a9266/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtime_n); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e7e3b/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e7e3b.dir/build.make CMakeFiles/cmTC_e7e3b.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e7e3b.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_UMTIME -O2 -w -std=gnu11 -o CMakeFiles/cmTC_e7e3b.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_umtime'; did you mean 'st_mtim'? (void)sizeof(((struct stat *)0)->st_umtime); ^~~~~~~~~ st_mtim make[2]: *** [CMakeFiles/cmTC_e7e3b.dir/build.make:78: CMakeFiles/cmTC_e7e3b.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e7e3b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_umtime); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_375e1/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_375e1.dir/build.make CMakeFiles/cmTC_375e1.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_375e1.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_USEC -O2 -w -std=gnu11 -o CMakeFiles/cmTC_375e1.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_mtime_usec'; did you mean 'st_mtim'? (void)sizeof(((struct stat *)0)->st_mtime_usec); ^~~~~~~~~~~~~ st_mtim make[2]: *** [CMakeFiles/cmTC_375e1.dir/build.make:78: CMakeFiles/cmTC_375e1.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_375e1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtime_usec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_FLAGS failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_b18a1/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_b18a1.dir/build.make CMakeFiles/cmTC_b18a1.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b18a1.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STAT_ST_FLAGS -O2 -w -std=gnu11 -o CMakeFiles/cmTC_b18a1.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:36: error: 'struct stat' has no member named 'st_flags'; did you mean 'st_nlink'? (void)sizeof(((struct stat *)0)->st_flags); ^~~~~~~~ st_nlink make[2]: *** [CMakeFiles/cmTC_b18a1.dir/build.make:78: CMakeFiles/cmTC_b18a1.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_b18a1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_flags); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output: Change Dir: /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_e6e7c/fast && make[1]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make -f CMakeFiles/cmTC_e6e7c.dir/build.make CMakeFiles/cmTC_e6e7c.dir/build make[2]: Entering directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e6e7c.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_STATVFS_F_IOSIZE -O2 -w -std=gnu11 -o CMakeFiles/cmTC_e6e7c.dir/src.c.o -c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c: In function 'main': /tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp/src.c:7:39: error: 'struct statvfs' has no member named 'f_iosize'; did you mean 'f_bsize'? (void)sizeof(((struct statvfs *)0)->f_iosize); ^~~~~~~~ f_bsize make[2]: *** [CMakeFiles/cmTC_e6e7c.dir/build.make:78: CMakeFiles/cmTC_e6e7c.dir/src.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_e6e7c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-cmake-3.22.3/CMakeFiles/CMakeTmp' Source file was: #include #include int main() { (void)sizeof(((struct statvfs *)0)->f_iosize); return 0; } Looking for a Fortran compiler failed with the following output: -- The Fortran compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_Fortran_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. -- Configuring incomplete, errors occurred! See also "/tmp/instance-17/output-1/build/host-cmake-3.22.3/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log". See also "/tmp/instance-17/output-1/build/host-cmake-3.22.3/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".