Determining if compiler supports C11 _Thread_local failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_0060c/fast && gmake -f CMakeFiles/cmTC_0060c.dir/build.make CMakeFiles/cmTC_0060c.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0060c.dir/cm_c11_thread_local.c.o /bin/gcc -std=gnu11 -o CMakeFiles/cmTC_0060c.dir/cm_c11_thread_local.c.o -c /usr/src/cmake-3.22.0/Source/Checks/cm_c11_thread_local.c /usr/src/cmake-3.22.0/Source/Checks/cm_c11_thread_local.c:1:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ _Thread_local int i = 42; ^ gmake[1]: *** [CMakeFiles/cmTC_0060c.dir/cm_c11_thread_local.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_0060c/fast] Error 2 Determining if compiler supports needed C++14 constructs failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c54bf/fast && gmake -f CMakeFiles/cmTC_c54bf.dir/build.make CMakeFiles/cmTC_c54bf.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c54bf.dir/cm_cxx14_check.cpp.o /bin/g++ -std=gnu++1y -o CMakeFiles/cmTC_c54bf.dir/cm_cxx14_check.cpp.o -c /usr/src/cmake-3.22.0/Source/Checks/cm_cxx14_check.cpp /usr/src/cmake-3.22.0/Source/Checks/cm_cxx14_check.cpp: In function ‘int main()’: /usr/src/cmake-3.22.0/Source/Checks/cm_cxx14_check.cpp:8:13: error: ‘cbegin’ is not a member of ‘std’ auto ai = std::cbegin(a); ^ /usr/src/cmake-3.22.0/Source/Checks/cm_cxx14_check.cpp:11:13: error: ‘cend’ is not a member of ‘std’ auto bi = std::cend(b); ^ gmake[1]: *** [CMakeFiles/cmTC_c54bf.dir/cm_cxx14_check.cpp.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c54bf/fast] Error 2 Determining if compiler supports C++ make_unique failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_48b2b/fast && gmake -f CMakeFiles/cmTC_48b2b.dir/build.make CMakeFiles/cmTC_48b2b.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_48b2b.dir/cm_cxx_make_unique.cxx.o /bin/g++ -std=gnu++11 -o CMakeFiles/cmTC_48b2b.dir/cm_cxx_make_unique.cxx.o -c /usr/src/cmake-3.22.0/Source/Checks/cm_cxx_make_unique.cxx /usr/src/cmake-3.22.0/Source/Checks/cm_cxx_make_unique.cxx: In function ‘int main()’: /usr/src/cmake-3.22.0/Source/Checks/cm_cxx_make_unique.cxx:4:28: error: ‘make_unique’ is not a member of ‘std’ std::unique_ptr u = std::make_unique(0); ^ /usr/src/cmake-3.22.0/Source/Checks/cm_cxx_make_unique.cxx:4:45: error: expected primary-expression before ‘int’ std::unique_ptr u = std::make_unique(0); ^ gmake[1]: *** [CMakeFiles/cmTC_48b2b.dir/cm_cxx_make_unique.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_48b2b/fast] Error 2 Determining if the environ exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a9cb7/fast && gmake -f CMakeFiles/cmTC_a9cb7.dir/build.make CMakeFiles/cmTC_a9cb7.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9cb7.dir/CheckSymbolExists.c.o /bin/gcc -std=gnu99 -o CMakeFiles/cmTC_a9cb7.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function) return ((int*)(&environ))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_a9cb7.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a9cb7/fast] Error 2 File /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_4fd5d/fast && gmake -f CMakeFiles/cmTC_4fd5d.dir/build.make CMakeFiles/cmTC_4fd5d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4fd5d.dir/src.c.o /bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -std=gnu99 -o CMakeFiles/cmTC_4fd5d.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_4fd5d /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4fd5d.dir/link.txt --verbose=1 /bin/gcc CMakeFiles/cmTC_4fd5d.dir/src.c.o -o cmTC_4fd5d CMakeFiles/cmTC_4fd5d.dir/src.c.o: In function `main': src.c:(.text+0x2d): undefined reference to `pthread_create' src.c:(.text+0x39): undefined reference to `pthread_detach' src.c:(.text+0x45): undefined reference to `pthread_cancel' src.c:(.text+0x56): undefined reference to `pthread_join' src.c:(.text+0x6a): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_4fd5d] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4fd5d/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_6ceef/fast && gmake -f CMakeFiles/cmTC_6ceef.dir/build.make CMakeFiles/cmTC_6ceef.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6ceef.dir/CheckFunctionExists.c.o /bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -std=gnu99 -o CMakeFiles/cmTC_6ceef.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_6ceef /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6ceef.dir/link.txt --verbose=1 /bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_6ceef.dir/CheckFunctionExists.c.o -o cmTC_6ceef -lpthreads /bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_6ceef] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6ceef/fast] Error 2 Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_d912d/fast && gmake -f CMakeFiles/cmTC_d912d.dir/build.make CMakeFiles/cmTC_d912d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d912d.dir/kwsysPlatformTestsCXX.cxx.o /bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -std=gnu++11 -o CMakeFiles/cmTC_d912d.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: ‘environ’ was not declared in this scope char* e = environ[0]; ^ gmake[1]: *** [CMakeFiles/cmTC_d912d.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d912d/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_91054/fast && gmake -f CMakeFiles/cmTC_91054.dir/build.make CMakeFiles/cmTC_91054.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_91054.dir/kwsysPlatformTestsCXX.cxx.o /bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -std=gnu++11 -o CMakeFiles/cmTC_91054.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:26:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)stat1.st_mtimespec.tv_sec; ^ /usr/src/cmake-3.22.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)stat1.st_mtimespec.tv_nsec; ^ gmake[1]: *** [CMakeFiles/cmTC_91054.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/Source/kwsys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_91054/fast] Error 2 Determining if the function connect exists in the socket;dl failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_6835d/fast && gmake -f CMakeFiles/cmTC_6835d.dir/build.make CMakeFiles/cmTC_6835d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6835d.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=connect -std=gnu99 -o CMakeFiles/cmTC_6835d.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_6835d /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6835d.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_6835d.dir/CheckFunctionExists.c.o -o cmTC_6835d -lsocket -ldl /bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_6835d] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6835d/fast] Error 2 Determining if the function recv exists in the network;dl failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_49829/fast && gmake -f CMakeFiles/cmTC_49829.dir/build.make CMakeFiles/cmTC_49829.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_49829.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=recv -std=gnu99 -o CMakeFiles/cmTC_49829.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_49829 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_49829.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=recv CMakeFiles/cmTC_49829.dir/CheckFunctionExists.c.o -o cmTC_49829 -lnetwork -ldl /bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_49829] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_49829/fast] Error 2 Determining if the RAND_status exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_1f0f0/fast && gmake -f CMakeFiles/cmTC_1f0f0.dir/build.make CMakeFiles/cmTC_1f0f0.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1f0f0.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_1f0f0.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_status’ undeclared (first use in this function) return ((int*)(&RAND_status))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_1f0f0.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_1f0f0/fast] Error 2 File /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_status return ((int*)(&RAND_status))[argc]; #else (void)argc; return 0; #endif } Determining if the RAND_screen exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_294c3/fast && gmake -f CMakeFiles/cmTC_294c3.dir/build.make CMakeFiles/cmTC_294c3.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_294c3.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_294c3.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_screen’ undeclared (first use in this function) return ((int*)(&RAND_screen))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_294c3.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_294c3/fast] Error 2 File /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_screen return ((int*)(&RAND_screen))[argc]; #else (void)argc; return 0; #endif } Determining if the RAND_egd exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_8a7cb/fast && gmake -f CMakeFiles/cmTC_8a7cb.dir/build.make CMakeFiles/cmTC_8a7cb.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8a7cb.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_8a7cb.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_egd’ undeclared (first use in this function) return ((int*)(&RAND_egd))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_8a7cb.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8a7cb/fast] Error 2 File /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_egd return ((int*)(&RAND_egd))[argc]; #else (void)argc; return 0; #endif } Determining if the function dlopen exists in the dl;/usr/lib64/libssl.so;/usr/lib64/libcrypto.so;cmnghttp2 failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_b5829/fast && gmake -f CMakeFiles/cmTC_b5829.dir/build.make CMakeFiles/cmTC_b5829.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b5829.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=dlopen -std=gnu99 -o CMakeFiles/cmTC_b5829.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_b5829 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b5829.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_b5829.dir/CheckFunctionExists.c.o -o cmTC_b5829 -ldl /usr/lib64/libssl.so /usr/lib64/libcrypto.so -lcmnghttp2 /bin/ld: cannot find -lcmnghttp2 collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_b5829] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b5829/fast] Error 2 Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_7ac29/fast && gmake -f CMakeFiles/cmTC_7ac29.dir/build.make CMakeFiles/cmTC_7ac29.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ac29.dir/HAVE_SYS_FILIO_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_7ac29.dir/HAVE_SYS_FILIO_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:4:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_7ac29.dir/HAVE_SYS_FILIO_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_7ac29/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_9d2fb/fast && gmake -f CMakeFiles/cmTC_9d2fb.dir/build.make CMakeFiles/cmTC_9d2fb.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9d2fb.dir/HAVE_SYS_SOCKIO_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_9d2fb.dir/HAVE_SYS_SOCKIO_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:10:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_9d2fb.dir/HAVE_SYS_SOCKIO_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9d2fb/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_f52a2/fast && gmake -f CMakeFiles/cmTC_f52a2.dir/build.make CMakeFiles/cmTC_f52a2.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f52a2.dir/HAVE_SYS_UTIME_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_f52a2.dir/HAVE_SYS_UTIME_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:15:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_f52a2.dir/HAVE_SYS_UTIME_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f52a2/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_0aecf/fast && gmake -f CMakeFiles/cmTC_0aecf.dir/build.make CMakeFiles/cmTC_0aecf.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0aecf.dir/HAVE_IDN2_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_0aecf.dir/HAVE_IDN2_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c:22:18: fatal error: idn2.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_0aecf.dir/HAVE_IDN2_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_0aecf/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_ff822/fast && gmake -f CMakeFiles/cmTC_ff822.dir/build.make CMakeFiles/cmTC_ff822.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ff822.dir/HAVE_IO_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_ff822.dir/HAVE_IO_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:23:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_ff822.dir/HAVE_IO_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_ff822/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c2ebb/fast && gmake -f CMakeFiles/cmTC_c2ebb.dir/build.make CMakeFiles/cmTC_c2ebb.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c2ebb.dir/HAVE_KRB_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_c2ebb.dir/HAVE_KRB_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:23:17: fatal error: krb.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_c2ebb.dir/HAVE_KRB_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c2ebb/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a5eee/fast && gmake -f CMakeFiles/cmTC_a5eee.dir/build.make CMakeFiles/cmTC_a5eee.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a5eee.dir/HAVE_PEM_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_a5eee.dir/HAVE_PEM_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:29:17: fatal error: pem.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_a5eee.dir/HAVE_PEM_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a5eee/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_3c688/fast && gmake -f CMakeFiles/cmTC_3c688.dir/build.make CMakeFiles/cmTC_3c688.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3c688.dir/HAVE_SSL_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_3c688.dir/HAVE_SSL_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:33:17: fatal error: ssl.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3c688.dir/HAVE_SSL_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3c688/fast] Error 2 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 exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2b881/fast && gmake -f CMakeFiles/cmTC_2b881.dir/build.make CMakeFiles/cmTC_2b881.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2b881.dir/HAVE_STROPTS_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_2b881.dir/HAVE_STROPTS_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_STROPTS_H.c:39:21: fatal error: stropts.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_2b881.dir/HAVE_STROPTS_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2b881/fast] Error 2 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 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;termio.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_3741d/fast && gmake -f CMakeFiles/cmTC_3741d.dir/build.make CMakeFiles/cmTC_3741d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3741d.dir/HAVE_X509_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_3741d.dir/HAVE_X509_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:44:18: fatal error: x509.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3741d.dir/HAVE_X509_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3741d/fast] Error 2 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 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;termio.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_66633/fast && gmake -f CMakeFiles/cmTC_66633.dir/build.make CMakeFiles/cmTC_66633.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_66633.dir/HAVE_PROCESS_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_66633.dir/HAVE_PROCESS_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:44:21: fatal error: process.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_66633.dir/HAVE_PROCESS_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_66633/fast] Error 2 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 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;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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_ebc67/fast && gmake -f CMakeFiles/cmTC_ebc67.dir/build.make CMakeFiles/cmTC_ebc67.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ebc67.dir/HAVE_SOCKIO_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_ebc67.dir/HAVE_SOCKIO_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:50:20: fatal error: sockio.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_ebc67.dir/HAVE_SOCKIO_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_ebc67/fast] Error 2 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 int main(void){return 0;} Determining if the stricmp exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_48ad4/fast && gmake -f CMakeFiles/cmTC_48ad4.dir/build.make CMakeFiles/cmTC_48ad4.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_48ad4.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_48ad4.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘stricmp’ undeclared (first use in this function) return ((int*)(&stricmp))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_48ad4.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_48ad4/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_6899a/fast && gmake -f CMakeFiles/cmTC_6899a.dir/build.make CMakeFiles/cmTC_6899a.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6899a.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_6899a.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘strcmpi’ undeclared (first use in this function) return ((int*)(&strcmpi))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_6899a.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6899a/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_11b5a/fast && gmake -f CMakeFiles/cmTC_11b5a.dir/build.make CMakeFiles/cmTC_11b5a.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_11b5a.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_11b5a.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘strncmpi’ undeclared (first use in this function) return ((int*)(&strncmpi))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_11b5a.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_11b5a/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_d6da7/fast && gmake -f CMakeFiles/cmTC_d6da7.dir/build.make CMakeFiles/cmTC_d6da7.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d6da7.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_d6da7.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘closesocket’ undeclared (first use in this function) return ((int*)(&closesocket))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_d6da7.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d6da7/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a3cc3/fast && gmake -f CMakeFiles/cmTC_a3cc3.dir/build.make CMakeFiles/cmTC_a3cc3.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a3cc3.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_a3cc3.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘getpass_r’ undeclared (first use in this function) return ((int*)(&getpass_r))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_a3cc3.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a3cc3/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_d9380/fast && gmake -f CMakeFiles/cmTC_d9380.dir/build.make CMakeFiles/cmTC_d9380.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d9380.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_d9380.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘_strtoi64’ undeclared (first use in this function) return ((int*)(&_strtoi64))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_d9380.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d9380/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_4e00b/fast && gmake -f CMakeFiles/cmTC_4e00b.dir/build.make CMakeFiles/cmTC_4e00b.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4e00b.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_4e00b.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: error: ‘setmode’ undeclared (first use in this function) return ((int*)(&setmode))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:56:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_4e00b.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4e00b/fast] Error 2 File /usr/src/cmake-3.22.0/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 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_6954d/fast && gmake -f CMakeFiles/cmTC_6954d.dir/build.make CMakeFiles/cmTC_6954d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6954d.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -std=gnu99 -o CMakeFiles/cmTC_6954d.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_6954d /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6954d.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time CMakeFiles/cmTC_6954d.dir/CheckFunctionExists.c.o -o cmTC_6954d CMakeFiles/cmTC_6954d.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `mach_absolute_time' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_6954d] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6954d/fast] Error 2 Performing Curl Test HAVE_FSETXATTR_6 failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_fe0fd/fast && gmake -f CMakeFiles/cmTC_fe0fd.dir/build.make CMakeFiles/cmTC_fe0fd.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fe0fd.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_fe0fd.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/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 /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:460:0: /usr/include/sys/xattr.h:52:12: note: declared here extern int fsetxattr (int __fd, const char *__name, const void *__value, ^ gmake[1]: *** [CMakeFiles/cmTC_fe0fd.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fe0fd/fast] Error 2 Determining size of ADDRESS_FAMILY failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a3435/fast && gmake -f CMakeFiles/cmTC_a3435.dir/build.make CMakeFiles/cmTC_a3435.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a3435.dir/SIZEOF_ADDRESS_FAMILY.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_a3435.dir/SIZEOF_ADDRESS_FAMILY.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckTypeSize/SIZEOF_ADDRESS_FAMILY.c /usr/src/cmake-3.22.0/CMakeFiles/CheckTypeSize/SIZEOF_ADDRESS_FAMILY.c:4:20: fatal error: ws2def.h: No such file or directory #include "ws2def.h" ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_a3435.dir/SIZEOF_ADDRESS_FAMILY.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a3435/fast] Error 2 /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_e0fc4/fast && gmake -f CMakeFiles/cmTC_e0fc4.dir/build.make CMakeFiles/cmTC_e0fc4.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e0fc4.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_e0fc4.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:245:44: error: ‘FIONBIO’ undeclared (first use in this function) unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:245:44: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_e0fc4.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e0fc4/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2c60e/fast && gmake -f CMakeFiles/cmTC_2c60e.dir/build.make CMakeFiles/cmTC_2c60e.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2c60e.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_2c60e.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_2c60e /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_2c60e.dir/link.txt --verbose=1 /bin/gcc -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_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 CMakeFiles/cmTC_2c60e.dir/CurlTests.c.o -o cmTC_2c60e CMakeFiles/cmTC_2c60e.dir/CurlTests.c.o: In function `main': CurlTests.c:(.text+0x19): undefined reference to `IoctlSocket' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_2c60e] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2c60e/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_fd0bc/fast && gmake -f CMakeFiles/cmTC_fd0bc.dir/build.make CMakeFiles/cmTC_fd0bc.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fd0bc.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_fd0bc.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:301:32: error: ‘FIONBIO’ undeclared (first use in this function) if(0 != IoctlSocket(0, FIONBIO, &flags)) ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:301:32: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_fd0bc.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fd0bc/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2f279/fast && gmake -f CMakeFiles/cmTC_2f279.dir/build.make CMakeFiles/cmTC_2f279.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2f279.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_2f279.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:328:32: error: ‘FIONBIO’ undeclared (first use in this function) if(0 != ioctlsocket(0, FIONBIO, &flags)) ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:328:32: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_2f279.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2f279/fast] Error 2 Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_9a417/fast && gmake -f CMakeFiles/cmTC_9a417.dir/build.make CMakeFiles/cmTC_9a417.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9a417.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_9a417.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:424:43: error: ‘SO_NONBLOCK’ undeclared (first use in this function) if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:424:43: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_9a417.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9a417/fast] Error 2 Performing Curl Test HAVE_O_NONBLOCK failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_268bd/fast && gmake -f CMakeFiles/cmTC_268bd.dir/build.make CMakeFiles/cmTC_268bd.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_268bd.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_268bd.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_268bd /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_268bd.dir/link.txt --verbose=1 /bin/gcc -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_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 CMakeFiles/cmTC_268bd.dir/CurlTests.c.o -o cmTC_268bd /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_268bd] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_268bd/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_0605d/fast && gmake -f CMakeFiles/cmTC_0605d.dir/build.make CMakeFiles/cmTC_0605d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0605d.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_0605d.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:97:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:109:3: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, &hdata); ^ In file included from /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:87:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ gmake[1]: *** [CMakeFiles/cmTC_0605d.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_0605d/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_813d0/fast && gmake -f CMakeFiles/cmTC_813d0.dir/build.make CMakeFiles/cmTC_813d0.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_813d0.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_813d0.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:112:3: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^ In file included from /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:87:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ gmake[1]: *** [CMakeFiles/cmTC_813d0.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_813d0/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2d4ac/fast && gmake -f CMakeFiles/cmTC_2d4ac.dir/build.make CMakeFiles/cmTC_2d4ac.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2d4ac.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_2d4ac.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:97:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:109:3: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, &hdata); ^ In file included from /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:87:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ gmake[1]: *** [CMakeFiles/cmTC_2d4ac.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2d4ac/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_14096/fast && gmake -f CMakeFiles/cmTC_14096.dir/build.make CMakeFiles/cmTC_14096.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_14096.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_14096.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:112:3: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^ In file included from /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:87:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ gmake[1]: *** [CMakeFiles/cmTC_14096.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_14096/fast] Error 2 Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2dce8/fast && gmake -f CMakeFiles/cmTC_2dce8.dir/build.make CMakeFiles/cmTC_2dce8.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2dce8.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_2dce8.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/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]); ^ gmake[1]: *** [CMakeFiles/cmTC_2dce8.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2dce8/fast] Error 2 Performing Curl Test HAVE_BUILTIN_AVAILABLE failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_5ee0a/fast && gmake -f CMakeFiles/cmTC_5ee0a.dir/build.make CMakeFiles/cmTC_5ee0a.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5ee0a.dir/CurlTests.c.o /bin/gcc -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_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=gnu99 -o CMakeFiles/cmTC_5ee0a.dir/CurlTests.c.o -c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:487:26: error: ‘macOS’ undeclared (first use in this function) if(__builtin_available(macOS 10.12, *)) {} ^ /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:487:26: note: each undeclared identifier is reported only once for each function it appears in /usr/src/cmake-3.22.0/Utilities/cmcurl/CMake/CurlTests.c:487:32: error: expected ‘)’ before numeric constant if(__builtin_available(macOS 10.12, *)) {} ^ gmake[1]: *** [CMakeFiles/cmTC_5ee0a.dir/CurlTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_5ee0a/fast] Error 2 Determining if the getrandom exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_9627c/fast && gmake -f CMakeFiles/cmTC_9627c.dir/build.make CMakeFiles/cmTC_9627c.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9627c.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_9627c.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:24: fatal error: sys/random.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_9627c.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9627c/fast] Error 2 File /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef getrandom return ((int*)(&getrandom))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random_buf exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_34c67/fast && gmake -f CMakeFiles/cmTC_34c67.dir/build.make CMakeFiles/cmTC_34c67.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_34c67.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_34c67.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random_buf’ undeclared (first use in this function) return ((int*)(&arc4random_buf))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_34c67.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_34c67/fast] Error 2 File /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_6a3fa/fast && gmake -f CMakeFiles/cmTC_6a3fa.dir/build.make CMakeFiles/cmTC_6a3fa.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6a3fa.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_6a3fa.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random’ undeclared (first use in this function) return ((int*)(&arc4random))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_6a3fa.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6a3fa/fast] Error 2 File /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_92d98/fast && gmake -f CMakeFiles/cmTC_92d98.dir/build.make CMakeFiles/cmTC_92d98.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_92d98.dir/HAVE_COPYFILE_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_92d98.dir/HAVE_COPYFILE_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c:4:22: fatal error: copyfile.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_92d98.dir/HAVE_COPYFILE_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_92d98/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a0d39/fast && gmake -f CMakeFiles/cmTC_a0d39.dir/build.make CMakeFiles/cmTC_a0d39.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a0d39.dir/HAVE_DIRECT_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_a0d39.dir/HAVE_DIRECT_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c:4:20: fatal error: direct.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_a0d39.dir/HAVE_DIRECT_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a0d39/fast] Error 2 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;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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_3b653/fast && gmake -f CMakeFiles/cmTC_3b653.dir/build.make CMakeFiles/cmTC_3b653.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3b653.dir/HAVE_MEMBERSHIP_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_3b653.dir/HAVE_MEMBERSHIP_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c:16:24: fatal error: membership.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3b653.dir/HAVE_MEMBERSHIP_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3b653/fast] Error 2 Source: /* */ #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;ext2fs/ext2_fs.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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_eee36/fast && gmake -f CMakeFiles/cmTC_eee36.dir/build.make CMakeFiles/cmTC_eee36.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eee36.dir/HAVE_READPASSPHRASE_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_eee36.dir/HAVE_READPASSPHRASE_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c:21:28: fatal error: readpassphrase.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_eee36.dir/HAVE_READPASSPHRASE_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_eee36/fast] Error 2 Source: /* */ #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;ext2fs/ext2_fs.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 exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_bb227/fast && gmake -f CMakeFiles/cmTC_bb227.dir/build.make CMakeFiles/cmTC_bb227.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb227.dir/HAVE_SYS_ACL_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_bb227.dir/HAVE_SYS_ACL_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c:28:21: fatal error: sys/acl.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_bb227.dir/HAVE_SYS_ACL_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_bb227/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;ext2fs/ext2_fs.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/cdefs.h;sys/extattr.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_4c985/fast && gmake -f CMakeFiles/cmTC_4c985.dir/build.make CMakeFiles/cmTC_4c985.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4c985.dir/HAVE_SYS_EXTATTR_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_4c985.dir/HAVE_SYS_EXTATTR_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c:29:25: fatal error: sys/extattr.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_4c985.dir/HAVE_SYS_EXTATTR_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4c985/fast] Error 2 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;ext2fs/ext2_fs.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/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_548ed/fast && gmake -f CMakeFiles/cmTC_548ed.dir/build.make CMakeFiles/cmTC_548ed.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_548ed.dir/HAVE_SYS_MKDEV_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_548ed.dir/HAVE_SYS_MKDEV_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c:30:23: fatal error: sys/mkdev.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_548ed.dir/HAVE_SYS_MKDEV_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_548ed/fast] Error 2 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;ext2fs/ext2_fs.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/cdefs.h;sys/ioctl.h;sys/mount.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_1d986/fast && gmake -f CMakeFiles/cmTC_1d986.dir/build.make CMakeFiles/cmTC_1d986.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1d986.dir/HAVE_SYS_MOUNT_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_1d986.dir/HAVE_SYS_MOUNT_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c In file included from /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c:13:0: /usr/include/sys/mount.h:35:3: error: expected identifier before numeric constant MS_RDONLY = 1, /* Mount read-only. */ ^ gmake[1]: *** [CMakeFiles/cmTC_1d986.dir/HAVE_SYS_MOUNT_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_1d986/fast] Error 2 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;ext2fs/ext2_fs.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/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/richacl.h exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_1af2f/fast && gmake -f CMakeFiles/cmTC_1af2f.dir/build.make CMakeFiles/cmTC_1af2f.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1af2f.dir/HAVE_SYS_RICHACL_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_1af2f.dir/HAVE_SYS_RICHACL_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c:32:25: fatal error: sys/richacl.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_1af2f.dir/HAVE_SYS_RICHACL_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_1af2f/fast] Error 2 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;ext2fs/ext2_fs.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/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_8d48f/fast && gmake -f CMakeFiles/cmTC_8d48f.dir/build.make CMakeFiles/cmTC_8d48f.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8d48f.dir/HAVE_WINDOWS_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_8d48f.dir/HAVE_WINDOWS_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:47:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_8d48f.dir/HAVE_WINDOWS_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8d48f/fast] Error 2 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;ext2fs/ext2_fs.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/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_cc264/fast && gmake -f CMakeFiles/cmTC_cc264.dir/build.make CMakeFiles/cmTC_cc264.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cc264.dir/HAVE_WINCRYPT_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_cc264.dir/HAVE_WINCRYPT_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c:47:22: fatal error: wincrypt.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_cc264.dir/HAVE_WINCRYPT_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_cc264/fast] Error 2 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;ext2fs/ext2_fs.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/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_54a8d/fast && gmake -f CMakeFiles/cmTC_54a8d.dir/build.make CMakeFiles/cmTC_54a8d.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_54a8d.dir/HAVE_WINIOCTL_H.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_54a8d.dir/HAVE_WINIOCTL_H.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c /usr/src/cmake-3.22.0/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c:47:22: fatal error: winioctl.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_54a8d.dir/HAVE_WINIOCTL_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_54a8d/fast] Error 2 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 getvfsbyname exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a05f3/fast && gmake -f CMakeFiles/cmTC_a05f3.dir/build.make CMakeFiles/cmTC_a05f3.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a05f3.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_a05f3.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_a05f3 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a05f3.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin CMakeFiles/cmTC_a05f3.dir/CheckFunctionExists.c.o -o cmTC_a05f3 CMakeFiles/cmTC_a05f3.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getvfsbyname' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_a05f3] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a05f3/fast] Error 2 Determining if the function lchflags exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_fd324/fast && gmake -f CMakeFiles/cmTC_fd324.dir/build.make CMakeFiles/cmTC_fd324.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fd324.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_fd324.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_fd324 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_fd324.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin CMakeFiles/cmTC_fd324.dir/CheckFunctionExists.c.o -o cmTC_fd324 CMakeFiles/cmTC_fd324.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `lchflags' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_fd324] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fd324/fast] Error 2 Determining if the function readpassphrase exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_28a6c/fast && gmake -f CMakeFiles/cmTC_28a6c.dir/build.make CMakeFiles/cmTC_28a6c.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_28a6c.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_28a6c.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_28a6c /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_28a6c.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin CMakeFiles/cmTC_28a6c.dir/CheckFunctionExists.c.o -o cmTC_28a6c CMakeFiles/cmTC_28a6c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `readpassphrase' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_28a6c] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_28a6c/fast] Error 2 Determining if the function strncpy_s exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_66454/fast && gmake -f CMakeFiles/cmTC_66454.dir/build.make CMakeFiles/cmTC_66454.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_66454.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_66454.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_66454 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_66454.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin CMakeFiles/cmTC_66454.dir/CheckFunctionExists.c.o -o cmTC_66454 CMakeFiles/cmTC_66454.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strncpy_s' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_66454] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_66454/fast] Error 2 Determining if the function _ctime64_s exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_87a0e/fast && gmake -f CMakeFiles/cmTC_87a0e.dir/build.make CMakeFiles/cmTC_87a0e.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_87a0e.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_87a0e.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_87a0e /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_87a0e.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin CMakeFiles/cmTC_87a0e.dir/CheckFunctionExists.c.o -o cmTC_87a0e CMakeFiles/cmTC_87a0e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_ctime64_s' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_87a0e] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_87a0e/fast] Error 2 Determining if the function _fseeki64 exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_d7593/fast && gmake -f CMakeFiles/cmTC_d7593.dir/build.make CMakeFiles/cmTC_d7593.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d7593.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_d7593.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_d7593 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_d7593.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin CMakeFiles/cmTC_d7593.dir/CheckFunctionExists.c.o -o cmTC_d7593 CMakeFiles/cmTC_d7593.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_fseeki64' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_d7593] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d7593/fast] Error 2 Determining if the function _get_timezone exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_060a6/fast && gmake -f CMakeFiles/cmTC_060a6.dir/build.make CMakeFiles/cmTC_060a6.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_060a6.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_060a6.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_060a6 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_060a6.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin CMakeFiles/cmTC_060a6.dir/CheckFunctionExists.c.o -o cmTC_060a6 CMakeFiles/cmTC_060a6.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_get_timezone' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_060a6] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_060a6/fast] Error 2 Determining if the function _gmtime64_s exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_ea308/fast && gmake -f CMakeFiles/cmTC_ea308.dir/build.make CMakeFiles/cmTC_ea308.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ea308.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_ea308.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_ea308 /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ea308.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s -fno-builtin CMakeFiles/cmTC_ea308.dir/CheckFunctionExists.c.o -o cmTC_ea308 CMakeFiles/cmTC_ea308.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_gmtime64_s' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_ea308] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_ea308/fast] Error 2 Determining if the function _localtime64_s exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_76a0c/fast && gmake -f CMakeFiles/cmTC_76a0c.dir/build.make CMakeFiles/cmTC_76a0c.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_76a0c.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_76a0c.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_76a0c /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_76a0c.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin CMakeFiles/cmTC_76a0c.dir/CheckFunctionExists.c.o -o cmTC_76a0c CMakeFiles/cmTC_76a0c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_localtime64_s' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_76a0c] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_76a0c/fast] Error 2 Determining if the function _mkgmtime64 exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c06fd/fast && gmake -f CMakeFiles/cmTC_c06fd.dir/build.make CMakeFiles/cmTC_c06fd.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c06fd.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_c06fd.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_c06fd /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c06fd.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin CMakeFiles/cmTC_c06fd.dir/CheckFunctionExists.c.o -o cmTC_c06fd CMakeFiles/cmTC_c06fd.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_mkgmtime64' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_c06fd] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c06fd/fast] Error 2 Determining if the function cygwin_conv_path exists failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_619ad/fast && gmake -f CMakeFiles/cmTC_619ad.dir/build.make CMakeFiles/cmTC_619ad.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_619ad.dir/CheckFunctionExists.c.o /bin/gcc -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -std=gnu99 -o CMakeFiles/cmTC_619ad.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.22.0/Modules/CheckFunctionExists.c Linking C executable cmTC_619ad /usr/src/cmake-3.22.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_619ad.dir/link.txt --verbose=1 /bin/gcc -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin CMakeFiles/cmTC_619ad.dir/CheckFunctionExists.c.o -o cmTC_619ad CMakeFiles/cmTC_619ad.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `cygwin_conv_path' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_619ad] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_619ad/fast] Error 2 Performing C SOURCE FILE Test HAVE_STRUCT_VFSCONF failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_4afc2/fast && gmake -f CMakeFiles/cmTC_4afc2.dir/build.make CMakeFiles/cmTC_4afc2.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4afc2.dir/src.c.o /bin/gcc -DHAVE_STRUCT_VFSCONF -w -std=gnu99 -o CMakeFiles/cmTC_4afc2.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:3:33: error: storage size of ‘v’ isn’t known int main(void) { struct vfsconf v; return sizeof(v);} ^ gmake[1]: *** [CMakeFiles/cmTC_4afc2.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4afc2/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_de735/fast && gmake -f CMakeFiles/cmTC_de735.dir/build.make CMakeFiles/cmTC_de735.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_de735.dir/src.c.o /bin/gcc -DHAVE_STRUCT_XVFSCONF -w -std=gnu99 -o CMakeFiles/cmTC_de735.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:3:34: error: storage size of ‘v’ isn’t known int main(void) { struct xvfsconf v; return sizeof(v);} ^ gmake[1]: *** [CMakeFiles/cmTC_de735.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_de735/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_bda20/fast && gmake -f CMakeFiles/cmTC_bda20.dir/build.make CMakeFiles/cmTC_bda20.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bda20.dir/src.c.o /bin/gcc -DMAJOR_IN_MKDEV -w -std=gnu99 -o CMakeFiles/cmTC_bda20.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:1:23: fatal error: sys/mkdev.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_bda20.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_bda20/fast] Error 2 Source file was: #include int main() { return major(256); } Determining if the EFTYPE exist failed with the following output: Change Dir: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_fcd2c/fast && gmake -f CMakeFiles/cmTC_fcd2c.dir/build.make CMakeFiles/cmTC_fcd2c.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fcd2c.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_fcd2c.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘EFTYPE’ undeclared (first use in this function) return ((int*)(&EFTYPE))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_fcd2c.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fcd2c/fast] Error 2 File /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_94e8f/fast && gmake -f CMakeFiles/cmTC_94e8f.dir/build.make CMakeFiles/cmTC_94e8f.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_94e8f.dir/CheckSymbolExists.c.o /bin/gcc -w -std=gnu99 -o CMakeFiles/cmTC_94e8f.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘D_MD_ORDER’ undeclared (first use in this function) return ((int*)(&D_MD_ORDER))[argc]; ^ /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_94e8f.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_94e8f/fast] Error 2 File /usr/src/cmake-3.22.0/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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c34a9/fast && gmake -f CMakeFiles/cmTC_c34a9.dir/build.make CMakeFiles/cmTC_c34a9.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c34a9.dir/src.c.o /bin/gcc -DHAVE_STRUCT_TM___TM_GMTOFF -w -std=gnu99 -o CMakeFiles/cmTC_c34a9.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:6:32: error: ‘struct tm’ has no member named ‘__tm_gmtoff’ (void)sizeof(((struct tm *)0)->__tm_gmtoff); ^ gmake[1]: *** [CMakeFiles/cmTC_c34a9.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c34a9/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c90a8/fast && gmake -f CMakeFiles/cmTC_c90a8.dir/build.make CMakeFiles/cmTC_c90a8.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c90a8.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STATFS_F_NAMEMAX -w -std=gnu99 -o CMakeFiles/cmTC_c90a8.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:36: error: dereferencing pointer to incomplete type (void)sizeof(((struct statfs *)0)->f_namemax); ^ gmake[1]: *** [CMakeFiles/cmTC_c90a8.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c90a8/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_c7e65/fast && gmake -f CMakeFiles/cmTC_c7e65.dir/build.make CMakeFiles/cmTC_c7e65.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c7e65.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIME -w -std=gnu99 -o CMakeFiles/cmTC_c7e65.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_birthtime’ (void)sizeof(((struct stat *)0)->st_birthtime); ^ gmake[1]: *** [CMakeFiles/cmTC_c7e65.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c7e65/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_a5673/fast && gmake -f CMakeFiles/cmTC_a5673.dir/build.make CMakeFiles/cmTC_a5673.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a5673.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -w -std=gnu99 -o CMakeFiles/cmTC_a5673.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_birthtimespec’ (void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec); ^ gmake[1]: *** [CMakeFiles/cmTC_a5673.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_a5673/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_63224/fast && gmake -f CMakeFiles/cmTC_63224.dir/build.make CMakeFiles/cmTC_63224.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_63224.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -w -std=gnu99 -o CMakeFiles/cmTC_63224.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec); ^ gmake[1]: *** [CMakeFiles/cmTC_63224.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_63224/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_2105e/fast && gmake -f CMakeFiles/cmTC_2105e.dir/build.make CMakeFiles/cmTC_2105e.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2105e.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_N -w -std=gnu99 -o CMakeFiles/cmTC_2105e.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_mtime_n’ (void)sizeof(((struct stat *)0)->st_mtime_n); ^ gmake[1]: *** [CMakeFiles/cmTC_2105e.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2105e/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_7b95a/fast && gmake -f CMakeFiles/cmTC_7b95a.dir/build.make CMakeFiles/cmTC_7b95a.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7b95a.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_UMTIME -w -std=gnu99 -o CMakeFiles/cmTC_7b95a.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_umtime’ (void)sizeof(((struct stat *)0)->st_umtime); ^ gmake[1]: *** [CMakeFiles/cmTC_7b95a.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_7b95a/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_16b68/fast && gmake -f CMakeFiles/cmTC_16b68.dir/build.make CMakeFiles/cmTC_16b68.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_16b68.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_USEC -w -std=gnu99 -o CMakeFiles/cmTC_16b68.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_mtime_usec’ (void)sizeof(((struct stat *)0)->st_mtime_usec); ^ gmake[1]: *** [CMakeFiles/cmTC_16b68.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_16b68/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_8b23e/fast && gmake -f CMakeFiles/cmTC_8b23e.dir/build.make CMakeFiles/cmTC_8b23e.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8b23e.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STAT_ST_FLAGS -w -std=gnu99 -o CMakeFiles/cmTC_8b23e.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:34: error: ‘struct stat’ has no member named ‘st_flags’ (void)sizeof(((struct stat *)0)->st_flags); ^ gmake[1]: *** [CMakeFiles/cmTC_8b23e.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8b23e/fast] Error 2 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: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake -f Makefile cmTC_ba2b8/fast && gmake -f CMakeFiles/cmTC_ba2b8.dir/build.make CMakeFiles/cmTC_ba2b8.dir/build gmake[1]: Entering directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ba2b8.dir/src.c.o /bin/gcc -DHAVE_STRUCT_STATVFS_F_IOSIZE -w -std=gnu99 -o CMakeFiles/cmTC_ba2b8.dir/src.c.o -c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp/src.c:7:37: error: ‘struct statvfs’ has no member named ‘f_iosize’ (void)sizeof(((struct statvfs *)0)->f_iosize); ^ gmake[1]: *** [CMakeFiles/cmTC_ba2b8.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/usr/src/cmake-3.22.0/CMakeFiles/CMakeTmp' gmake: *** [cmTC_ba2b8/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct statvfs *)0)->f_iosize); return 0; }