Performing C++ SOURCE FILE Test HAVE_LLVM_LIBCPP failed with the following compile output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_02886/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_02886.dir/build.make CMakeFiles/cmTC_02886.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_02886.dir/src.cxx.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LLVM_LIBCPP   -pipe -march=native -fno-diagnostics-color -O2 -felide-constructors -fno-strict-aliasing  -o CMakeFiles/cmTC_02886.dir/src.cxx.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_02886
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02886.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -felide-constructors -fno-strict-aliasing  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_02886.dir/src.cxx.o -o cmTC_02886 
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'


...and run output:

Return value: 1
Source file was:

#include <ciso646>
int main()
{
#ifdef _LIBCPP_VERSION
  return 0;
#else
  return 1;
#endif
}
Determining if the function floor exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d05f2/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d05f2.dir/build.make CMakeFiles/cmTC_d05f2.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d05f2.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_d05f2.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
/usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
    7 |   CHECK_FUNCTION_EXISTS(void);
      |   ^~~~~~~~~~~~~~~~~~~~~
/usr/share/cmake/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_d05f2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d05f2.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=floor -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_d05f2.dir/CheckFunctionExists.c.o -o cmTC_d05f2 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d05f2.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `floor'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_d05f2.dir/build.make:99: cmTC_d05f2] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d05f2/fast] Error 2



Determining if the function crypt exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ccef1/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_ccef1.dir/build.make CMakeFiles/cmTC_ccef1.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ccef1.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_ccef1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_ccef1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccef1.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=crypt -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_ccef1.dir/CheckFunctionExists.c.o -o cmTC_ccef1 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_ccef1.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_ccef1.dir/build.make:99: cmTC_ccef1] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_ccef1/fast] Error 2



Determining if the function dlopen exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0f93f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0f93f.dir/build.make CMakeFiles/cmTC_0f93f.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0f93f.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_0f93f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0f93f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f93f.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_0f93f.dir/CheckFunctionExists.c.o -o cmTC_0f93f 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0f93f.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_0f93f.dir/build.make:99: cmTC_0f93f] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0f93f/fast] Error 2



Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d14d6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d14d6.dir/build.make CMakeFiles/cmTC_d14d6.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d14d6.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE_HAVE_LIBC_PTHREAD   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_d14d6.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_d14d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d14d6.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_d14d6.dir/src.c.o -o cmTC_d14d6 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d14d6.dir/src.c.o: in function `main':
src.c:(.text.startup+0x23): undefined reference to `pthread_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x2c): undefined reference to `pthread_detach'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x35): undefined reference to `pthread_cancel'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x40): undefined reference to `pthread_join'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_d14d6.dir/build.make:99: cmTC_d14d6] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d14d6/fast] Error 2


Source file was:
#include <pthread.h>

static void* test_func(void* data)
{
  return data;
}

int main(void)
{
  pthread_t thread;
  pthread_create(&thread, NULL, test_func, NULL);
  pthread_detach(thread);
  pthread_cancel(thread);
  pthread_join(thread, NULL);
  pthread_atfork(NULL, NULL, NULL);
  pthread_exit(NULL);

  return 0;
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1f1b8/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1f1b8.dir/build.make CMakeFiles/cmTC_1f1b8.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1f1b8.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_1f1b8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1f1b8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f1b8.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_1f1b8.dir/CheckFunctionExists.c.o -o cmTC_1f1b8  -lpthreads 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_1f1b8.dir/build.make:99: cmTC_1f1b8] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1f1b8/fast] Error 2



Determining if files cxxabi.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0868f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0868f.dir/build.make CMakeFiles/cmTC_0868f.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0868f.dir/HAVE_CXXABI_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_0868f.dir/HAVE_CXXABI_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_CXXABI_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_CXXABI_H.c:2:10: fatal error: cxxabi.h: No such file or directory
    2 | #include <cxxabi.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_0868f.dir/build.make:78: CMakeFiles/cmTC_0868f.dir/HAVE_CXXABI_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0868f/fast] Error 2


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


int main(void){return 0;}

Determining if files floatingpoint.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b32f0/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b32f0.dir/build.make CMakeFiles/cmTC_b32f0.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b32f0.dir/HAVE_FLOATINGPOINT_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_b32f0.dir/HAVE_FLOATINGPOINT_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_FLOATINGPOINT_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_FLOATINGPOINT_H.c:2:10: fatal error: floatingpoint.h: No such file or directory
    2 | #include <floatingpoint.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_b32f0.dir/build.make:78: CMakeFiles/cmTC_b32f0.dir/HAVE_FLOATINGPOINT_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b32f0/fast] Error 2


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


int main(void){return 0;}

Determining if files ieeefp.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_07564/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_07564.dir/build.make CMakeFiles/cmTC_07564.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_07564.dir/HAVE_IEEEFP_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_07564.dir/HAVE_IEEEFP_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_07564.dir/build.make:78: CMakeFiles/cmTC_07564.dir/HAVE_IEEEFP_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_07564/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7e282/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_7e282.dir/build.make CMakeFiles/cmTC_7e282.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7e282.dir/HAVE_NDIR_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_7e282.dir/HAVE_NDIR_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_NDIR_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_7e282.dir/build.make:78: CMakeFiles/cmTC_7e282.dir/HAVE_NDIR_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_7e282/fast] Error 2


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


int main(void){return 0;}

Determining if files port.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ccae9/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_ccae9.dir/build.make CMakeFiles/cmTC_ccae9.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ccae9.dir/HAVE_PORT_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_ccae9.dir/HAVE_PORT_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_PORT_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_PORT_H.c:2:10: fatal error: port.h: No such file or directory
    2 | #include <port.h>
      |          ^~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_ccae9.dir/build.make:78: CMakeFiles/cmTC_ccae9.dir/HAVE_PORT_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_ccae9/fast] Error 2


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


int main(void){return 0;}

Determining if files select.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_da404/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_da404.dir/build.make CMakeFiles/cmTC_da404.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_da404.dir/HAVE_SELECT_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_da404.dir/HAVE_SELECT_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SELECT_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_da404.dir/build.make:78: CMakeFiles/cmTC_da404.dir/HAVE_SELECT_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_da404/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/ndir.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_198c6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_198c6.dir/build.make CMakeFiles/cmTC_198c6.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_198c6.dir/HAVE_SYS_NDIR_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_198c6.dir/HAVE_SYS_NDIR_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_NDIR_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_198c6.dir/build.make:78: CMakeFiles/cmTC_198c6.dir/HAVE_SYS_NDIR_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_198c6/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b5c14/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b5c14.dir/build.make CMakeFiles/cmTC_b5c14.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b5c14.dir/HAVE_SYS_PTE_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_b5c14.dir/HAVE_SYS_PTE_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTE_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_b5c14.dir/build.make:78: CMakeFiles/cmTC_b5c14.dir/HAVE_SYS_PTE_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b5c14/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_96902/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_96902.dir/build.make CMakeFiles/cmTC_96902.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_96902.dir/HAVE_SYNCH_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_96902.dir/HAVE_SYNCH_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYNCH_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_96902.dir/build.make:78: CMakeFiles/cmTC_96902.dir/HAVE_SYNCH_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_96902/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_13a93/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_13a93.dir/build.make CMakeFiles/cmTC_13a93.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_13a93.dir/HAVE_SYSENT_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_13a93.dir/HAVE_SYSENT_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYSENT_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_13a93.dir/build.make:78: CMakeFiles/cmTC_13a93.dir/HAVE_SYSENT_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_13a93/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e9c43/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e9c43.dir/build.make CMakeFiles/cmTC_e9c43.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e9c43.dir/HAVE_SYS_FPU_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_e9c43.dir/HAVE_SYS_FPU_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FPU_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_e9c43.dir/build.make:78: CMakeFiles/cmTC_e9c43.dir/HAVE_SYS_FPU_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e9c43/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/malloc.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_66535/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_66535.dir/build.make CMakeFiles/cmTC_66535.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_66535.dir/HAVE_SYS_MALLOC_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_66535.dir/HAVE_SYS_MALLOC_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MALLOC_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MALLOC_H.c:2:10: fatal error: sys/malloc.h: No such file or directory
    2 | #include <sys/malloc.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_66535.dir/build.make:78: CMakeFiles/cmTC_66535.dir/HAVE_SYS_MALLOC_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_66535/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/stream.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_33e44/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_33e44.dir/build.make CMakeFiles/cmTC_33e44.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_33e44.dir/HAVE_SYS_STREAM_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_33e44.dir/HAVE_SYS_STREAM_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STREAM_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_33e44.dir/build.make:78: CMakeFiles/cmTC_33e44.dir/HAVE_SYS_STREAM_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_33e44/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/termcap.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a608e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a608e.dir/build.make CMakeFiles/cmTC_a608e.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a608e.dir/HAVE_SYS_TERMCAP_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_a608e.dir/HAVE_SYS_TERMCAP_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TERMCAP_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TERMCAP_H.c:2:10: fatal error: sys/termcap.h: No such file or directory
    2 | #include <sys/termcap.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_a608e.dir/build.make:78: CMakeFiles/cmTC_a608e.dir/HAVE_SYS_TERMCAP_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a608e/fast] Error 2


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


int main(void){return 0;}

Determining if files termbits.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ec707/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_ec707.dir/build.make CMakeFiles/cmTC_ec707.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ec707.dir/HAVE_TERMBITS_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_ec707.dir/HAVE_TERMBITS_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_TERMBITS_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_ec707.dir/build.make:78: CMakeFiles/cmTC_ec707.dir/HAVE_TERMBITS_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_ec707/fast] Error 2


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


int main(void){return 0;}

Determining if files varargs.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_db2bb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_db2bb.dir/build.make CMakeFiles/cmTC_db2bb.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_db2bb.dir/HAVE_VARARGS_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_db2bb.dir/HAVE_VARARGS_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_VARARGS_H.c
In file included from /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_VARARGS_H.c:2:
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/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-pc-linux-gnu/11.1.0/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_db2bb.dir/build.make:78: CMakeFiles/cmTC_db2bb.dir/HAVE_VARARGS_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_db2bb/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c0b62/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c0b62.dir/build.make CMakeFiles/cmTC_c0b62.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c0b62.dir/HAVE_SYS_UTIME_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_c0b62.dir/HAVE_SYS_UTIME_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_c0b62.dir/build.make:78: CMakeFiles/cmTC_c0b62.dir/HAVE_SYS_UTIME_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c0b62/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fea22/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_fea22.dir/build.make CMakeFiles/cmTC_fea22.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fea22.dir/HAVE_SYS_VADVISE_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_fea22.dir/HAVE_SYS_VADVISE_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_VADVISE_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_fea22.dir/build.make:78: CMakeFiles/cmTC_fea22.dir/HAVE_SYS_VADVISE_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_fea22/fast] Error 2


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


int main(void){return 0;}

Determining if files vis.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c6aea/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c6aea.dir/build.make CMakeFiles/cmTC_c6aea.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c6aea.dir/HAVE_VIS_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_c6aea.dir/HAVE_VIS_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_VIS_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_VIS_H.c:2:10: fatal error: vis.h: No such file or directory
    2 | #include <vis.h>
      |          ^~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_c6aea.dir/build.make:78: CMakeFiles/cmTC_c6aea.dir/HAVE_VIS_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c6aea/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/devpoll.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_227d7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_227d7.dir/build.make CMakeFiles/cmTC_227d7.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_227d7.dir/HAVE_DEVPOLL.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_227d7.dir/HAVE_DEVPOLL.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_DEVPOLL.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_DEVPOLL.c:2:10: fatal error: sys/devpoll.h: No such file or directory
    2 | #include <sys/devpoll.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_227d7.dir/build.make:78: CMakeFiles/cmTC_227d7.dir/HAVE_DEVPOLL.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_227d7/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/devpoll.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_210d4/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_210d4.dir/build.make CMakeFiles/cmTC_210d4.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_210d4.dir/HAVE_SYS_DEVPOLL_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_210d4.dir/HAVE_SYS_DEVPOLL_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_DEVPOLL_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_DEVPOLL_H.c:2:10: fatal error: sys/devpoll.h: No such file or directory
    2 | #include <sys/devpoll.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_210d4.dir/build.make:78: CMakeFiles/cmTC_210d4.dir/HAVE_SYS_DEVPOLL_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_210d4/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/event.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0e6a5/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0e6a5.dir/build.make CMakeFiles/cmTC_0e6a5.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0e6a5.dir/HAVE_SYS_EVENT_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_0e6a5.dir/HAVE_SYS_EVENT_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EVENT_H.c:2:10: fatal error: sys/event.h: No such file or directory
    2 | #include <sys/event.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_0e6a5.dir/build.make:78: CMakeFiles/cmTC_0e6a5.dir/HAVE_SYS_EVENT_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0e6a5/fast] Error 2


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


int main(void){return 0;}

Determining if files sys/ptem.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_857db/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_857db.dir/build.make CMakeFiles/cmTC_857db.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_857db.dir/HAVE_SYS_PTEM_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_857db.dir/HAVE_SYS_PTEM_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PTEM_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_857db.dir/build.make:78: CMakeFiles/cmTC_857db.dir/HAVE_SYS_PTEM_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_857db/fast] Error 2


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


int main(void){return 0;}

Determining if the function _aligned_malloc exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9c28b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_9c28b.dir/build.make CMakeFiles/cmTC_9c28b.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9c28b.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_aligned_malloc -o CMakeFiles/cmTC_9c28b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_9c28b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c28b.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_aligned_malloc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_9c28b.dir/CheckFunctionExists.c.o -o cmTC_9c28b  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_9c28b.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_aligned_malloc'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_9c28b.dir/build.make:99: cmTC_9c28b] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_9c28b/fast] Error 2



Determining if the function _aligned_free exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a5bed/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a5bed.dir/build.make CMakeFiles/cmTC_a5bed.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a5bed.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_aligned_free -o CMakeFiles/cmTC_a5bed.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_a5bed
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5bed.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_aligned_free -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_a5bed.dir/CheckFunctionExists.c.o -o cmTC_a5bed  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a5bed.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_aligned_free'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_a5bed.dir/build.make:99: cmTC_a5bed] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a5bed/fast] Error 2



Determining if the function aio_read exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_12080/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_12080.dir/build.make CMakeFiles/cmTC_12080.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_12080.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=aio_read -o CMakeFiles/cmTC_12080.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_12080
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12080.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=aio_read -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_12080.dir/CheckFunctionExists.c.o -o cmTC_12080  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_12080.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `aio_read'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_12080.dir/build.make:99: cmTC_12080] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_12080/fast] Error 2



Determining if the function printstack exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d8ab7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d8ab7.dir/build.make CMakeFiles/cmTC_d8ab7.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d8ab7.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTC_d8ab7.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d8ab7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8ab7.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=printstack -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_d8ab7.dir/CheckFunctionExists.c.o -o cmTC_d8ab7  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d8ab7.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `printstack'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_d8ab7.dir/build.make:99: cmTC_d8ab7] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d8ab7/fast] Error 2



Determining if the function bmove exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_09961/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_09961.dir/build.make CMakeFiles/cmTC_09961.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09961.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=bmove -o CMakeFiles/cmTC_09961.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_09961
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09961.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=bmove -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_09961.dir/CheckFunctionExists.c.o -o cmTC_09961  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_09961.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `bmove'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_09961.dir/build.make:99: cmTC_09961] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_09961/fast] Error 2



Determining if the function directio exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cf152/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_cf152.dir/build.make CMakeFiles/cmTC_cf152.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cf152.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTC_cf152.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_cf152
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf152.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=directio -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_cf152.dir/CheckFunctionExists.c.o -o cmTC_cf152  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_cf152.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `directio'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_cf152.dir/build.make:99: cmTC_cf152] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_cf152/fast] Error 2



Determining if the function _doprnt exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b3d8d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b3d8d.dir/build.make CMakeFiles/cmTC_b3d8d.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b3d8d.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_doprnt -o CMakeFiles/cmTC_b3d8d.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b3d8d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3d8d.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=_doprnt -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_b3d8d.dir/CheckFunctionExists.c.o -o cmTC_b3d8d  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b3d8d.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_b3d8d.dir/build.make:99: cmTC_b3d8d] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b3d8d/fast] Error 2



Determining if the function compress exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0182b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0182b.dir/build.make CMakeFiles/cmTC_0182b.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0182b.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTC_0182b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0182b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0182b.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=compress -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_0182b.dir/CheckFunctionExists.c.o -o cmTC_0182b  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0182b.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `compress'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_0182b.dir/build.make:99: cmTC_0182b] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0182b/fast] Error 2



Determining if the function fconvert exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d2565/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d2565.dir/build.make CMakeFiles/cmTC_d2565.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d2565.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fconvert -o CMakeFiles/cmTC_d2565.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d2565
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d2565.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fconvert -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_d2565.dir/CheckFunctionExists.c.o -o cmTC_d2565  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d2565.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `fconvert'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_d2565.dir/build.make:99: cmTC_d2565] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d2565/fast] Error 2



Determining if the function fpsetmask exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eff9e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_eff9e.dir/build.make CMakeFiles/cmTC_eff9e.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eff9e.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fpsetmask -o CMakeFiles/cmTC_eff9e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_eff9e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eff9e.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fpsetmask -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_eff9e.dir/CheckFunctionExists.c.o -o cmTC_eff9e  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_eff9e.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `fpsetmask'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_eff9e.dir/build.make:99: cmTC_eff9e] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_eff9e/fast] Error 2



Determining if the function gethrtime exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d3ea7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d3ea7.dir/build.make CMakeFiles/cmTC_d3ea7.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d3ea7.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTC_d3ea7.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_d3ea7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3ea7.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_d3ea7.dir/CheckFunctionExists.c.o -o cmTC_d3ea7  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d3ea7.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `gethrtime'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_d3ea7.dir/build.make:99: cmTC_d3ea7] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d3ea7/fast] Error 2



Determining if the function getpassphrase exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8511d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8511d.dir/build.make CMakeFiles/cmTC_8511d.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8511d.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTC_8511d.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_8511d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8511d.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_8511d.dir/CheckFunctionExists.c.o -o cmTC_8511d  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_8511d.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `getpassphrase'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_8511d.dir/build.make:99: cmTC_8511d] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_8511d/fast] Error 2



Determining if the function issetugid exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_278fe/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_278fe.dir/build.make CMakeFiles/cmTC_278fe.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_278fe.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=issetugid -o CMakeFiles/cmTC_278fe.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_278fe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_278fe.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_278fe.dir/CheckFunctionExists.c.o -o cmTC_278fe  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_278fe.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `issetugid'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_278fe.dir/build.make:99: cmTC_278fe] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_278fe/fast] Error 2



Determining if the function port_create exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a4fe6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a4fe6.dir/build.make CMakeFiles/cmTC_a4fe6.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a4fe6.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=port_create -o CMakeFiles/cmTC_a4fe6.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_a4fe6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4fe6.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=port_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_a4fe6.dir/CheckFunctionExists.c.o -o cmTC_a4fe6  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a4fe6.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `port_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_a4fe6.dir/build.make:99: cmTC_a4fe6] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a4fe6/fast] Error 2



Determining if the function pthread_attr_create exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f3123/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f3123.dir/build.make CMakeFiles/cmTC_f3123.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f3123.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTC_f3123.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f3123
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3123.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_attr_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_f3123.dir/CheckFunctionExists.c.o -o cmTC_f3123  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f3123.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_attr_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_f3123.dir/build.make:99: cmTC_f3123] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f3123/fast] Error 2



Determining if the function pthread_condattr_create exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1eaea/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1eaea.dir/build.make CMakeFiles/cmTC_1eaea.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1eaea.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTC_1eaea.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1eaea
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1eaea.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_1eaea.dir/CheckFunctionExists.c.o -o cmTC_1eaea  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1eaea.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_condattr_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_1eaea.dir/build.make:99: cmTC_1eaea] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1eaea/fast] Error 2



Determining if the function pthread_threadmask exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b2696/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b2696.dir/build.make CMakeFiles/cmTC_b2696.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b2696.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_threadmask -o CMakeFiles/cmTC_b2696.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_b2696
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b2696.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_threadmask -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_b2696.dir/CheckFunctionExists.c.o -o cmTC_b2696  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b2696.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_threadmask'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_b2696.dir/build.make:99: cmTC_b2696] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b2696/fast] Error 2



Determining if the function pthread_yield_np exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5cbf8/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5cbf8.dir/build.make CMakeFiles/cmTC_5cbf8.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5cbf8.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_yield_np -o CMakeFiles/cmTC_5cbf8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5cbf8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5cbf8.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=pthread_yield_np -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_5cbf8.dir/CheckFunctionExists.c.o -o cmTC_5cbf8  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5cbf8.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_yield_np'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_5cbf8.dir/build.make:99: cmTC_5cbf8] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5cbf8/fast] Error 2



Determining if the function rwlock_init exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c52e4/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c52e4.dir/build.make CMakeFiles/cmTC_c52e4.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c52e4.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTC_c52e4.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c52e4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c52e4.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=rwlock_init -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_c52e4.dir/CheckFunctionExists.c.o -o cmTC_c52e4  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c52e4.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `rwlock_init'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_c52e4.dir/build.make:99: cmTC_c52e4] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c52e4/fast] Error 2



Determining if the function setfd exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_63dea/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_63dea.dir/build.make CMakeFiles/cmTC_63dea.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63dea.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTC_63dea.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_63dea
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63dea.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=setfd -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_63dea.dir/CheckFunctionExists.c.o -o cmTC_63dea  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_63dea.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `setfd'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_63dea.dir/build.make:99: cmTC_63dea] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_63dea/fast] Error 2



Determining if the function sigthreadmask exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0d9c6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_0d9c6.dir/build.make CMakeFiles/cmTC_0d9c6.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0d9c6.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTC_0d9c6.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_0d9c6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d9c6.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=sigthreadmask -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_0d9c6.dir/CheckFunctionExists.c.o -o cmTC_0d9c6  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0d9c6.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `sigthreadmask'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_0d9c6.dir/build.make:99: cmTC_0d9c6] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_0d9c6/fast] Error 2



Determining if the function strlcpy exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5d68a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5d68a.dir/build.make CMakeFiles/cmTC_5d68a.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5d68a.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTC_5d68a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5d68a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d68a.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_5d68a.dir/CheckFunctionExists.c.o -o cmTC_5d68a  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5d68a.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_5d68a.dir/build.make:99: cmTC_5d68a] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5d68a/fast] Error 2



Determining if the function strlcat exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_54ef1/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_54ef1.dir/build.make CMakeFiles/cmTC_54ef1.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_54ef1.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTC_54ef1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_54ef1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54ef1.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_54ef1.dir/CheckFunctionExists.c.o -o cmTC_54ef1  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_54ef1.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_54ef1.dir/build.make:99: cmTC_54ef1] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_54ef1/fast] Error 2



Determining if the function fgetln exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c7f1a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c7f1a.dir/build.make CMakeFiles/cmTC_c7f1a.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c7f1a.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fgetln -o CMakeFiles/cmTC_c7f1a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c7f1a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7f1a.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=fgetln -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_c7f1a.dir/CheckFunctionExists.c.o -o cmTC_c7f1a  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c7f1a.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `fgetln'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_c7f1a.dir/build.make:99: cmTC_c7f1a] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c7f1a/fast] Error 2



Determining if the function tell exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94a3c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_94a3c.dir/build.make CMakeFiles/cmTC_94a3c.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_94a3c.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTC_94a3c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_94a3c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94a3c.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=tell -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_94a3c.dir/CheckFunctionExists.c.o -o cmTC_94a3c  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_94a3c.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `tell'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_94a3c.dir/build.make:99: cmTC_94a3c] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_94a3c/fast] Error 2



Determining if the function thr_setconcurrency exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3b0e0/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_3b0e0.dir/build.make CMakeFiles/cmTC_3b0e0.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3b0e0.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTC_3b0e0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3b0e0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b0e0.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_3b0e0.dir/CheckFunctionExists.c.o -o cmTC_3b0e0  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_3b0e0.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `thr_setconcurrency'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_3b0e0.dir/build.make:99: cmTC_3b0e0] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_3b0e0/fast] Error 2



Determining if the function thr_yield exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c2309/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c2309.dir/build.make CMakeFiles/cmTC_c2309.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c2309.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTC_c2309.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c2309
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2309.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=thr_yield -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_c2309.dir/CheckFunctionExists.c.o -o cmTC_c2309  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c2309.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `thr_yield'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_c2309.dir/build.make:99: cmTC_c2309] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c2309/fast] Error 2



Determining if the function ntohll exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_931e3/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_931e3.dir/build.make CMakeFiles/cmTC_931e3.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_931e3.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=ntohll -o CMakeFiles/cmTC_931e3.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_931e3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_931e3.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=ntohll -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_931e3.dir/CheckFunctionExists.c.o -o cmTC_931e3  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_931e3.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `ntohll'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_931e3.dir/build.make:99: cmTC_931e3] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_931e3/fast] Error 2



Determining if the function kqueue exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3f976/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_3f976.dir/build.make CMakeFiles/cmTC_3f976.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3f976.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTC_3f976.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_3f976
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f976.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_3f976.dir/CheckFunctionExists.c.o -o cmTC_3f976  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_3f976.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_3f976.dir/build.make:99: cmTC_3f976] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_3f976/fast] Error 2



Determining if the function kqueue exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5b579/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5b579.dir/build.make CMakeFiles/cmTC_5b579.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5b579.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTC_5b579.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5b579
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b579.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_5b579.dir/CheckFunctionExists.c.o -o cmTC_5b579  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5b579.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_5b579.dir/build.make:99: cmTC_5b579] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5b579/fast] Error 2



Determining if files ia64intrin.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_30b91/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_30b91.dir/build.make CMakeFiles/cmTC_30b91.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_30b91.dir/HAVE_IA64INTRIN_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_30b91.dir/HAVE_IA64INTRIN_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_IA64INTRIN_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_30b91.dir/build.make:78: CMakeFiles/cmTC_30b91.dir/HAVE_IA64INTRIN_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_30b91/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_292ef/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_292ef.dir/build.make CMakeFiles/cmTC_292ef.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_292ef.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTC_292ef.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_292ef
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_292ef.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=read_real_time -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_292ef.dir/CheckFunctionExists.c.o -o cmTC_292ef  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_292ef.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `read_real_time'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_292ef.dir/build.make:99: cmTC_292ef] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_292ef/fast] Error 2



Determining if the function rdtscll exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_acd5f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_acd5f.dir/build.make CMakeFiles/cmTC_acd5f.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_acd5f.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=rdtscll -o CMakeFiles/cmTC_acd5f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_acd5f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_acd5f.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=rdtscll -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_acd5f.dir/CheckFunctionExists.c.o -o cmTC_acd5f  -lm -lcrypt -ldl -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_acd5f.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `rdtscll'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_acd5f.dir/build.make:99: cmTC_acd5f] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_acd5f/fast] Error 2



Determining if the TIOCSTAT exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1375c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1375c.dir/build.make CMakeFiles/cmTC_1375c.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1375c.dir/CheckSymbolExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_1375c.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘TIOCSTAT’ undeclared (first use in this function); did you mean ‘TIOCSTI’?
    8 |   return ((int*)(&TIOCSTAT))[argc];
      |                   ^~~~~~~~
      |                   TIOCSTI
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_1375c.dir/build.make:78: CMakeFiles/cmTC_1375c.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1375c/fast] Error 2


File /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b85ff/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b85ff.dir/build.make CMakeFiles/cmTC_b85ff.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b85ff.dir/CheckSymbolExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc    -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_b85ff.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_b85ff.dir/build.make:78: CMakeFiles/cmTC_b85ff.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b85ff/fast] Error 2


File /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9414b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_9414b.dir/build.make CMakeFiles/cmTC_9414b.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9414b.dir/SIZEOF_UCHAR.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_9414b.dir/SIZEOF_UCHAR.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:30:22: error: ‘uchar’ undeclared here (not in a function); did you mean ‘u_char’?
   30 | #define SIZE (sizeof(uchar))
      |                      ^~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_9414b.dir/build.make:78: CMakeFiles/cmTC_9414b.dir/SIZEOF_UCHAR.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_9414b/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fd32e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_fd32e.dir/build.make CMakeFiles/cmTC_fd32e.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fd32e.dir/SIZEOF_INT8.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_fd32e.dir/SIZEOF_INT8.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:30:22: error: ‘int8’ undeclared here (not in a function); did you mean ‘int’?
   30 | #define SIZE (sizeof(int8))
      |                      ^~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_fd32e.dir/build.make:78: CMakeFiles/cmTC_fd32e.dir/SIZEOF_INT8.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_fd32e/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_aa261/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_aa261.dir/build.make CMakeFiles/cmTC_aa261.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aa261.dir/SIZEOF_UINT8.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_aa261.dir/SIZEOF_UINT8.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:30:22: error: ‘uint8’ undeclared here (not in a function); did you mean ‘uint’?
   30 | #define SIZE (sizeof(uint8))
      |                      ^~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_aa261.dir/build.make:78: CMakeFiles/cmTC_aa261.dir/SIZEOF_UINT8.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_aa261/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_56749/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_56749.dir/build.make CMakeFiles/cmTC_56749.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_56749.dir/SIZEOF_INT16.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_56749.dir/SIZEOF_INT16.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:30:22: error: ‘int16’ undeclared here (not in a function); did you mean ‘int16_t’?
   30 | #define SIZE (sizeof(int16))
      |                      ^~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_56749.dir/build.make:78: CMakeFiles/cmTC_56749.dir/SIZEOF_INT16.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_56749/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_09473/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_09473.dir/build.make CMakeFiles/cmTC_09473.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09473.dir/SIZEOF_UINT16.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_09473.dir/SIZEOF_UINT16.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:30:22: error: ‘uint16’ undeclared here (not in a function); did you mean ‘uint16_t’?
   30 | #define SIZE (sizeof(uint16))
      |                      ^~~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_09473.dir/build.make:78: CMakeFiles/cmTC_09473.dir/SIZEOF_UINT16.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_09473/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f8e3d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f8e3d.dir/build.make CMakeFiles/cmTC_f8e3d.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f8e3d.dir/SIZEOF_INT32.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_f8e3d.dir/SIZEOF_INT32.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:30:22: error: ‘int32’ undeclared here (not in a function); did you mean ‘int32_t’?
   30 | #define SIZE (sizeof(int32))
      |                      ^~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_f8e3d.dir/build.make:78: CMakeFiles/cmTC_f8e3d.dir/SIZEOF_INT32.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f8e3d/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cf481/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_cf481.dir/build.make CMakeFiles/cmTC_cf481.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cf481.dir/SIZEOF_UINT32.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_cf481.dir/SIZEOF_UINT32.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:30:22: error: ‘uint32’ undeclared here (not in a function); did you mean ‘uint32_t’?
   30 | #define SIZE (sizeof(uint32))
      |                      ^~~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_cf481.dir/build.make:78: CMakeFiles/cmTC_cf481.dir/SIZEOF_UINT32.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_cf481/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7822b/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_7822b.dir/build.make CMakeFiles/cmTC_7822b.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7822b.dir/SIZEOF_INT64.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_7822b.dir/SIZEOF_INT64.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:30:22: error: ‘int64’ undeclared here (not in a function); did you mean ‘int64_t’?
   30 | #define SIZE (sizeof(int64))
      |                      ^~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_7822b.dir/build.make:78: CMakeFiles/cmTC_7822b.dir/SIZEOF_INT64.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_7822b/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5df66/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5df66.dir/build.make CMakeFiles/cmTC_5df66.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5df66.dir/SIZEOF_UINT64.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_5df66.dir/SIZEOF_UINT64.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:30:22: error: ‘uint64’ undeclared here (not in a function); did you mean ‘uint64_t’?
   30 | #define SIZE (sizeof(uint64))
      |                      ^~~~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:32:12: note: in expansion of macro ‘SIZE’
   32 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
gmake[1]: *** [CMakeFiles/cmTC_5df66.dir/build.make:78: CMakeFiles/cmTC_5df66.dir/SIZEOF_UINT64.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5df66/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#include "time.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;
}


Determining size of bool failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3f34d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_3f34d.dir/build.make CMakeFiles/cmTC_3f34d.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3f34d.dir/SIZEOF_BOOL.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_3f34d.dir/SIZEOF_BOOL.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:28:22: error: ‘bool’ undeclared here (not in a function)
   28 | #define SIZE (sizeof(bool))
      |                      ^~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:30:12: note: in expansion of macro ‘SIZE’
   30 |   ('0' + ((SIZE / 10000)%10)),
      |            ^~~~
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:4:1: note: ‘bool’ is defined in header ‘<stdbool.h>’; did you forget to ‘#include <stdbool.h>’?
    3 | #include <stddef.h>
  +++ |+#include <stdbool.h>
    4 | #include "sys/types.h"
gmake[1]: *** [CMakeFiles/cmTC_3f34d.dir/build.make:78: CMakeFiles/cmTC_3f34d.dir/SIZEOF_BOOL.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_3f34d/fast] Error 2


/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.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(bool))
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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_13cf2/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_13cf2.dir/build.make CMakeFiles/cmTC_13cf2.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_13cf2.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DTIME_T_UNSIGNED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_13cf2.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_13cf2.dir/build.make:78: CMakeFiles/cmTC_13cf2.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_13cf2/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_008eb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_008eb.dir/build.make CMakeFiles/cmTC_008eb.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_008eb.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_TIMESPEC_TS_SEC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_008eb.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_008eb.dir/build.make:78: CMakeFiles/cmTC_008eb.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_008eb/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8b1ba/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8b1ba.dir/build.make CMakeFiles/cmTC_8b1ba.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8b1ba.dir/src.cxx.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_SOLARIS_STYLE_GETHOST -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -felide-constructors -fno-strict-aliasing  -o CMakeFiles/cmTC_8b1ba.dir/src.cxx.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.cxx
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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 /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_8b1ba.dir/build.make:78: CMakeFiles/cmTC_8b1ba.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_8b1ba/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 the include file netinet/in6.h exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c2d40/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c2d40.dir/build.make CMakeFiles/cmTC_c2d40.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c2d40.dir/CheckIncludeFile.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_c2d40.dir/CheckIncludeFile.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_c2d40.dir/build.make:78: CMakeFiles/cmTC_c2d40.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c2d40/fast] Error 2



Performing C SOURCE FILE Test HAVE_SOCKADDR_IN_SIN_LEN failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cca29/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_cca29.dir/build.make CMakeFiles/cmTC_cca29.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cca29.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_SOCKADDR_IN_SIN_LEN -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_cca29.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_cca29.dir/build.make:78: CMakeFiles/cmTC_cca29.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_cca29/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e18bb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e18bb.dir/build.make CMakeFiles/cmTC_e18bb.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e18bb.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_SOCKADDR_IN6_SIN6_LEN -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_e18bb.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_e18bb.dir/build.make:78: CMakeFiles/cmTC_e18bb.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e18bb/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: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4ab45/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4ab45.dir/build.make CMakeFiles/cmTC_4ab45.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4ab45.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DSTRUCT_DIRENT_HAS_D_NAMLEN -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing  -o CMakeFiles/cmTC_4ab45.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/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_4ab45.dir/build.make:78: CMakeFiles/cmTC_4ab45.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4ab45/fast] Error 2


Source file was:

#include <dirent.h>

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

Determining if the function mbscmp exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1202d/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1202d.dir/build.make CMakeFiles/cmTC_1202d.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1202d.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=mbscmp -o CMakeFiles/cmTC_1202d.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_1202d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1202d.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=mbscmp -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_1202d.dir/CheckFunctionExists.c.o -o cmTC_1202d 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1202d.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `mbscmp'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_1202d.dir/build.make:99: cmTC_1202d] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1202d/fast] Error 2



Determining if the function tputs exists in the /usr/lib64/libcurses.so failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f0074/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f0074.dir/build.make CMakeFiles/cmTC_f0074.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f0074.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTC_f0074.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f0074
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0074.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=tputs -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_f0074.dir/CheckFunctionExists.c.o -o cmTC_f0074  -lcurses 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f0074.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `tputs'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_f0074.dir/build.make:100: cmTC_f0074] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f0074/fast] Error 2



Determining if the function strvis exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_74f60/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_74f60.dir/build.make CMakeFiles/cmTC_74f60.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_74f60.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strvis -o CMakeFiles/cmTC_74f60.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_74f60
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74f60.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strvis -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_74f60.dir/CheckFunctionExists.c.o -o cmTC_74f60 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_74f60.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strvis'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_74f60.dir/build.make:99: cmTC_74f60] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_74f60/fast] Error 2



Determining if the function strunvis exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7da9f/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_7da9f.dir/build.make CMakeFiles/cmTC_7da9f.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7da9f.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strunvis -o CMakeFiles/cmTC_7da9f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_7da9f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7da9f.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DCHECK_FUNCTION_EXISTS=strunvis -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_7da9f.dir/CheckFunctionExists.c.o -o cmTC_7da9f 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_7da9f.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strunvis'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_7da9f.dir/build.make:99: cmTC_7da9f] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_7da9f/fast] Error 2



Determining if the function processor_bind exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_66060/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_66060.dir/build.make CMakeFiles/cmTC_66060.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_66060.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=processor_bind -o CMakeFiles/cmTC_66060.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_66060
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66060.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=processor_bind -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_66060.dir/CheckFunctionExists.c.o -o cmTC_66060 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_66060.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `processor_bind'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_66060.dir/build.make:99: cmTC_66060] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_66060/fast] Error 2



Determining if the function atomic_swap_32 exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4ca06/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4ca06.dir/build.make CMakeFiles/cmTC_4ca06.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4ca06.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=atomic_swap_32 -o CMakeFiles/cmTC_4ca06.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_4ca06
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ca06.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=atomic_swap_32 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_4ca06.dir/CheckFunctionExists.c.o -o cmTC_4ca06 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_4ca06.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `atomic_swap_32'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_4ca06.dir/build.make:99: cmTC_4ca06] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4ca06/fast] Error 2



Determining if the function pthread_mutexattr_init exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7a90a/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_7a90a.dir/build.make CMakeFiles/cmTC_7a90a.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7a90a.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_init -o CMakeFiles/cmTC_7a90a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_7a90a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a90a.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_init -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_7a90a.dir/CheckFunctionExists.c.o -o cmTC_7a90a 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_7a90a.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_mutexattr_init'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_7a90a.dir/build.make:99: cmTC_7a90a] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_7a90a/fast] Error 2



Determining if the function pthread_mutexattr_settype exists failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a4d79/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_a4d79.dir/build.make CMakeFiles/cmTC_a4d79.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a4d79.dir/CheckFunctionExists.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_settype -o CMakeFiles/cmTC_a4d79.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_a4d79
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4d79.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_settype -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic CMakeFiles/cmTC_a4d79.dir/CheckFunctionExists.c.o -o cmTC_a4d79 
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a4d79.dir/CheckFunctionExists.c.o: in function `main':
CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `pthread_mutexattr_settype'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_a4d79.dir/build.make:99: cmTC_a4d79] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_a4d79/fast] Error 2



Determining if files sun_prefetch.h exist failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9cd48/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_9cd48.dir/build.make CMakeFiles/cmTC_9cd48.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9cd48.dir/HAVE_SUN_PREFETCH_H.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized  -o CMakeFiles/cmTC_9cd48.dir/HAVE_SUN_PREFETCH_H.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SUN_PREFETCH_H.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CheckIncludeFiles/HAVE_SUN_PREFETCH_H.c:2:10: fatal error: sun_prefetch.h: No such file or directory
    2 | #include <sun_prefetch.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_9cd48.dir/build.make:78: CMakeFiles/cmTC_9cd48.dir/HAVE_SUN_PREFETCH_H.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_9cd48/fast] Error 2


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


int main(void){return 0;}

Performing C SOURCE FILE Test HAVE__BITSCANFORWARD failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f2fb7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f2fb7.dir/build.make CMakeFiles/cmTC_f2fb7.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f2fb7.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE__BITSCANFORWARD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized  -o CMakeFiles/cmTC_f2fb7.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: intrin.h: No such file or directory
    2 | #include <intrin.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_f2fb7.dir/build.make:78: CMakeFiles/cmTC_f2fb7.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f2fb7/fast] Error 2


Source file was:

#include <intrin.h>
unsigned long A = 7;
int main()
{
  unsigned long a;
  unsigned char res = _BitScanForward(&a, A);
  return (int)a;
}
Performing C SOURCE FILE Test HAVE__BITSCANREVERSE failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8e2e6/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8e2e6.dir/build.make CMakeFiles/cmTC_8e2e6.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8e2e6.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE__BITSCANREVERSE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized  -o CMakeFiles/cmTC_8e2e6.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: intrin.h: No such file or directory
    2 | #include <intrin.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_8e2e6.dir/build.make:78: CMakeFiles/cmTC_8e2e6.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_8e2e6/fast] Error 2


Source file was:

#include <intrin.h>
unsigned long A = 7;
int main()
{
  unsigned long a;
  unsigned char res = _BitScanReverse(&a, A);
  return (int)a;
}
Performing C++ SOURCE FILE Test HAVE_MAC_OS_X_THREAD_INFO failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_90463/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_90463.dir/build.make CMakeFiles/cmTC_90463.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_90463.dir/src.cxx.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_MAC_OS_X_THREAD_INFO -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -felide-constructors -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized  -o CMakeFiles/cmTC_90463.dir/src.cxx.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.cxx
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: mach/mach_init.h: No such file or directory
    2 | #include <mach/mach_init.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_90463.dir/build.make:78: CMakeFiles/cmTC_90463.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_90463/fast] Error 2


Source file was:

#include <mach/mach_init.h>
#include <mach/thread_act.h>
#include <mach/mach_port.h>
int main()
{
mach_port_t thread_port;
kern_return_t ret_code;
mach_msg_type_number_t basic_info_count;
thread_basic_info_data_t basic_info;
mach_port_t current_task = mach_task_self();

thread_port = mach_thread_self();
ret_code = thread_info(thread_port,
                       THREAD_BASIC_INFO,
                       (thread_info_t) &basic_info,
                       &basic_info_count);
mach_port_deallocate(current_task, thread_port);
return 0;
}
Performing C SOURCE FILE Test HAVE_SOLARIS_AFFINITY failed with the following output:
Change Dir: /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e604c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e604c.dir/build.make CMakeFiles/cmTC_e604c.dir/build
gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e604c.dir/src.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_SOLARIS_AFFINITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS   -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-error=maybe-uninitialized -Wno-error=uninitialized  -o CMakeFiles/cmTC_e604c.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c
/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp/src.c:3:10: fatal error: sys/lwp.h: No such file or directory
    3 | #include <sys/lwp.h>
      |          ^~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_e604c.dir/build.make:78: CMakeFiles/cmTC_e604c.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-cluster-7.4.21/work/mysql-cluster-7.4.21_build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e604c/fast] Error 2


Source file was:

#include <sys/types.h>
#include <sys/lwp.h>
#include <sys/processor.h>
#include <sys/procset.h>
int main()
{
  processorid_t cpu_id = (processorid_t)0;
  id_t tid = _lwp_self();
  int ret = processor_bind(P_LWPID, tid, cpu_id, 0);
}