Determining if the function floor exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_271ac/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_271ac.dir/build.make CMakeFiles/cmTC_271ac.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_271ac.dir/CheckFunctionExists.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_271ac.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function 'floor'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
/usr/share/cmake-3.22/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
    7 |   CHECK_FUNCTION_EXISTS(void);
      |   ^~~~~~~~~~~~~~~~~~~~~
/usr/share/cmake-3.22/Modules/CheckFunctionExists.c:1:1: note: 'floor' is declared in header '<math.h>'
  +++ |+#include <math.h>
    1 | #ifdef CHECK_FUNCTION_EXISTS
Linking C executable cmTC_271ac
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_271ac.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=floor -rdynamic CMakeFiles/cmTC_271ac.dir/CheckFunctionExists.c.o -o cmTC_271ac 
/usr/bin/ld: CMakeFiles/cmTC_271ac.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `floor'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_271ac.dir/build.make:99: cmTC_271ac] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_271ac/fast] Error 2



Determining if the function crypt exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_277b8/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_277b8.dir/build.make CMakeFiles/cmTC_277b8.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_277b8.dir/CheckFunctionExists.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_277b8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_277b8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_277b8.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=crypt -rdynamic CMakeFiles/cmTC_277b8.dir/CheckFunctionExists.c.o -o cmTC_277b8 
/usr/bin/ld: CMakeFiles/cmTC_277b8.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_277b8.dir/build.make:99: cmTC_277b8] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_277b8/fast] Error 2



Determining if files ieeefp.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4750f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4750f.dir/build.make CMakeFiles/cmTC_4750f.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4750f.dir/HAVE_IEEEFP_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_4750f.dir/HAVE_IEEEFP_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c:2:10: fatal error: ieeefp.h: No such file or directory
    2 | #include <ieeefp.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_4750f.dir/build.make:78: CMakeFiles/cmTC_4750f.dir/HAVE_IEEEFP_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4750f/fast] Error 2


Source:
/* */
#include <ieeefp.h>


int main(void){return 0;}

Determining if files ndir.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6fb33/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_6fb33.dir/build.make CMakeFiles/cmTC_6fb33.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6fb33.dir/HAVE_NDIR_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_6fb33.dir/HAVE_NDIR_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_NDIR_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_NDIR_H.c:2:10: fatal error: ndir.h: No such file or directory
    2 | #include <ndir.h>
      |          ^~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_6fb33.dir/build.make:78: CMakeFiles/cmTC_6fb33.dir/HAVE_NDIR_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_6fb33/fast] Error 2


Source:
/* */
#include <ndir.h>


int main(void){return 0;}

Determining if files select.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eca78/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_eca78.dir/build.make CMakeFiles/cmTC_eca78.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eca78.dir/HAVE_SELECT_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_eca78.dir/HAVE_SELECT_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SELECT_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SELECT_H.c:2:10: fatal error: select.h: No such file or directory
    2 | #include <select.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_eca78.dir/build.make:78: CMakeFiles/cmTC_eca78.dir/HAVE_SELECT_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_eca78/fast] Error 2


Source:
/* */
#include <select.h>


int main(void){return 0;}

Determining if files sys/types.h;sys/event.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8f5a5/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8f5a5.dir/build.make CMakeFiles/cmTC_8f5a5.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8f5a5.dir/HAVE_SYS_EVENT_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_8f5a5.dir/HAVE_SYS_EVENT_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c:3:10: fatal error: sys/event.h: No such file or directory
    3 | #include <sys/event.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_8f5a5.dir/build.make:78: CMakeFiles/cmTC_8f5a5.dir/HAVE_SYS_EVENT_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_8f5a5/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/ndir.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_dbbdc/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_dbbdc.dir/build.make CMakeFiles/cmTC_dbbdc.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dbbdc.dir/HAVE_SYS_NDIR_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_dbbdc.dir/HAVE_SYS_NDIR_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_NDIR_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_NDIR_H.c:2:10: fatal error: sys/ndir.h: No such file or directory
    2 | #include <sys/ndir.h>
      |          ^~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_dbbdc.dir/build.make:78: CMakeFiles/cmTC_dbbdc.dir/HAVE_SYS_NDIR_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_dbbdc/fast] Error 2


Source:
/* */
#include <sys/ndir.h>


int main(void){return 0;}

Determining if files sys/pte.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5b31b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5b31b.dir/build.make CMakeFiles/cmTC_5b31b.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5b31b.dir/HAVE_SYS_PTE_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_5b31b.dir/HAVE_SYS_PTE_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTE_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTE_H.c:2:10: fatal error: sys/pte.h: No such file or directory
    2 | #include <sys/pte.h>
      |          ^~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_5b31b.dir/build.make:78: CMakeFiles/cmTC_5b31b.dir/HAVE_SYS_PTE_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5b31b/fast] Error 2


Source:
/* */
#include <sys/pte.h>


int main(void){return 0;}

Determining if files synch.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c3e01/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c3e01.dir/build.make CMakeFiles/cmTC_c3e01.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c3e01.dir/HAVE_SYNCH_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_c3e01.dir/HAVE_SYNCH_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYNCH_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYNCH_H.c:2:10: fatal error: synch.h: No such file or directory
    2 | #include <synch.h>
      |          ^~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_c3e01.dir/build.make:78: CMakeFiles/cmTC_c3e01.dir/HAVE_SYNCH_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c3e01/fast] Error 2


Source:
/* */
#include <synch.h>


int main(void){return 0;}

Determining if files sysent.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f9d72/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f9d72.dir/build.make CMakeFiles/cmTC_f9d72.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f9d72.dir/HAVE_SYSENT_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_f9d72.dir/HAVE_SYSENT_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYSENT_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYSENT_H.c:2:10: fatal error: sysent.h: No such file or directory
    2 | #include <sysent.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_f9d72.dir/build.make:78: CMakeFiles/cmTC_f9d72.dir/HAVE_SYSENT_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f9d72/fast] Error 2


Source:
/* */
#include <sysent.h>


int main(void){return 0;}

Determining if files sys/fpu.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a3d52/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a3d52.dir/build.make CMakeFiles/cmTC_a3d52.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a3d52.dir/HAVE_SYS_FPU_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_a3d52.dir/HAVE_SYS_FPU_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FPU_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FPU_H.c:2:10: fatal error: sys/fpu.h: No such file or directory
    2 | #include <sys/fpu.h>
      |          ^~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a3d52.dir/build.make:78: CMakeFiles/cmTC_a3d52.dir/HAVE_SYS_FPU_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a3d52/fast] Error 2


Source:
/* */
#include <sys/fpu.h>


int main(void){return 0;}

Determining if files sys/types.h;sys/malloc.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6acef/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_6acef.dir/build.make CMakeFiles/cmTC_6acef.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6acef.dir/HAVE_SYS_MALLOC_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_6acef.dir/HAVE_SYS_MALLOC_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MALLOC_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MALLOC_H.c:3:10: fatal error: sys/malloc.h: No such file or directory
    3 | #include <sys/malloc.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_6acef.dir/build.make:78: CMakeFiles/cmTC_6acef.dir/HAVE_SYS_MALLOC_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_6acef/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/stream.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_62b15/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_62b15.dir/build.make CMakeFiles/cmTC_62b15.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_62b15.dir/HAVE_SYS_STREAM_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_62b15.dir/HAVE_SYS_STREAM_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STREAM_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STREAM_H.c:2:10: fatal error: sys/stream.h: No such file or directory
    2 | #include <sys/stream.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_62b15.dir/build.make:78: CMakeFiles/cmTC_62b15.dir/HAVE_SYS_STREAM_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_62b15/fast] Error 2


Source:
/* */
#include <sys/stream.h>


int main(void){return 0;}

Determining if files termbits.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_035e5/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_035e5.dir/build.make CMakeFiles/cmTC_035e5.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_035e5.dir/HAVE_TERMBITS_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_035e5.dir/HAVE_TERMBITS_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_TERMBITS_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_TERMBITS_H.c:2:10: fatal error: termbits.h: No such file or directory
    2 | #include <termbits.h>
      |          ^~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_035e5.dir/build.make:78: CMakeFiles/cmTC_035e5.dir/HAVE_TERMBITS_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_035e5/fast] Error 2


Source:
/* */
#include <termbits.h>


int main(void){return 0;}

Determining if files termcap.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_26d5d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_26d5d.dir/build.make CMakeFiles/cmTC_26d5d.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_26d5d.dir/HAVE_TERMCAP_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_26d5d.dir/HAVE_TERMCAP_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_TERMCAP_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_TERMCAP_H.c:2:10: fatal error: termcap.h: No such file or directory
    2 | #include <termcap.h>
      |          ^~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_26d5d.dir/build.make:78: CMakeFiles/cmTC_26d5d.dir/HAVE_TERMCAP_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_26d5d/fast] Error 2


Source:
/* */
#include <termcap.h>


int main(void){return 0;}

Determining if files varargs.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_25e5a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_25e5a.dir/build.make CMakeFiles/cmTC_25e5a.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_25e5a.dir/HAVE_VARARGS_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_25e5a.dir/HAVE_VARARGS_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_VARARGS_H.c
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_VARARGS_H.c:2:
/usr/lib/gcc/x86_64-linux-gnu/11/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/x86_64-linux-gnu/11/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
gmake[1]: *** [CMakeFiles/cmTC_25e5a.dir/build.make:78: CMakeFiles/cmTC_25e5a.dir/HAVE_VARARGS_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_25e5a/fast] Error 2


Source:
/* */
#include <varargs.h>


int main(void){return 0;}

Determining if files sys/utime.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1f825/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1f825.dir/build.make CMakeFiles/cmTC_1f825.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1f825.dir/HAVE_SYS_UTIME_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_1f825.dir/HAVE_SYS_UTIME_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:2:10: fatal error: sys/utime.h: No such file or directory
    2 | #include <sys/utime.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_1f825.dir/build.make:78: CMakeFiles/cmTC_1f825.dir/HAVE_SYS_UTIME_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1f825/fast] Error 2


Source:
/* */
#include <sys/utime.h>


int main(void){return 0;}

Determining if files sys/vadvise.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_579a8/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_579a8.dir/build.make CMakeFiles/cmTC_579a8.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_579a8.dir/HAVE_SYS_VADVISE_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_579a8.dir/HAVE_SYS_VADVISE_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_VADVISE_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_VADVISE_H.c:2:10: fatal error: sys/vadvise.h: No such file or directory
    2 | #include <sys/vadvise.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_579a8.dir/build.make:78: CMakeFiles/cmTC_579a8.dir/HAVE_SYS_VADVISE_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_579a8/fast] Error 2


Source:
/* */
#include <sys/vadvise.h>


int main(void){return 0;}

Determining if files sys/sockio.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_21905/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_21905.dir/build.make CMakeFiles/cmTC_21905.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_21905.dir/HAVE_SYS_SOCKIO_H.c.o
/usr/bin/cc -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_21905.dir/HAVE_SYS_SOCKIO_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:2:10: fatal error: sys/sockio.h: No such file or directory
    2 | #include <sys/sockio.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_21905.dir/build.make:78: CMakeFiles/cmTC_21905.dir/HAVE_SYS_SOCKIO_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_21905/fast] Error 2


Source:
/* */
#include <sys/sockio.h>


int main(void){return 0;}

Determining if files bfd.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eb76e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_eb76e.dir/build.make CMakeFiles/cmTC_eb76e.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eb76e.dir/BFD_H_EXISTS.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_eb76e.dir/BFD_H_EXISTS.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/BFD_H_EXISTS.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/BFD_H_EXISTS.c:2:10: fatal error: bfd.h: No such file or directory
    2 | #include <bfd.h>
      |          ^~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_eb76e.dir/build.make:78: CMakeFiles/cmTC_eb76e.dir/BFD_H_EXISTS.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_eb76e/fast] Error 2


Source:
/* */
#include <bfd.h>


int main(void){return 0;}

Determining if files sys/ptem.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a620d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a620d.dir/build.make CMakeFiles/cmTC_a620d.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a620d.dir/HAVE_SYS_PTEM_H.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_a620d.dir/HAVE_SYS_PTEM_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTEM_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTEM_H.c:2:10: fatal error: sys/ptem.h: No such file or directory
    2 | #include <sys/ptem.h>
      |          ^~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a620d.dir/build.make:78: CMakeFiles/cmTC_a620d.dir/HAVE_SYS_PTEM_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a620d/fast] Error 2


Source:
/* */
#include <sys/ptem.h>


int main(void){return 0;}

Determining if the function printstack exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_370f2/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_370f2.dir/build.make CMakeFiles/cmTC_370f2.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_370f2.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTC_370f2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_370f2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_370f2.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=printstack -rdynamic CMakeFiles/cmTC_370f2.dir/CheckFunctionExists.c.o -o cmTC_370f2  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_370f2.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `printstack'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_370f2.dir/build.make:99: cmTC_370f2] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_370f2/fast] Error 2



Determining if the function bfill exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a07a6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a07a6.dir/build.make CMakeFiles/cmTC_a07a6.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a07a6.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=bfill -o CMakeFiles/cmTC_a07a6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_a07a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a07a6.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=bfill -rdynamic CMakeFiles/cmTC_a07a6.dir/CheckFunctionExists.c.o -o cmTC_a07a6  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_a07a6.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `bfill'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_a07a6.dir/build.make:99: cmTC_a07a6] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a07a6/fast] Error 2



Determining if the function compress exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0f034/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0f034.dir/build.make CMakeFiles/cmTC_0f034.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0f034.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTC_0f034.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_0f034
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f034.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=compress -rdynamic CMakeFiles/cmTC_0f034.dir/CheckFunctionExists.c.o -o cmTC_0f034  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_0f034.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `compress'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_0f034.dir/build.make:99: cmTC_0f034] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0f034/fast] Error 2



Determining if the function gethrtime exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ba647/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_ba647.dir/build.make CMakeFiles/cmTC_ba647.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ba647.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTC_ba647.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_ba647
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba647.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=gethrtime -rdynamic CMakeFiles/cmTC_ba647.dir/CheckFunctionExists.c.o -o cmTC_ba647  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_ba647.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `gethrtime'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_ba647.dir/build.make:99: cmTC_ba647] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_ba647/fast] Error 2



Determining if the function getpassphrase exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6e7d8/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_6e7d8.dir/build.make CMakeFiles/cmTC_6e7d8.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6e7d8.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTC_6e7d8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_6e7d8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e7d8.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=getpassphrase -rdynamic CMakeFiles/cmTC_6e7d8.dir/CheckFunctionExists.c.o -o cmTC_6e7d8  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_6e7d8.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `getpassphrase'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_6e7d8.dir/build.make:99: cmTC_6e7d8] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_6e7d8/fast] Error 2



Determining if the function malloc_zone_statistics exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_89479/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_89479.dir/build.make CMakeFiles/cmTC_89479.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_89479.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=malloc_zone_statistics -o CMakeFiles/cmTC_89479.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_89479
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89479.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=malloc_zone_statistics -rdynamic CMakeFiles/cmTC_89479.dir/CheckFunctionExists.c.o -o cmTC_89479  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_89479.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `malloc_zone_statistics'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_89479.dir/build.make:99: cmTC_89479] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_89479/fast] Error 2



Determining if the function pthread_attr_create exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_29207/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_29207.dir/build.make CMakeFiles/cmTC_29207.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_29207.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTC_29207.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_29207
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29207.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_attr_create -rdynamic CMakeFiles/cmTC_29207.dir/CheckFunctionExists.c.o -o cmTC_29207  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_29207.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `pthread_attr_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_29207.dir/build.make:99: cmTC_29207] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_29207/fast] Error 2



Determining if the function pthread_condattr_create exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3001b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_3001b.dir/build.make CMakeFiles/cmTC_3001b.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3001b.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTC_3001b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_3001b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3001b.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -rdynamic CMakeFiles/cmTC_3001b.dir/CheckFunctionExists.c.o -o cmTC_3001b  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_3001b.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `pthread_condattr_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_3001b.dir/build.make:99: cmTC_3001b] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_3001b/fast] Error 2



Determining if the function pthread_yield_np exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_57ce7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_57ce7.dir/build.make CMakeFiles/cmTC_57ce7.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_57ce7.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_yield_np -o CMakeFiles/cmTC_57ce7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_57ce7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57ce7.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_yield_np -rdynamic CMakeFiles/cmTC_57ce7.dir/CheckFunctionExists.c.o -o cmTC_57ce7  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_57ce7.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `pthread_yield_np'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_57ce7.dir/build.make:99: cmTC_57ce7] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_57ce7/fast] Error 2



Determining if the function rwlock_init exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_698f6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_698f6.dir/build.make CMakeFiles/cmTC_698f6.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_698f6.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTC_698f6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_698f6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_698f6.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=rwlock_init -rdynamic CMakeFiles/cmTC_698f6.dir/CheckFunctionExists.c.o -o cmTC_698f6  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_698f6.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `rwlock_init'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_698f6.dir/build.make:99: cmTC_698f6] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_698f6/fast] Error 2



Determining if the function sigthreadmask exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c3b74/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c3b74.dir/build.make CMakeFiles/cmTC_c3b74.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c3b74.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTC_c3b74.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_c3b74
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3b74.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=sigthreadmask -rdynamic CMakeFiles/cmTC_c3b74.dir/CheckFunctionExists.c.o -o cmTC_c3b74  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_c3b74.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `sigthreadmask'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_c3b74.dir/build.make:99: cmTC_c3b74] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c3b74/fast] Error 2



Determining if the function tell exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_78d3d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_78d3d.dir/build.make CMakeFiles/cmTC_78d3d.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_78d3d.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTC_78d3d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_78d3d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78d3d.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=tell -rdynamic CMakeFiles/cmTC_78d3d.dir/CheckFunctionExists.c.o -o cmTC_78d3d  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_78d3d.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `tell'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_78d3d.dir/build.make:99: cmTC_78d3d] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_78d3d/fast] Error 2



Determining if the function thr_setconcurrency exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_32a3c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_32a3c.dir/build.make CMakeFiles/cmTC_32a3c.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_32a3c.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTC_32a3c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_32a3c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32a3c.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -rdynamic CMakeFiles/cmTC_32a3c.dir/CheckFunctionExists.c.o -o cmTC_32a3c  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_32a3c.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `thr_setconcurrency'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_32a3c.dir/build.make:99: cmTC_32a3c] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_32a3c/fast] Error 2



Determining if the function thr_yield exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_30429/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_30429.dir/build.make CMakeFiles/cmTC_30429.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_30429.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTC_30429.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_30429
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30429.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=thr_yield -rdynamic CMakeFiles/cmTC_30429.dir/CheckFunctionExists.c.o -o cmTC_30429  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_30429.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `thr_yield'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_30429.dir/build.make:99: cmTC_30429] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_30429/fast] Error 2



Performing C++ SOURCE FILE Test HAVE_READDIR_R failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_00b8c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_00b8c.dir/build.make CMakeFiles/cmTC_00b8c.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_00b8c.dir/src.cxx.o
/usr/bin/c++ -DHAVE_READDIR_R -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Werror -o CMakeFiles/cmTC_00b8c.dir/src.cxx.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:3:12: error: argument 1 null where non-null expected [-Werror=nonnull]
    3 |   readdir_r(0,0,0);
      |   ~~~~~~~~~^~~~~~~
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:1:
/usr/include/dirent.h:183:12: note: in a call to function 'int readdir_r(DIR*, dirent*, dirent**)' declared 'nonnull'
  183 | extern int readdir_r (DIR *__restrict __dirp,
      |            ^~~~~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:3:12: error: argument 2 null where non-null expected [-Werror=nonnull]
    3 |   readdir_r(0,0,0);
      |   ~~~~~~~~~^~~~~~~
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:1:
/usr/include/dirent.h:183:12: note: in a call to function 'int readdir_r(DIR*, dirent*, dirent**)' declared 'nonnull'
  183 | extern int readdir_r (DIR *__restrict __dirp,
      |            ^~~~~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:3:12: error: argument 3 null where non-null expected [-Werror=nonnull]
    3 |   readdir_r(0,0,0);
      |   ~~~~~~~~~^~~~~~~
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:1:
/usr/include/dirent.h:183:12: note: in a call to function 'int readdir_r(DIR*, dirent*, dirent**)' declared 'nonnull'
  183 | extern int readdir_r (DIR *__restrict __dirp,
      |            ^~~~~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:3:12: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Werror=deprecated-declarations]
    3 |   readdir_r(0,0,0);
      |   ~~~~~~~~~^~~~~~~
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:1:
/usr/include/dirent.h:183:12: note: declared here
  183 | extern int readdir_r (DIR *__restrict __dirp,
      |            ^~~~~~~~~
cc1plus: all warnings being treated as errors
gmake[1]: *** [CMakeFiles/cmTC_00b8c.dir/build.make:78: CMakeFiles/cmTC_00b8c.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_00b8c/fast] Error 2


Source file was:
#include  <dirent.h>
int main() {
  readdir_r(0,0,0);
  return 0;
  }
Determining if files ia64intrin.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6bb0a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_6bb0a.dir/build.make CMakeFiles/cmTC_6bb0a.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6bb0a.dir/HAVE_IA64INTRIN_H.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_6bb0a.dir/HAVE_IA64INTRIN_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_IA64INTRIN_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_IA64INTRIN_H.c:2:10: fatal error: ia64intrin.h: No such file or directory
    2 | #include <ia64intrin.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_6bb0a.dir/build.make:78: CMakeFiles/cmTC_6bb0a.dir/HAVE_IA64INTRIN_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_6bb0a/fast] Error 2


Source:
/* */
#include <ia64intrin.h>


int main(void){return 0;}

Determining if the function read_real_time exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_820ad/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_820ad.dir/build.make CMakeFiles/cmTC_820ad.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_820ad.dir/CheckFunctionExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTC_820ad.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_820ad
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_820ad.dir/link.txt --verbose=1
/usr/bin/cc  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=read_real_time -rdynamic CMakeFiles/cmTC_820ad.dir/CheckFunctionExists.c.o -o cmTC_820ad  -lm -lcrypt -ldl 
/usr/bin/ld: CMakeFiles/cmTC_820ad.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text+0x14): undefined reference to `read_real_time'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_820ad.dir/build.make:99: cmTC_820ad] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_820ad/fast] Error 2



Determining if the getpagesizes exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1b724/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1b724.dir/build.make CMakeFiles/cmTC_1b724.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1b724.dir/CheckSymbolExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_1b724.dir/CheckSymbolExists.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'getpagesizes' undeclared (first use in this function)
    8 |   return ((int*)(&getpagesizes))[argc];
      |                   ^~~~~~~~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_1b724.dir/build.make:78: CMakeFiles/cmTC_1b724.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1b724/fast] Error 2


File /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/mman.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef getpagesizes
  return ((int*)(&getpagesizes))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the TIOCSTAT exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_67373/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_67373.dir/build.make CMakeFiles/cmTC_67373.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_67373.dir/CheckSymbolExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_67373.dir/CheckSymbolExists.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'TIOCSTAT' undeclared (first use in this function); did you mean 'TIOCSTI'?
    8 |   return ((int*)(&TIOCSTAT))[argc];
      |                   ^~~~~~~~
      |                   TIOCSTI
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_67373.dir/build.make:78: CMakeFiles/cmTC_67373.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_67373/fast] Error 2


File /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/ioctl.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef TIOCSTAT
  return ((int*)(&TIOCSTAT))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the FIONREAD exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2fae6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_2fae6.dir/build.make CMakeFiles/cmTC_2fae6.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2fae6.dir/CheckSymbolExists.c.o
/usr/bin/cc -DPACKAGE=test -D_GNU_SOURCE=1  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_2fae6.dir/CheckSymbolExists.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: sys/filio.h: No such file or directory
    2 | #include <sys/filio.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_2fae6.dir/build.make:78: CMakeFiles/cmTC_2fae6.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_2fae6/fast] Error 2


File /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/filio.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef FIONREAD
  return ((int*)(&FIONREAD))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining size of uchar failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_77ae4/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_77ae4.dir/build.make CMakeFiles/cmTC_77ae4.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_77ae4.dir/SIZEOF_UCHAR.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_77ae4.dir/SIZEOF_UCHAR.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:29:22: error: 'uchar' undeclared here (not in a function); did you mean 'u_char'?
   29 | #define SIZE (sizeof(uchar))
      |                      ^~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_77ae4.dir/build.make:78: CMakeFiles/cmTC_77ae4.dir/SIZEOF_UCHAR.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_77ae4/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(uchar))
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;
}


Determining size of int8 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2c713/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_2c713.dir/build.make CMakeFiles/cmTC_2c713.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2c713.dir/SIZEOF_INT8.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_2c713.dir/SIZEOF_INT8.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:29:22: error: 'int8' undeclared here (not in a function); did you mean 'int'?
   29 | #define SIZE (sizeof(int8))
      |                      ^~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_2c713.dir/build.make:78: CMakeFiles/cmTC_2c713.dir/SIZEOF_INT8.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_2c713/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(int8))
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;
}


Determining size of uint8 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_24803/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_24803.dir/build.make CMakeFiles/cmTC_24803.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_24803.dir/SIZEOF_UINT8.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_24803.dir/SIZEOF_UINT8.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:29:22: error: 'uint8' undeclared here (not in a function); did you mean 'uint'?
   29 | #define SIZE (sizeof(uint8))
      |                      ^~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_24803.dir/build.make:78: CMakeFiles/cmTC_24803.dir/SIZEOF_UINT8.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_24803/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(uint8))
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;
}


Determining size of int16 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d76d4/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d76d4.dir/build.make CMakeFiles/cmTC_d76d4.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d76d4.dir/SIZEOF_INT16.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_d76d4.dir/SIZEOF_INT16.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:29:22: error: 'int16' undeclared here (not in a function); did you mean 'int16_t'?
   29 | #define SIZE (sizeof(int16))
      |                      ^~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_d76d4.dir/build.make:78: CMakeFiles/cmTC_d76d4.dir/SIZEOF_INT16.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d76d4/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(int16))
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;
}


Determining size of uint16 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3cc48/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_3cc48.dir/build.make CMakeFiles/cmTC_3cc48.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3cc48.dir/SIZEOF_UINT16.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_3cc48.dir/SIZEOF_UINT16.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:29:22: error: 'uint16' undeclared here (not in a function); did you mean 'uint16_t'?
   29 | #define SIZE (sizeof(uint16))
      |                      ^~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_3cc48.dir/build.make:78: CMakeFiles/cmTC_3cc48.dir/SIZEOF_UINT16.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_3cc48/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(uint16))
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;
}


Determining size of int32 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e676f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e676f.dir/build.make CMakeFiles/cmTC_e676f.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e676f.dir/SIZEOF_INT32.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_e676f.dir/SIZEOF_INT32.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:29:22: error: 'int32' undeclared here (not in a function); did you mean 'int32_t'?
   29 | #define SIZE (sizeof(int32))
      |                      ^~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_e676f.dir/build.make:78: CMakeFiles/cmTC_e676f.dir/SIZEOF_INT32.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e676f/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(int32))
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;
}


Determining size of uint32 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_71df3/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_71df3.dir/build.make CMakeFiles/cmTC_71df3.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_71df3.dir/SIZEOF_UINT32.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_71df3.dir/SIZEOF_UINT32.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:29:22: error: 'uint32' undeclared here (not in a function); did you mean 'uint32_t'?
   29 | #define SIZE (sizeof(uint32))
      |                      ^~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_71df3.dir/build.make:78: CMakeFiles/cmTC_71df3.dir/SIZEOF_UINT32.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_71df3/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(uint32))
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;
}


Determining size of int64 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bb7ac/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_bb7ac.dir/build.make CMakeFiles/cmTC_bb7ac.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bb7ac.dir/SIZEOF_INT64.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_bb7ac.dir/SIZEOF_INT64.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:29:22: error: 'int64' undeclared here (not in a function); did you mean 'int64_t'?
   29 | #define SIZE (sizeof(int64))
      |                      ^~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_bb7ac.dir/build.make:78: CMakeFiles/cmTC_bb7ac.dir/SIZEOF_INT64.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_bb7ac/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(int64))
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;
}


Determining size of uint64 failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a3940/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a3940.dir/build.make CMakeFiles/cmTC_a3940.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a3940.dir/SIZEOF_UINT64.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_a3940.dir/SIZEOF_UINT64.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:29:22: error: 'uint64' undeclared here (not in a function); did you mean 'uint64_t'?
   29 | #define SIZE (sizeof(uint64))
      |                      ^~~~~~
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:31:12: note: in expansion of macro 'SIZE'
   31 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_a3940.dir/build.make:78: CMakeFiles/cmTC_a3940.dir/SIZEOF_UINT64.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a3940/fast] Error 2


/own/tmp/mariadb-10.9.3/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.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(uint64))
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 C SOURCE FILE Test TIME_T_UNSIGNED failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9e0a0/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_9e0a0.dir/build.make CMakeFiles/cmTC_9e0a0.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9e0a0.dir/src.c.o
/usr/bin/cc -DPACKAGE=test -DTIME_T_UNSIGNED -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_9e0a0.dir/src.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:5:7: error: size of array 'array' is negative
    5 |   int array[(((time_t)-1) > 0) ? 1 : -1];
      |       ^~~~~
gmake[1]: *** [CMakeFiles/cmTC_9e0a0.dir/build.make:78: CMakeFiles/cmTC_9e0a0.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_9e0a0/fast] Error 2


Source file was:

#include <time.h>
int main()
{
  int array[(((time_t)-1) > 0) ? 1 : -1];
  return 0;
}
Performing C SOURCE FILE Test HAVE_TIMESPEC_TS_SEC failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_be692/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_be692.dir/build.make CMakeFiles/cmTC_be692.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_be692.dir/src.c.o
/usr/bin/cc -DHAVE_TIMESPEC_TS_SEC -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_be692.dir/src.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:7:11: error: 'struct timespec' has no member named 'ts_sec'; did you mean 'tv_sec'?
    7 |   abstime.ts_sec = time(NULL)+1;
      |           ^~~~~~
      |           tv_sec
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:8:11: error: 'struct timespec' has no member named 'ts_nsec'; did you mean 'tv_nsec'?
    8 |   abstime.ts_nsec = 0;
      |           ^~~~~~~
      |           tv_nsec
gmake[1]: *** [CMakeFiles/cmTC_be692.dir/build.make:78: CMakeFiles/cmTC_be692.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_be692/fast] Error 2


Source file was:

#include <pthread.h>

int main(int ac, char **av)
{
  struct timespec abstime;
  abstime.ts_sec = time(NULL)+1;
  abstime.ts_nsec = 0;
}

Performing C++ SOURCE FILE Test HAVE_SOLARIS_STYLE_GETHOST failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4e5b1/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4e5b1.dir/build.make CMakeFiles/cmTC_4e5b1.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4e5b1.dir/src.cxx.o
/usr/bin/c++ -DHAVE_SOLARIS_STYLE_GETHOST -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_4e5b1.dir/src.cxx.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:17:58: error: cannot convert 'int*' to 'hostent**'
   17 |           0, 0, (struct hostent *) 0, (char *) NULL,  0, (int *)0);
      |                                                          ^~~~~~~~
      |                                                          |
      |                                                          int*
In file included from /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.cxx:11:
/usr/include/netdb.h:174:57: note:   initializing argument 7 of 'int gethostbyaddr_r(const void*, __socklen_t, int, hostent*, char*, size_t, hostent**, int*)'
  174 |                             struct hostent **__restrict __result,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gmake[1]: *** [CMakeFiles/cmTC_4e5b1.dir/build.make:78: CMakeFiles/cmTC_4e5b1.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4e5b1/fast] Error 2


Source file was:

    #undef inline
    #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
    #define _REENTRANT
    #endif
    #include <pthread.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <arpa/inet.h>
    #include <netdb.h>
    int main()
    {

       struct hostent *foo =
       gethostbyaddr_r((const char *) 0,
          0, 0, (struct hostent *) 0, (char *) NULL,  0, (int *)0);
       return 0;
    }
  
Determining if files valgrind/memcheck.h;valgrind/valgrind.h exist failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_efcd1/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_efcd1.dir/build.make CMakeFiles/cmTC_efcd1.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_efcd1.dir/HAVE_VALGRIND_MEMCHECK_H.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_efcd1.dir/HAVE_VALGRIND_MEMCHECK_H.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_VALGRIND_MEMCHECK_H.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CheckIncludeFiles/HAVE_VALGRIND_MEMCHECK_H.c:2:10: fatal error: valgrind/memcheck.h: No such file or directory
    2 | #include <valgrind/memcheck.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_efcd1.dir/build.make:78: CMakeFiles/cmTC_efcd1.dir/HAVE_VALGRIND_MEMCHECK_H.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_efcd1/fast] Error 2


Source:
/* */
#include <valgrind/memcheck.h>
#include <valgrind/valgrind.h>


int main(void){return 0;}

Determining if the include file netinet/in6.h exists failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d8f67/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d8f67.dir/build.make CMakeFiles/cmTC_d8f67.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d8f67.dir/CheckIncludeFile.c.o
/usr/bin/cc -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_d8f67.dir/CheckIncludeFile.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: netinet/in6.h: No such file or directory
    1 | #include <netinet/in6.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_d8f67.dir/build.make:78: CMakeFiles/cmTC_d8f67.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d8f67/fast] Error 2



Performing C SOURCE FILE Test HAVE_SOCKADDR_IN_SIN_LEN failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1df83/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1df83.dir/build.make CMakeFiles/cmTC_1df83.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1df83.dir/src.c.o
/usr/bin/cc -DHAVE_SOCKADDR_IN_SIN_LEN -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_1df83.dir/src.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:8:41: error: 'struct sockaddr_in' has no member named 'sin_len'
    8 |   (void)sizeof(((struct sockaddr_in *)0)->sin_len);
      |                                         ^~
gmake[1]: *** [CMakeFiles/cmTC_1df83.dir/build.make:78: CMakeFiles/cmTC_1df83.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1df83/fast] Error 2


Source file was:

#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>

int main()
{
  (void)sizeof(((struct sockaddr_in *)0)->sin_len);
  return 0;
}

Performing C SOURCE FILE Test HAVE_SOCKADDR_IN6_SIN6_LEN failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94bce/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_94bce.dir/build.make CMakeFiles/cmTC_94bce.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_94bce.dir/src.c.o
/usr/bin/cc -DHAVE_SOCKADDR_IN6_SIN6_LEN -DPACKAGE=test -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_94bce.dir/src.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:8:42: error: 'struct sockaddr_in6' has no member named 'sin6_len'
    8 |   (void)sizeof(((struct sockaddr_in6 *)0)->sin6_len);
      |                                          ^~
gmake[1]: *** [CMakeFiles/cmTC_94bce.dir/build.make:78: CMakeFiles/cmTC_94bce.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_94bce/fast] Error 2


Source file was:

#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>

int main()
{
  (void)sizeof(((struct sockaddr_in6 *)0)->sin6_len);
  return 0;
}

Performing C SOURCE FILE Test STRUCT_DIRENT_HAS_D_NAMLEN failed with the following output:
Change Dir: /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_70d89/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_70d89.dir/build.make CMakeFiles/cmTC_70d89.dir/build
gmake[1]: Entering directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_70d89.dir/src.c.o
/usr/bin/cc -DPACKAGE=test -DSTRUCT_DIRENT_HAS_D_NAMLEN -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -pie -fPIC -fstack-protector --param=ssp-buffer-size=4  -o CMakeFiles/cmTC_70d89.dir/src.c.o -c /own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c: In function 'main':
/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp/src.c:6:38: error: 'struct dirent' has no member named 'd_namlen'; did you mean 'd_name'?
    6 |   (void)sizeof(((struct dirent *)0)->d_namlen);
      |                                      ^~~~~~~~
      |                                      d_name
gmake[1]: *** [CMakeFiles/cmTC_70d89.dir/build.make:78: CMakeFiles/cmTC_70d89.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/own/tmp/mariadb-10.9.3/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_70d89/fast] Error 2


Source file was:

#include <dirent.h>

int main()
{
  (void)sizeof(((struct dirent *)0)->d_namlen);
  return 0;
}

