55ok

Mini

Direktori : /usr/src/cmake-3.25.0/CMakeFiles/
Upload File :
Current File : //usr/src/cmake-3.25.0/CMakeFiles/CMakeError.log

Determining if compiler supports C11 _Thread_local failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_d3c72/fast && gmake  -f CMakeFiles/cmTC_d3c72.dir/build.make CMakeFiles/cmTC_d3c72.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d3c72.dir/cm_c11_thread_local.c.o
/bin/gcc   -std=gnu11 -o CMakeFiles/cmTC_d3c72.dir/cm_c11_thread_local.c.o -c /usr/src/cmake-3.25.0/Source/Checks/cm_c11_thread_local.c
/usr/src/cmake-3.25.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_d3c72.dir/cm_c11_thread_local.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_d3c72/fast] Error 2



Determining if compiler supports needed C++14 constructs failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_180d2/fast && gmake  -f CMakeFiles/cmTC_180d2.dir/build.make CMakeFiles/cmTC_180d2.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_180d2.dir/cm_cxx14_check.cpp.o
/bin/g++   -std=gnu++1y -o CMakeFiles/cmTC_180d2.dir/cm_cxx14_check.cpp.o -c /usr/src/cmake-3.25.0/Source/Checks/cm_cxx14_check.cpp
/usr/src/cmake-3.25.0/Source/Checks/cm_cxx14_check.cpp: In function ‘int main()’:
/usr/src/cmake-3.25.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.25.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_180d2.dir/cm_cxx14_check.cpp.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_180d2/fast] Error 2



Determining if compiler supports C++ make_unique failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_ec568/fast && gmake  -f CMakeFiles/cmTC_ec568.dir/build.make CMakeFiles/cmTC_ec568.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ec568.dir/cm_cxx_make_unique.cxx.o
/bin/g++   -std=gnu++11 -o CMakeFiles/cmTC_ec568.dir/cm_cxx_make_unique.cxx.o -c /usr/src/cmake-3.25.0/Source/Checks/cm_cxx_make_unique.cxx
/usr/src/cmake-3.25.0/Source/Checks/cm_cxx_make_unique.cxx: In function ‘int main()’:
/usr/src/cmake-3.25.0/Source/Checks/cm_cxx_make_unique.cxx:4:28: error: ‘make_unique’ is not a member of ‘std’
   std::unique_ptr<int> u = std::make_unique<int>(0);
                            ^
/usr/src/cmake-3.25.0/Source/Checks/cm_cxx_make_unique.cxx:4:45: error: expected primary-expression before ‘int’
   std::unique_ptr<int> u = std::make_unique<int>(0);
                                             ^
gmake[1]: *** [CMakeFiles/cmTC_ec568.dir/cm_cxx_make_unique.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_ec568/fast] Error 2



Determining if the environ exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK

Run Build Command(s):/bin/gmake -f Makefile cmTC_3191a/fast && gmake  -f CMakeFiles/cmTC_3191a.dir/build.make CMakeFiles/cmTC_3191a.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK'
Building C object CMakeFiles/cmTC_3191a.dir/CheckSymbolExists.c.o
/bin/gcc   -std=gnu99 -o CMakeFiles/cmTC_3191a.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function)
   return ((int*)(&environ))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_3191a.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yyOLeK'
gmake: *** [cmTC_3191a/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <stdlib.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-2Md7lP

Run Build Command(s):/bin/gmake -f Makefile cmTC_a41cc/fast && gmake  -f CMakeFiles/cmTC_a41cc.dir/build.make CMakeFiles/cmTC_a41cc.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2Md7lP'
Building C object CMakeFiles/cmTC_a41cc.dir/src.c.o
/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD  -std=gnu99 -o CMakeFiles/cmTC_a41cc.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2Md7lP/src.c
Linking C executable cmTC_a41cc
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a41cc.dir/link.txt --verbose=1
/bin/gcc CMakeFiles/cmTC_a41cc.dir/src.c.o -o cmTC_a41cc 
CMakeFiles/cmTC_a41cc.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_a41cc] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2Md7lP'
gmake: *** [cmTC_a41cc/fast] Error 2


Source file was:
#include <pthread.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-Wkq5DU

Run Build Command(s):/bin/gmake -f Makefile cmTC_05355/fast && gmake  -f CMakeFiles/cmTC_05355.dir/build.make CMakeFiles/cmTC_05355.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wkq5DU'
Building C object CMakeFiles/cmTC_05355.dir/CheckFunctionExists.c.o
/bin/gcc   -DCHECK_FUNCTION_EXISTS=pthread_create -std=gnu99 -o CMakeFiles/cmTC_05355.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wkq5DU/CheckFunctionExists.c
Linking C executable cmTC_05355
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_05355.dir/link.txt --verbose=1
/bin/gcc  -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_05355.dir/CheckFunctionExists.c.o -o cmTC_05355  -lpthreads 
/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTC_05355] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wkq5DU'
gmake: *** [cmTC_05355/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.25.0/Source/kwsys/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_30f11/fast && gmake  -f CMakeFiles/cmTC_30f11.dir/build.make CMakeFiles/cmTC_30f11.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/Source/kwsys/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_30f11.dir/kwsysPlatformTestsCXX.cxx.o
/bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H  -std=gnu++11 -o CMakeFiles/cmTC_30f11.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/src/cmake-3.25.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/src/cmake-3.25.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
/usr/src/cmake-3.25.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: ‘environ’ was not declared in this scope
   char* e = environ[0];
             ^
gmake[1]: *** [CMakeFiles/cmTC_30f11.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/Source/kwsys/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_30f11/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.25.0/Source/kwsys/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_20472/fast && gmake  -f CMakeFiles/cmTC_20472.dir/build.make CMakeFiles/cmTC_20472.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/Source/kwsys/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_20472.dir/kwsysPlatformTestsCXX.cxx.o
/bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC  -std=gnu++11 -o CMakeFiles/cmTC_20472.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/src/cmake-3.25.0/Source/kwsys/kwsysPlatformTestsCXX.cxx
/usr/src/cmake-3.25.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
/usr/src/cmake-3.25.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.25.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_20472.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/Source/kwsys/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_20472/fast] Error 2



Determining if the function connect exists in the socket; failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-S1IFD6

Run Build Command(s):/bin/gmake -f Makefile cmTC_f374b/fast && gmake  -f CMakeFiles/cmTC_f374b.dir/build.make CMakeFiles/cmTC_f374b.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-S1IFD6'
Building C object CMakeFiles/cmTC_f374b.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=connect -std=gnu99 -o CMakeFiles/cmTC_f374b.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-S1IFD6/CheckFunctionExists.c
Linking C executable cmTC_f374b
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_f374b.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_f374b.dir/CheckFunctionExists.c.o -o cmTC_f374b  -lsocket 
/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTC_f374b] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-S1IFD6'
gmake: *** [cmTC_f374b/fast] Error 2



Determining if the RAND_egd exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt

Run Build Command(s):/bin/gmake -f Makefile cmTC_7e52a/fast && gmake  -f CMakeFiles/cmTC_7e52a.dir/build.make CMakeFiles/cmTC_7e52a.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt'
Building C object CMakeFiles/cmTC_7e52a.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_7e52a.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt/CheckSymbolExists.c:7:19: error: ‘RAND_egd’ undeclared (first use in this function)
   return ((int*)(&RAND_egd))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_7e52a.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zRnJXt'
gmake: *** [cmTC_7e52a/fast] Error 2


File 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 idn2_lookup_ul exists in the idn2;/usr/lib64/libssl.so;/usr/lib64/libcrypto.so;cmnghttp2 failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-vLWaYF

Run Build Command(s):/bin/gmake -f Makefile cmTC_7761d/fast && gmake  -f CMakeFiles/cmTC_7761d.dir/build.make CMakeFiles/cmTC_7761d.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-vLWaYF'
Building C object CMakeFiles/cmTC_7761d.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -std=gnu99 -o CMakeFiles/cmTC_7761d.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-vLWaYF/CheckFunctionExists.c
Linking C executable cmTC_7761d
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_7761d.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul CMakeFiles/cmTC_7761d.dir/CheckFunctionExists.c.o -o cmTC_7761d  -lidn2 /usr/lib64/libssl.so /usr/lib64/libcrypto.so -lcmnghttp2 
/bin/ld: cannot find -lidn2
/bin/ld: cannot find -lcmnghttp2
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTC_7761d] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-vLWaYF'
gmake: *** [cmTC_7761d/fast] Error 2



Determining if files inttypes.h;sys/filio.h exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-9qkJB4

Run Build Command(s):/bin/gmake -f Makefile cmTC_a8ffc/fast && gmake  -f CMakeFiles/cmTC_a8ffc.dir/build.make CMakeFiles/cmTC_a8ffc.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-9qkJB4'
Building C object CMakeFiles/cmTC_a8ffc.dir/HAVE_SYS_FILIO_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_a8ffc.dir/HAVE_SYS_FILIO_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-9qkJB4/HAVE_SYS_FILIO_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-9qkJB4/HAVE_SYS_FILIO_H.c:3:23: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
                       ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a8ffc.dir/HAVE_SYS_FILIO_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-9qkJB4'
gmake: *** [cmTC_a8ffc/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/filio.h>


int main(void){return 0;}

Determining if files 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.25.0/CMakeFiles/CMakeScratch/TryCompile-2aihNy

Run Build Command(s):/bin/gmake -f Makefile cmTC_ab975/fast && gmake  -f CMakeFiles/cmTC_ab975.dir/build.make CMakeFiles/cmTC_ab975.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2aihNy'
Building C object CMakeFiles/cmTC_ab975.dir/HAVE_SYS_SOCKIO_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_ab975.dir/HAVE_SYS_SOCKIO_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2aihNy/HAVE_SYS_SOCKIO_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2aihNy/HAVE_SYS_SOCKIO_H.c:9:24: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
                        ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_ab975.dir/HAVE_SYS_SOCKIO_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2aihNy'
gmake: *** [cmTC_ab975/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/sockio.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/utime.h exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-50mhBI

Run Build Command(s):/bin/gmake -f Makefile cmTC_849ac/fast && gmake  -f CMakeFiles/cmTC_849ac.dir/build.make CMakeFiles/cmTC_849ac.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-50mhBI'
Building C object CMakeFiles/cmTC_849ac.dir/HAVE_SYS_UTIME_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_849ac.dir/HAVE_SYS_UTIME_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-50mhBI/HAVE_SYS_UTIME_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-50mhBI/HAVE_SYS_UTIME_H.c:13:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_849ac.dir/HAVE_SYS_UTIME_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-50mhBI'
gmake: *** [cmTC_849ac/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/utime.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/xattr.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.25.0/CMakeFiles/CMakeScratch/TryCompile-RJz6yd

Run Build Command(s):/bin/gmake -f Makefile cmTC_e5a65/fast && gmake  -f CMakeFiles/cmTC_e5a65.dir/build.make CMakeFiles/cmTC_e5a65.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-RJz6yd'
Building C object CMakeFiles/cmTC_e5a65.dir/HAVE_IDN2_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_e5a65.dir/HAVE_IDN2_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-RJz6yd/HAVE_IDN2_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-RJz6yd/HAVE_IDN2_H.c:19:18: fatal error: idn2.h: No such file or directory
 #include <idn2.h>
                  ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_e5a65.dir/HAVE_IDN2_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-RJz6yd'
gmake: *** [cmTC_e5a65/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <idn2.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/xattr.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.25.0/CMakeFiles/CMakeScratch/TryCompile-QRr7gK

Run Build Command(s):/bin/gmake -f Makefile cmTC_a4f73/fast && gmake  -f CMakeFiles/cmTC_a4f73.dir/build.make CMakeFiles/cmTC_a4f73.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QRr7gK'
Building C object CMakeFiles/cmTC_a4f73.dir/HAVE_IO_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_a4f73.dir/HAVE_IO_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QRr7gK/HAVE_IO_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QRr7gK/HAVE_IO_H.c:20:16: fatal error: io.h: No such file or directory
 #include <io.h>
                ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a4f73.dir/HAVE_IO_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QRr7gK'
gmake: *** [cmTC_a4f73/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <io.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/xattr.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.25.0/CMakeFiles/CMakeScratch/TryCompile-cdlCoT

Run Build Command(s):/bin/gmake -f Makefile cmTC_ffc99/fast && gmake  -f CMakeFiles/cmTC_ffc99.dir/build.make CMakeFiles/cmTC_ffc99.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-cdlCoT'
Building C object CMakeFiles/cmTC_ffc99.dir/HAVE_SSL_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_ffc99.dir/HAVE_SSL_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-cdlCoT/HAVE_SSL_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-cdlCoT/HAVE_SSL_H.c:30:17: fatal error: ssl.h: No such file or directory
 #include <ssl.h>
                 ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_ffc99.dir/HAVE_SSL_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-cdlCoT'
gmake: *** [cmTC_ffc99/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <ssl.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/xattr.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;stdlib.h;string.h;strings.h;stropts.h exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-JOiS28

Run Build Command(s):/bin/gmake -f Makefile cmTC_a588c/fast && gmake  -f CMakeFiles/cmTC_a588c.dir/build.make CMakeFiles/cmTC_a588c.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-JOiS28'
Building C object CMakeFiles/cmTC_a588c.dir/HAVE_STROPTS_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_a588c.dir/HAVE_STROPTS_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-JOiS28/HAVE_STROPTS_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-JOiS28/HAVE_STROPTS_H.c:35:21: fatal error: stropts.h: No such file or directory
 #include <stropts.h>
                     ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a588c.dir/HAVE_STROPTS_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-JOiS28'
gmake: *** [cmTC_a588c/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>


int main(void){return 0;}

Determining if files 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/un.h;sys/xattr.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;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.25.0/CMakeFiles/CMakeScratch/TryCompile-GZBNb8

Run Build Command(s):/bin/gmake -f Makefile cmTC_9a63d/fast && gmake  -f CMakeFiles/cmTC_9a63d.dir/build.make CMakeFiles/cmTC_9a63d.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GZBNb8'
Building C object CMakeFiles/cmTC_9a63d.dir/HAVE_PROCESS_H.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_9a63d.dir/HAVE_PROCESS_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GZBNb8/HAVE_PROCESS_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GZBNb8/HAVE_PROCESS_H.c:40:21: fatal error: process.h: No such file or directory
 #include <process.h>
                     ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_9a63d.dir/HAVE_PROCESS_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GZBNb8'
gmake: *** [cmTC_9a63d/fast] Error 2


Source:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <process.h>


int main(void){return 0;}

Determining if the stricmp exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7

Run Build Command(s):/bin/gmake -f Makefile cmTC_05c6d/fast && gmake  -f CMakeFiles/cmTC_05c6d.dir/build.make CMakeFiles/cmTC_05c6d.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7'
Building C object CMakeFiles/cmTC_05c6d.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_05c6d.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7/CheckSymbolExists.c:48:19: error: ‘stricmp’ undeclared (first use in this function)
   return ((int*)(&stricmp))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_05c6d.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jgGRo7'
gmake: *** [cmTC_05c6d/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv

Run Build Command(s):/bin/gmake -f Makefile cmTC_9bfc0/fast && gmake  -f CMakeFiles/cmTC_9bfc0.dir/build.make CMakeFiles/cmTC_9bfc0.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv'
Building C object CMakeFiles/cmTC_9bfc0.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_9bfc0.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv/CheckSymbolExists.c:48:19: error: ‘strcmpi’ undeclared (first use in this function)
   return ((int*)(&strcmpi))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_9bfc0.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-HYkIcv'
gmake: *** [cmTC_9bfc0/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef strcmpi
  return ((int*)(&strcmpi))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the closesocket exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet

Run Build Command(s):/bin/gmake -f Makefile cmTC_4dc28/fast && gmake  -f CMakeFiles/cmTC_4dc28.dir/build.make CMakeFiles/cmTC_4dc28.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet'
Building C object CMakeFiles/cmTC_4dc28.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_4dc28.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet/CheckSymbolExists.c:48:19: error: ‘closesocket’ undeclared (first use in this function)
   return ((int*)(&closesocket))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_4dc28.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Krrqet'
gmake: *** [cmTC_4dc28/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh

Run Build Command(s):/bin/gmake -f Makefile cmTC_c988d/fast && gmake  -f CMakeFiles/cmTC_c988d.dir/build.make CMakeFiles/cmTC_c988d.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh'
Building C object CMakeFiles/cmTC_c988d.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_c988d.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh/CheckSymbolExists.c:48:19: error: ‘getpass_r’ undeclared (first use in this function)
   return ((int*)(&getpass_r))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_c988d.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7BaUoh'
gmake: *** [cmTC_c988d/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4

Run Build Command(s):/bin/gmake -f Makefile cmTC_d4277/fast && gmake  -f CMakeFiles/cmTC_d4277.dir/build.make CMakeFiles/cmTC_d4277.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4'
Building C object CMakeFiles/cmTC_d4277.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_d4277.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4/CheckSymbolExists.c:48:19: error: ‘_strtoi64’ undeclared (first use in this function)
   return ((int*)(&_strtoi64))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_d4277.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-wTXAY4'
gmake: *** [cmTC_d4277/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6

Run Build Command(s):/bin/gmake -f Makefile cmTC_d00c1/fast && gmake  -f CMakeFiles/cmTC_d00c1.dir/build.make CMakeFiles/cmTC_d00c1.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6'
Building C object CMakeFiles/cmTC_d00c1.dir/CheckSymbolExists.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_d00c1.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6/CheckSymbolExists.c:48:19: error: ‘setmode’ undeclared (first use in this function)
   return ((int*)(&setmode))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6/CheckSymbolExists.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_d00c1.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-P0npr6'
gmake: *** [cmTC_d00c1/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/xattr.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/utsname.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-CLB0X3

Run Build Command(s):/bin/gmake -f Makefile cmTC_382b6/fast && gmake  -f CMakeFiles/cmTC_382b6.dir/build.make CMakeFiles/cmTC_382b6.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CLB0X3'
Building C object CMakeFiles/cmTC_382b6.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -std=gnu99 -o CMakeFiles/cmTC_382b6.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CLB0X3/CheckFunctionExists.c
Linking C executable cmTC_382b6
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_382b6.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time CMakeFiles/cmTC_382b6.dir/CheckFunctionExists.c.o -o cmTC_382b6 
CMakeFiles/cmTC_382b6.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_382b6] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CLB0X3'
gmake: *** [cmTC_382b6/fast] Error 2



Performing Curl Test HAVE_FSETXATTR_6 failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_1e027/fast && gmake  -f CMakeFiles/cmTC_1e027.dir/build.make CMakeFiles/cmTC_1e027.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e027.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_FSETXATTR_6  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_1e027.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:423:3: error: too many arguments to function ‘fsetxattr’
   fsetxattr(0, 0, 0, 0, 0, 0);
   ^
In file included from /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:420: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_1e027.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_1e027/fast] Error 2


Determining size of ADDRESS_FAMILY failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ujhe9w

Run Build Command(s):/bin/gmake -f Makefile cmTC_f24d9/fast && gmake  -f CMakeFiles/cmTC_f24d9.dir/build.make CMakeFiles/cmTC_f24d9.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ujhe9w'
Building C object CMakeFiles/cmTC_f24d9.dir/SIZEOF_ADDRESS_FAMILY.c.o
/bin/gcc   -w  -std=gnu99 -o CMakeFiles/cmTC_f24d9.dir/SIZEOF_ADDRESS_FAMILY.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ujhe9w/SIZEOF_ADDRESS_FAMILY.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ujhe9w/SIZEOF_ADDRESS_FAMILY.c:4:20: fatal error: ws2def.h: No such file or directory
 #include "ws2def.h"
                    ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_f24d9.dir/SIZEOF_ADDRESS_FAMILY.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ujhe9w'
gmake: *** [cmTC_f24d9/fast] Error 2


SIZEOF_ADDRESS_FAMILY.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#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.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_ca389/fast && gmake  -f CMakeFiles/cmTC_ca389.dir/build.make CMakeFiles/cmTC_ca389.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ca389.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_IOCTLSOCKET  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_ca389.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:221:44: error: ‘FIONBIO’ undeclared (first use in this function)
  unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
                                            ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:221:44: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_ca389.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_ca389/fast] Error 2


Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_eec7e/fast && gmake  -f CMakeFiles/cmTC_eec7e.dir/build.make CMakeFiles/cmTC_eec7e.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eec7e.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_IOCTLSOCKET_CAMEL  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_eec7e.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
Linking C executable cmTC_eec7e
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_eec7e.dir/link.txt --verbose=1
/bin/gcc  -w -DHAVE_IOCTLSOCKET_CAMEL  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H CMakeFiles/cmTC_eec7e.dir/CurlTests.c.o -o cmTC_eec7e 
CMakeFiles/cmTC_eec7e.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_eec7e] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_eec7e/fast] Error 2


Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_556de/fast && gmake  -f CMakeFiles/cmTC_556de.dir/build.make CMakeFiles/cmTC_556de.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_556de.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_556de.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:269:32: error: ‘FIONBIO’ undeclared (first use in this function)
         if(0 != IoctlSocket(0, FIONBIO, &flags))
                                ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:269:32: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_556de.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_556de/fast] Error 2


Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_20780/fast && gmake  -f CMakeFiles/cmTC_20780.dir/build.make CMakeFiles/cmTC_20780.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_20780.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_IOCTLSOCKET_FIONBIO  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_20780.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:292:32: error: ‘FIONBIO’ undeclared (first use in this function)
         if(0 != ioctlsocket(0, FIONBIO, &flags))
                                ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:292:32: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_20780.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_20780/fast] Error 2


Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_993ec/fast && gmake  -f CMakeFiles/cmTC_993ec.dir/build.make CMakeFiles/cmTC_993ec.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_993ec.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_SETSOCKOPT_SO_NONBLOCK  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_993ec.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:384:43: error: ‘SO_NONBLOCK’ undeclared (first use in this function)
         if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
                                           ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:384:43: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_993ec.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_993ec/fast] Error 2


Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_88d80/fast && gmake  -f CMakeFiles/cmTC_88d80.dir/build.make CMakeFiles/cmTC_88d80.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_88d80.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_O_NONBLOCK  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_88d80.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
Linking C executable cmTC_88d80
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_88d80.dir/link.txt --verbose=1
/bin/gcc  -w -DHAVE_O_NONBLOCK  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H CMakeFiles/cmTC_88d80.dir/CurlTests.c.o -o cmTC_88d80 
/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_88d80] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_88d80/fast] Error 2


Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_88162/fast && gmake  -f CMakeFiles/cmTC_88162.dir/build.make CMakeFiles/cmTC_88162.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_88162.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_GETHOSTBYNAME_R_3  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_88162.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:99:23: error: storage size of ‘hdata’ isn’t known
   struct hostent_data hdata;
                       ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:111:3: error: too few arguments to function ‘gethostbyname_r’
   rc = gethostbyname_r(address, &h, &hdata);
   ^
In file included from /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:89:0:
/usr/include/netdb.h:179:12: note: declared here
 extern int gethostbyname_r (const char *__restrict __name,
            ^
gmake[1]: *** [CMakeFiles/cmTC_88162.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_88162/fast] Error 2


Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_466f5/fast && gmake  -f CMakeFiles/cmTC_466f5.dir/build.make CMakeFiles/cmTC_466f5.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_466f5.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_GETHOSTBYNAME_R_5  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_466f5.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:114: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.25.0/Utilities/cmcurl/CMake/CurlTests.c:89:0:
/usr/include/netdb.h:179:12: note: declared here
 extern int gethostbyname_r (const char *__restrict __name,
            ^
gmake[1]: *** [CMakeFiles/cmTC_466f5.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_466f5/fast] Error 2


Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_536eb/fast && gmake  -f CMakeFiles/cmTC_536eb.dir/build.make CMakeFiles/cmTC_536eb.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_536eb.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_536eb.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:99:23: error: storage size of ‘hdata’ isn’t known
   struct hostent_data hdata;
                       ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:111:3: error: too few arguments to function ‘gethostbyname_r’
   rc = gethostbyname_r(address, &h, &hdata);
   ^
In file included from /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:89:0:
/usr/include/netdb.h:179:12: note: declared here
 extern int gethostbyname_r (const char *__restrict __name,
            ^
gmake[1]: *** [CMakeFiles/cmTC_536eb.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_536eb/fast] Error 2


Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_b9f7c/fast && gmake  -f CMakeFiles/cmTC_b9f7c.dir/build.make CMakeFiles/cmTC_b9f7c.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b9f7c.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_b9f7c.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:114: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.25.0/Utilities/cmcurl/CMake/CurlTests.c:89:0:
/usr/include/netdb.h:179:12: note: declared here
 extern int gethostbyname_r (const char *__restrict __name,
            ^
gmake[1]: *** [CMakeFiles/cmTC_b9f7c.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_b9f7c/fast] Error 2


Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_0c016/fast && gmake  -f CMakeFiles/cmTC_0c016.dir/build.make CMakeFiles/cmTC_0c016.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0c016.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_GLIBC_STRERROR_R  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_0c016.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:400:51: error: subscripted value is neither array nor pointer nor vector
   check(strerror_r(EACCES, buffer, sizeof(buffer))[0]);
                                                   ^
gmake[1]: *** [CMakeFiles/cmTC_0c016.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_0c016/fast] Error 2


Performing Curl Test HAVE_BUILTIN_AVAILABLE failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp

Run Build Command(s):/bin/gmake -f Makefile cmTC_87e67/fast && gmake  -f CMakeFiles/cmTC_87e67.dir/build.make CMakeFiles/cmTC_87e67.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_87e67.dir/CurlTests.c.o
/bin/gcc   -w -DHAVE_BUILTIN_AVAILABLE  -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_UN_H -DHAVE_SYS_XATTR_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_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_STDINT_H -DHAVE_SYS_UTSNAME_H -std=gnu99 -o CMakeFiles/cmTC_87e67.dir/CurlTests.c.o -c /usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:447:26: error: ‘macOS’ undeclared (first use in this function)
   if(__builtin_available(macOS 10.12, *)) {}
                          ^
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:447:26: note: each undeclared identifier is reported only once for each function it appears in
/usr/src/cmake-3.25.0/Utilities/cmcurl/CMake/CurlTests.c:447:32: error: expected ‘)’ before numeric constant
   if(__builtin_available(macOS 10.12, *)) {}
                                ^
gmake[1]: *** [CMakeFiles/cmTC_87e67.dir/CurlTests.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_87e67/fast] Error 2


Determining if the getrandom exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-p7ch1z

Run Build Command(s):/bin/gmake -f Makefile cmTC_2e82c/fast && gmake  -f CMakeFiles/cmTC_2e82c.dir/build.make CMakeFiles/cmTC_2e82c.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-p7ch1z'
Building C object CMakeFiles/cmTC_2e82c.dir/CheckSymbolExists.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -std=gnu99 -o CMakeFiles/cmTC_2e82c.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-p7ch1z/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-p7ch1z/CheckSymbolExists.c:2:24: fatal error: sys/random.h: No such file or directory
 #include <sys/random.h>
                        ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_2e82c.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-p7ch1z'
gmake: *** [cmTC_2e82c/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <sys/random.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc

Run Build Command(s):/bin/gmake -f Makefile cmTC_b9ec5/fast && gmake  -f CMakeFiles/cmTC_b9ec5.dir/build.make CMakeFiles/cmTC_b9ec5.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc'
Building C object CMakeFiles/cmTC_b9ec5.dir/CheckSymbolExists.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -std=gnu99 -o CMakeFiles/cmTC_b9ec5.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc/CheckSymbolExists.c:8:19: error: ‘arc4random_buf’ undeclared (first use in this function)
   return ((int*)(&arc4random_buf))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_b9ec5.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-c2iJJc'
gmake: *** [cmTC_b9ec5/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <stdlib.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP

Run Build Command(s):/bin/gmake -f Makefile cmTC_86fef/fast && gmake  -f CMakeFiles/cmTC_86fef.dir/build.make CMakeFiles/cmTC_86fef.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP'
Building C object CMakeFiles/cmTC_86fef.dir/CheckSymbolExists.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -std=gnu99 -o CMakeFiles/cmTC_86fef.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP/CheckSymbolExists.c:8:19: error: ‘arc4random’ undeclared (first use in this function)
   return ((int*)(&arc4random))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_86fef.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-B6zWzP'
gmake: *** [cmTC_86fef/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <stdlib.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-rQ2n8A

Run Build Command(s):/bin/gmake -f Makefile cmTC_1a1bb/fast && gmake  -f CMakeFiles/cmTC_1a1bb.dir/build.make CMakeFiles/cmTC_1a1bb.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-rQ2n8A'
Building C object CMakeFiles/cmTC_1a1bb.dir/HAVE_COPYFILE_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_1a1bb.dir/HAVE_COPYFILE_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-rQ2n8A/HAVE_COPYFILE_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-rQ2n8A/HAVE_COPYFILE_H.c:4:22: fatal error: copyfile.h: No such file or directory
 #include <copyfile.h>
                      ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_1a1bb.dir/HAVE_COPYFILE_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-rQ2n8A'
gmake: *** [cmTC_1a1bb/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <copyfile.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-yhW0Rf

Run Build Command(s):/bin/gmake -f Makefile cmTC_354f4/fast && gmake  -f CMakeFiles/cmTC_354f4.dir/build.make CMakeFiles/cmTC_354f4.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yhW0Rf'
Building C object CMakeFiles/cmTC_354f4.dir/HAVE_DIRECT_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_354f4.dir/HAVE_DIRECT_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yhW0Rf/HAVE_DIRECT_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yhW0Rf/HAVE_DIRECT_H.c:4:20: fatal error: direct.h: No such file or directory
 #include <direct.h>
                    ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_354f4.dir/HAVE_DIRECT_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-yhW0Rf'
gmake: *** [cmTC_354f4/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <direct.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-AnM1wZ

Run Build Command(s):/bin/gmake -f Makefile cmTC_f83e3/fast && gmake  -f CMakeFiles/cmTC_f83e3.dir/build.make CMakeFiles/cmTC_f83e3.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-AnM1wZ'
Building C object CMakeFiles/cmTC_f83e3.dir/HAVE_MEMBERSHIP_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_f83e3.dir/HAVE_MEMBERSHIP_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-AnM1wZ/HAVE_MEMBERSHIP_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-AnM1wZ/HAVE_MEMBERSHIP_H.c:16:24: fatal error: membership.h: No such file or directory
 #include <membership.h>
                        ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_f83e3.dir/HAVE_MEMBERSHIP_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-AnM1wZ'
gmake: *** [cmTC_f83e3/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <membership.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-A2zgz4

Run Build Command(s):/bin/gmake -f Makefile cmTC_55d10/fast && gmake  -f CMakeFiles/cmTC_55d10.dir/build.make CMakeFiles/cmTC_55d10.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-A2zgz4'
Building C object CMakeFiles/cmTC_55d10.dir/HAVE_READPASSPHRASE_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_55d10.dir/HAVE_READPASSPHRASE_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-A2zgz4/HAVE_READPASSPHRASE_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-A2zgz4/HAVE_READPASSPHRASE_H.c:21:28: fatal error: readpassphrase.h: No such file or directory
 #include <readpassphrase.h>
                            ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_55d10.dir/HAVE_READPASSPHRASE_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-A2zgz4'
gmake: *** [cmTC_55d10/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <readpassphrase.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-amjetT

Run Build Command(s):/bin/gmake -f Makefile cmTC_66cee/fast && gmake  -f CMakeFiles/cmTC_66cee.dir/build.make CMakeFiles/cmTC_66cee.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-amjetT'
Building C object CMakeFiles/cmTC_66cee.dir/HAVE_SYS_ACL_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_66cee.dir/HAVE_SYS_ACL_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-amjetT/HAVE_SYS_ACL_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-amjetT/HAVE_SYS_ACL_H.c:28:21: fatal error: sys/acl.h: No such file or directory
 #include <sys/acl.h>
                     ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_66cee.dir/HAVE_SYS_ACL_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-amjetT'
gmake: *** [cmTC_66cee/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/acl.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-m2V9bk

Run Build Command(s):/bin/gmake -f Makefile cmTC_a34fb/fast && gmake  -f CMakeFiles/cmTC_a34fb.dir/build.make CMakeFiles/cmTC_a34fb.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-m2V9bk'
Building C object CMakeFiles/cmTC_a34fb.dir/HAVE_SYS_EXTATTR_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_a34fb.dir/HAVE_SYS_EXTATTR_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-m2V9bk/HAVE_SYS_EXTATTR_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-m2V9bk/HAVE_SYS_EXTATTR_H.c:29:25: fatal error: sys/extattr.h: No such file or directory
 #include <sys/extattr.h>
                         ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a34fb.dir/HAVE_SYS_EXTATTR_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-m2V9bk'
gmake: *** [cmTC_a34fb/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/extattr.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-bfJwV2

Run Build Command(s):/bin/gmake -f Makefile cmTC_fce22/fast && gmake  -f CMakeFiles/cmTC_fce22.dir/build.make CMakeFiles/cmTC_fce22.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-bfJwV2'
Building C object CMakeFiles/cmTC_fce22.dir/HAVE_SYS_MKDEV_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_fce22.dir/HAVE_SYS_MKDEV_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-bfJwV2/HAVE_SYS_MKDEV_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-bfJwV2/HAVE_SYS_MKDEV_H.c:30:23: fatal error: sys/mkdev.h: No such file or directory
 #include <sys/mkdev.h>
                       ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_fce22.dir/HAVE_SYS_MKDEV_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-bfJwV2'
gmake: *** [cmTC_fce22/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/mkdev.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-SONDVL

Run Build Command(s):/bin/gmake -f Makefile cmTC_4367b/fast && gmake  -f CMakeFiles/cmTC_4367b.dir/build.make CMakeFiles/cmTC_4367b.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-SONDVL'
Building C object CMakeFiles/cmTC_4367b.dir/HAVE_SYS_MOUNT_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_4367b.dir/HAVE_SYS_MOUNT_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-SONDVL/HAVE_SYS_MOUNT_H.c
In file included from /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-SONDVL/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_4367b.dir/HAVE_SYS_MOUNT_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-SONDVL'
gmake: *** [cmTC_4367b/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/mount.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-quqL3u

Run Build Command(s):/bin/gmake -f Makefile cmTC_88473/fast && gmake  -f CMakeFiles/cmTC_88473.dir/build.make CMakeFiles/cmTC_88473.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-quqL3u'
Building C object CMakeFiles/cmTC_88473.dir/HAVE_SYS_RICHACL_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_88473.dir/HAVE_SYS_RICHACL_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-quqL3u/HAVE_SYS_RICHACL_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-quqL3u/HAVE_SYS_RICHACL_H.c:32:25: fatal error: sys/richacl.h: No such file or directory
 #include <sys/richacl.h>
                         ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_88473.dir/HAVE_SYS_RICHACL_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-quqL3u'
gmake: *** [cmTC_88473/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/richacl.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-Y2YZVG

Run Build Command(s):/bin/gmake -f Makefile cmTC_78dea/fast && gmake  -f CMakeFiles/cmTC_78dea.dir/build.make CMakeFiles/cmTC_78dea.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Y2YZVG'
Building C object CMakeFiles/cmTC_78dea.dir/HAVE_WINDOWS_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_78dea.dir/HAVE_WINDOWS_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Y2YZVG/HAVE_WINDOWS_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Y2YZVG/HAVE_WINDOWS_H.c:47:21: fatal error: windows.h: No such file or directory
 #include <windows.h>
                     ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_78dea.dir/HAVE_WINDOWS_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Y2YZVG'
gmake: *** [cmTC_78dea/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/vfs.h>
#include <sys/wait.h>
#include <sys/xattr.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <wchar.h>
#include <wctype.h>
#include <windows.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-7UKpRr

Run Build Command(s):/bin/gmake -f Makefile cmTC_70819/fast && gmake  -f CMakeFiles/cmTC_70819.dir/build.make CMakeFiles/cmTC_70819.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7UKpRr'
Building C object CMakeFiles/cmTC_70819.dir/HAVE_WINCRYPT_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_70819.dir/HAVE_WINCRYPT_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7UKpRr/HAVE_WINCRYPT_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7UKpRr/HAVE_WINCRYPT_H.c:47:22: fatal error: wincrypt.h: No such file or directory
 #include <wincrypt.h>
                      ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_70819.dir/HAVE_WINCRYPT_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-7UKpRr'
gmake: *** [cmTC_70819/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/vfs.h>
#include <sys/wait.h>
#include <sys/xattr.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <wchar.h>
#include <wctype.h>
#include <wincrypt.h>


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.25.0/CMakeFiles/CMakeScratch/TryCompile-gyM06c

Run Build Command(s):/bin/gmake -f Makefile cmTC_267ef/fast && gmake  -f CMakeFiles/cmTC_267ef.dir/build.make CMakeFiles/cmTC_267ef.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-gyM06c'
Building C object CMakeFiles/cmTC_267ef.dir/HAVE_WINIOCTL_H.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_267ef.dir/HAVE_WINIOCTL_H.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-gyM06c/HAVE_WINIOCTL_H.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-gyM06c/HAVE_WINIOCTL_H.c:47:22: fatal error: winioctl.h: No such file or directory
 #include <winioctl.h>
                      ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_267ef.dir/HAVE_WINIOCTL_H.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-gyM06c'
gmake: *** [cmTC_267ef/fast] Error 2


Source:
/* */
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
#include <fcntl.h>
#include <grp.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/vfs.h>
#include <sys/wait.h>
#include <sys/xattr.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <wchar.h>
#include <wctype.h>
#include <winioctl.h>


int main(void){return 0;}

Determining if the function getvfsbyname exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-DXJ8yv

Run Build Command(s):/bin/gmake -f Makefile cmTC_3be8e/fast && gmake  -f CMakeFiles/cmTC_3be8e.dir/build.make CMakeFiles/cmTC_3be8e.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-DXJ8yv'
Building C object CMakeFiles/cmTC_3be8e.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=getvfsbyname  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_3be8e.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-DXJ8yv/CheckFunctionExists.c
Linking C executable cmTC_3be8e
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_3be8e.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=getvfsbyname  -fno-builtin CMakeFiles/cmTC_3be8e.dir/CheckFunctionExists.c.o -o cmTC_3be8e 
CMakeFiles/cmTC_3be8e.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_3be8e] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-DXJ8yv'
gmake: *** [cmTC_3be8e/fast] Error 2



Determining if the function lchflags exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2ol4ho

Run Build Command(s):/bin/gmake -f Makefile cmTC_90b70/fast && gmake  -f CMakeFiles/cmTC_90b70.dir/build.make CMakeFiles/cmTC_90b70.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2ol4ho'
Building C object CMakeFiles/cmTC_90b70.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=lchflags  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_90b70.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2ol4ho/CheckFunctionExists.c
Linking C executable cmTC_90b70
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_90b70.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=lchflags  -fno-builtin CMakeFiles/cmTC_90b70.dir/CheckFunctionExists.c.o -o cmTC_90b70 
CMakeFiles/cmTC_90b70.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_90b70] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-2ol4ho'
gmake: *** [cmTC_90b70/fast] Error 2



Determining if the function readpassphrase exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QNrYnd

Run Build Command(s):/bin/gmake -f Makefile cmTC_a55f1/fast && gmake  -f CMakeFiles/cmTC_a55f1.dir/build.make CMakeFiles/cmTC_a55f1.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QNrYnd'
Building C object CMakeFiles/cmTC_a55f1.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=readpassphrase  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_a55f1.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QNrYnd/CheckFunctionExists.c
Linking C executable cmTC_a55f1
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a55f1.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=readpassphrase  -fno-builtin CMakeFiles/cmTC_a55f1.dir/CheckFunctionExists.c.o -o cmTC_a55f1 
CMakeFiles/cmTC_a55f1.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_a55f1] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-QNrYnd'
gmake: *** [cmTC_a55f1/fast] Error 2



Determining if the function strncpy_s exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uwwVs7

Run Build Command(s):/bin/gmake -f Makefile cmTC_cb2a9/fast && gmake  -f CMakeFiles/cmTC_cb2a9.dir/build.make CMakeFiles/cmTC_cb2a9.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uwwVs7'
Building C object CMakeFiles/cmTC_cb2a9.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=strncpy_s  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_cb2a9.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uwwVs7/CheckFunctionExists.c
Linking C executable cmTC_cb2a9
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_cb2a9.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=strncpy_s  -fno-builtin CMakeFiles/cmTC_cb2a9.dir/CheckFunctionExists.c.o -o cmTC_cb2a9 
CMakeFiles/cmTC_cb2a9.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_cb2a9] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uwwVs7'
gmake: *** [cmTC_cb2a9/fast] Error 2



Determining if the function _ctime64_s exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-aKRBRm

Run Build Command(s):/bin/gmake -f Makefile cmTC_0f4ef/fast && gmake  -f CMakeFiles/cmTC_0f4ef.dir/build.make CMakeFiles/cmTC_0f4ef.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-aKRBRm'
Building C object CMakeFiles/cmTC_0f4ef.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_ctime64_s  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_0f4ef.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-aKRBRm/CheckFunctionExists.c
Linking C executable cmTC_0f4ef
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0f4ef.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_ctime64_s  -fno-builtin CMakeFiles/cmTC_0f4ef.dir/CheckFunctionExists.c.o -o cmTC_0f4ef 
CMakeFiles/cmTC_0f4ef.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_0f4ef] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-aKRBRm'
gmake: *** [cmTC_0f4ef/fast] Error 2



Determining if the function _fseeki64 exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-queJXp

Run Build Command(s):/bin/gmake -f Makefile cmTC_e566a/fast && gmake  -f CMakeFiles/cmTC_e566a.dir/build.make CMakeFiles/cmTC_e566a.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-queJXp'
Building C object CMakeFiles/cmTC_e566a.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_fseeki64  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_e566a.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-queJXp/CheckFunctionExists.c
Linking C executable cmTC_e566a
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e566a.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_fseeki64  -fno-builtin CMakeFiles/cmTC_e566a.dir/CheckFunctionExists.c.o -o cmTC_e566a 
CMakeFiles/cmTC_e566a.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_e566a] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-queJXp'
gmake: *** [cmTC_e566a/fast] Error 2



Determining if the function _get_timezone exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-MOz2kt

Run Build Command(s):/bin/gmake -f Makefile cmTC_0d286/fast && gmake  -f CMakeFiles/cmTC_0d286.dir/build.make CMakeFiles/cmTC_0d286.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-MOz2kt'
Building C object CMakeFiles/cmTC_0d286.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_get_timezone  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_0d286.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-MOz2kt/CheckFunctionExists.c
Linking C executable cmTC_0d286
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0d286.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_get_timezone  -fno-builtin CMakeFiles/cmTC_0d286.dir/CheckFunctionExists.c.o -o cmTC_0d286 
CMakeFiles/cmTC_0d286.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_0d286] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-MOz2kt'
gmake: *** [cmTC_0d286/fast] Error 2



Determining if the function _gmtime64_s exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GYw5Yw

Run Build Command(s):/bin/gmake -f Makefile cmTC_87a20/fast && gmake  -f CMakeFiles/cmTC_87a20.dir/build.make CMakeFiles/cmTC_87a20.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GYw5Yw'
Building C object CMakeFiles/cmTC_87a20.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_87a20.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GYw5Yw/CheckFunctionExists.c
Linking C executable cmTC_87a20
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_87a20.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_gmtime64_s  -fno-builtin CMakeFiles/cmTC_87a20.dir/CheckFunctionExists.c.o -o cmTC_87a20 
CMakeFiles/cmTC_87a20.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_87a20] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-GYw5Yw'
gmake: *** [cmTC_87a20/fast] Error 2



Determining if the function _localtime64_s exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uO3mWA

Run Build Command(s):/bin/gmake -f Makefile cmTC_3f6d4/fast && gmake  -f CMakeFiles/cmTC_3f6d4.dir/build.make CMakeFiles/cmTC_3f6d4.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uO3mWA'
Building C object CMakeFiles/cmTC_3f6d4.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_localtime64_s  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_3f6d4.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uO3mWA/CheckFunctionExists.c
Linking C executable cmTC_3f6d4
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_3f6d4.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_localtime64_s  -fno-builtin CMakeFiles/cmTC_3f6d4.dir/CheckFunctionExists.c.o -o cmTC_3f6d4 
CMakeFiles/cmTC_3f6d4.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_3f6d4] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-uO3mWA'
gmake: *** [cmTC_3f6d4/fast] Error 2



Determining if the function _mkgmtime64 exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-tVXx9E

Run Build Command(s):/bin/gmake -f Makefile cmTC_d79b4/fast && gmake  -f CMakeFiles/cmTC_d79b4.dir/build.make CMakeFiles/cmTC_d79b4.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-tVXx9E'
Building C object CMakeFiles/cmTC_d79b4.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_d79b4.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-tVXx9E/CheckFunctionExists.c
Linking C executable cmTC_d79b4
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_d79b4.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64  -fno-builtin CMakeFiles/cmTC_d79b4.dir/CheckFunctionExists.c.o -o cmTC_d79b4 
CMakeFiles/cmTC_d79b4.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_d79b4] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-tVXx9E'
gmake: *** [cmTC_d79b4/fast] Error 2



Determining if the function cygwin_conv_path exists failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ZpQvwJ

Run Build Command(s):/bin/gmake -f Makefile cmTC_a0a16/fast && gmake  -f CMakeFiles/cmTC_a0a16.dir/build.make CMakeFiles/cmTC_a0a16.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ZpQvwJ'
Building C object CMakeFiles/cmTC_a0a16.dir/CheckFunctionExists.c.o
/bin/gcc   -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path  -fno-builtin    -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_a0a16.dir/CheckFunctionExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ZpQvwJ/CheckFunctionExists.c
Linking C executable cmTC_a0a16
/usr/src/cmake-3.25.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a0a16.dir/link.txt --verbose=1
/bin/gcc  -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path  -fno-builtin CMakeFiles/cmTC_a0a16.dir/CheckFunctionExists.c.o -o cmTC_a0a16 
CMakeFiles/cmTC_a0a16.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_a0a16] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ZpQvwJ'
gmake: *** [cmTC_a0a16/fast] Error 2



Performing C SOURCE FILE Test HAVE_STRUCT_VFSCONF failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd

Run Build Command(s):/bin/gmake -f Makefile cmTC_d1216/fast && gmake  -f CMakeFiles/cmTC_d1216.dir/build.make CMakeFiles/cmTC_d1216.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd'
Building C object CMakeFiles/cmTC_d1216.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_VFSCONF  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_d1216.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd/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_d1216.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-1FTMhd'
gmake: *** [cmTC_d1216/fast] Error 2


Source file was:
#include <sys/types.h>
#include <sys/mount.h>
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.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi

Run Build Command(s):/bin/gmake -f Makefile cmTC_9e1a4/fast && gmake  -f CMakeFiles/cmTC_9e1a4.dir/build.make CMakeFiles/cmTC_9e1a4.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi'
Building C object CMakeFiles/cmTC_9e1a4.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_XVFSCONF  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_9e1a4.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi/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_9e1a4.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-YyZrLi'
gmake: *** [cmTC_9e1a4/fast] Error 2


Source file was:
#include <sys/types.h>
#include <sys/mount.h>
int main(void) { struct xvfsconf v; return sizeof(v);}

Performing C SOURCE FILE Test HAVE_STRUCT_STATFS failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo

Run Build Command(s):/bin/gmake -f Makefile cmTC_56286/fast && gmake  -f CMakeFiles/cmTC_56286.dir/build.make CMakeFiles/cmTC_56286.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo'
Building C object CMakeFiles/cmTC_56286.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STATFS  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_56286.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo/src.c:3:32: error: storage size of ‘s’ isn’t known
 int main(void) { struct statfs s; return sizeof(s);}
                                ^
gmake[1]: *** [CMakeFiles/cmTC_56286.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-H3iGlo'
gmake: *** [cmTC_56286/fast] Error 2


Source file was:
#include <sys/types.h>
#include <sys/mount.h>
int main(void) { struct statfs s; return sizeof(s);}

Performing C SOURCE FILE Test HAVE_READLINKAT failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF

Run Build Command(s):/bin/gmake -f Makefile cmTC_67d0b/fast && gmake  -f CMakeFiles/cmTC_67d0b.dir/build.make CMakeFiles/cmTC_67d0b.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF'
Building C object CMakeFiles/cmTC_67d0b.dir/src.c.o
/bin/gcc -DHAVE_READLINKAT  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_67d0b.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF/src.c:3:45: error: ‘AT_FDCWD’ undeclared (first use in this function)
 int main() {char buf[10]; return readlinkat(AT_FDCWD, "", buf, 0);}
                                             ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF/src.c:3:45: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_67d0b.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-IdY8VF'
gmake: *** [cmTC_67d0b/fast] Error 2


Source file was:
#include <fcntl.h>
#include <unistd.h>
int main() {char buf[10]; return readlinkat(AT_FDCWD, "", buf, 0);}

Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-6rrG4L

Run Build Command(s):/bin/gmake -f Makefile cmTC_48b12/fast && gmake  -f CMakeFiles/cmTC_48b12.dir/build.make CMakeFiles/cmTC_48b12.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-6rrG4L'
Building C object CMakeFiles/cmTC_48b12.dir/src.c.o
/bin/gcc -DMAJOR_IN_MKDEV  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_48b12.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-6rrG4L/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-6rrG4L/src.c:1:23: fatal error: sys/mkdev.h: No such file or directory
 #include <sys/mkdev.h>
                       ^
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_48b12.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-6rrG4L'
gmake: *** [cmTC_48b12/fast] Error 2


Source file was:
#include <sys/mkdev.h>
int main() { return major(256); }

Determining if the EFTYPE exist failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY

Run Build Command(s):/bin/gmake -f Makefile cmTC_39ead/fast && gmake  -f CMakeFiles/cmTC_39ead.dir/build.make CMakeFiles/cmTC_39ead.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY'
Building C object CMakeFiles/cmTC_39ead.dir/CheckSymbolExists.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_39ead.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY/CheckSymbolExists.c:8:19: error: ‘EFTYPE’ undeclared (first use in this function)
   return ((int*)(&EFTYPE))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_39ead.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Zqv1NY'
gmake: *** [cmTC_39ead/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <errno.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b

Run Build Command(s):/bin/gmake -f Makefile cmTC_850d9/fast && gmake  -f CMakeFiles/cmTC_850d9.dir/build.make CMakeFiles/cmTC_850d9.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b'
Building C object CMakeFiles/cmTC_850d9.dir/CheckSymbolExists.c.o
/bin/gcc   -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_850d9.dir/CheckSymbolExists.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b/CheckSymbolExists.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b/CheckSymbolExists.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b/CheckSymbolExists.c:8:19: error: ‘D_MD_ORDER’ undeclared (first use in this function)
   return ((int*)(&D_MD_ORDER))[argc];
                   ^
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_850d9.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Nli14b'
gmake: *** [cmTC_850d9/fast] Error 2


File CheckSymbolExists.c:
/* */
#include <langinfo.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp

Run Build Command(s):/bin/gmake -f Makefile cmTC_88ce1/fast && gmake  -f CMakeFiles/cmTC_88ce1.dir/build.make CMakeFiles/cmTC_88ce1.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp'
Building C object CMakeFiles/cmTC_88ce1.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_TM___TM_GMTOFF  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_88ce1.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp/src.c:6:32: error: ‘struct tm’ has no member named ‘__tm_gmtoff’
   (void)sizeof(((struct tm *)0)->__tm_gmtoff);
                                ^
gmake[1]: *** [CMakeFiles/cmTC_88ce1.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-CHwaTp'
gmake: *** [cmTC_88ce1/fast] Error 2


Source file was:

#include <time.h>

int main()
{
  (void)sizeof(((struct tm *)0)->__tm_gmtoff);
  return 0;
}


Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIME failed with the following output:
Change Dir: /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w

Run Build Command(s):/bin/gmake -f Makefile cmTC_4e609/fast && gmake  -f CMakeFiles/cmTC_4e609.dir/build.make CMakeFiles/cmTC_4e609.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w'
Building C object CMakeFiles/cmTC_4e609.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIME  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_4e609.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w/src.c:7:34: error: ‘struct stat’ has no member named ‘st_birthtime’
   (void)sizeof(((struct stat *)0)->st_birthtime);
                                  ^
gmake[1]: *** [CMakeFiles/cmTC_4e609.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-3iPF0w'
gmake: *** [cmTC_4e609/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE

Run Build Command(s):/bin/gmake -f Makefile cmTC_9c05c/fast && gmake  -f CMakeFiles/cmTC_9c05c.dir/build.make CMakeFiles/cmTC_9c05c.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE'
Building C object CMakeFiles/cmTC_9c05c.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_9c05c.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE/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_9c05c.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-zNrOeE'
gmake: *** [cmTC_9c05c/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL

Run Build Command(s):/bin/gmake -f Makefile cmTC_a0325/fast && gmake  -f CMakeFiles/cmTC_a0325.dir/build.make CMakeFiles/cmTC_a0325.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL'
Building C object CMakeFiles/cmTC_a0325.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_a0325.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL/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_a0325.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-jmFJzL'
gmake: *** [cmTC_a0325/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0

Run Build Command(s):/bin/gmake -f Makefile cmTC_97863/fast && gmake  -f CMakeFiles/cmTC_97863.dir/build.make CMakeFiles/cmTC_97863.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0'
Building C object CMakeFiles/cmTC_97863.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_N  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_97863.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0/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_97863.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-KvrND0'
gmake: *** [cmTC_97863/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8

Run Build Command(s):/bin/gmake -f Makefile cmTC_71fac/fast && gmake  -f CMakeFiles/cmTC_71fac.dir/build.make CMakeFiles/cmTC_71fac.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8'
Building C object CMakeFiles/cmTC_71fac.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_UMTIME  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_71fac.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8/src.c:7:34: error: ‘struct stat’ has no member named ‘st_umtime’
   (void)sizeof(((struct stat *)0)->st_umtime);
                                  ^
gmake[1]: *** [CMakeFiles/cmTC_71fac.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-ckuKm8'
gmake: *** [cmTC_71fac/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg

Run Build Command(s):/bin/gmake -f Makefile cmTC_4b6f6/fast && gmake  -f CMakeFiles/cmTC_4b6f6.dir/build.make CMakeFiles/cmTC_4b6f6.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg'
Building C object CMakeFiles/cmTC_4b6f6.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIME_USEC  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_4b6f6.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg/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_4b6f6.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-fruKcg'
gmake: *** [cmTC_4b6f6/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw

Run Build Command(s):/bin/gmake -f Makefile cmTC_491b3/fast && gmake  -f CMakeFiles/cmTC_491b3.dir/build.make CMakeFiles/cmTC_491b3.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw'
Building C object CMakeFiles/cmTC_491b3.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STAT_ST_FLAGS  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_491b3.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw/src.c:7:34: error: ‘struct stat’ has no member named ‘st_flags’
   (void)sizeof(((struct stat *)0)->st_flags);
                                  ^
gmake[1]: *** [CMakeFiles/cmTC_491b3.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-Wm0Vgw'
gmake: *** [cmTC_491b3/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/stat.h>

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.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE

Run Build Command(s):/bin/gmake -f Makefile cmTC_51f27/fast && gmake  -f CMakeFiles/cmTC_51f27.dir/build.make CMakeFiles/cmTC_51f27.dir/build
gmake[1]: Entering directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE'
Building C object CMakeFiles/cmTC_51f27.dir/src.c.o
/bin/gcc -DHAVE_STRUCT_STATVFS_F_IOSIZE  -w     -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -std=gnu99 -o CMakeFiles/cmTC_51f27.dir/src.c.o -c /usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE/src.c
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE/src.c: In function ‘main’:
/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE/src.c:7:37: error: ‘struct statvfs’ has no member named ‘f_iosize’
   (void)sizeof(((struct statvfs *)0)->f_iosize);
                                     ^
gmake[1]: *** [CMakeFiles/cmTC_51f27.dir/src.c.o] Error 1
gmake[1]: Leaving directory `/usr/src/cmake-3.25.0/CMakeFiles/CMakeScratch/TryCompile-8Y63uE'
gmake: *** [cmTC_51f27/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/statvfs.h>

int main()
{
  (void)sizeof(((struct statvfs *)0)->f_iosize);
  return 0;
}


Looking for a Fortran compiler failed with the following output:
-- The Fortran compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_Fortran_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
  path to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/usr/src/cmake-3.25.0/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log".
See also "/usr/src/cmake-3.25.0/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".


Zerion Mini 1.0