Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 760043 Details for
Bug 829801
dev-db/mysql-cluster-7.4.21 - CMake Error at .../FindPackageHandleStandardArgs.cmake:230 (message):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/plain), 159.76 KB, created by
Toralf Förster
on 2021-12-22 09:28:08 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-12-22 09:28:08 UTC
Size:
159.76 KB
patch
obsolete
>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_512be/fast && /usr/bin/gmake -f CMakeFiles/cmTC_512be.dir/build.make CMakeFiles/cmTC_512be.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_512be.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_512be.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_512be >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_512be.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_512be.dir/src.cxx.o -o cmTC_512be >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_1d36a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1d36a.dir/build.make CMakeFiles/cmTC_1d36a.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_1d36a.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_1d36a.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_1d36a >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d36a.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_1d36a.dir/CheckFunctionExists.c.o -o cmTC_1d36a >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1d36a.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_1d36a.dir/build.make:99: cmTC_1d36a] 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_1d36a/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_b1dd0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b1dd0.dir/build.make CMakeFiles/cmTC_b1dd0.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_b1dd0.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_b1dd0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_b1dd0 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1dd0.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_b1dd0.dir/CheckFunctionExists.c.o -o cmTC_b1dd0 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b1dd0.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_b1dd0.dir/build.make:99: cmTC_b1dd0] 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_b1dd0/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_8e107/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8e107.dir/build.make CMakeFiles/cmTC_8e107.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_8e107.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_8e107.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_8e107.dir/build.make:78: CMakeFiles/cmTC_8e107.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_8e107/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_9d99a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9d99a.dir/build.make CMakeFiles/cmTC_9d99a.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_9d99a.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_9d99a.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_9d99a.dir/build.make:78: CMakeFiles/cmTC_9d99a.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_9d99a/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_4cb05/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4cb05.dir/build.make CMakeFiles/cmTC_4cb05.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_4cb05.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_4cb05.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_4cb05.dir/build.make:78: CMakeFiles/cmTC_4cb05.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_4cb05/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_2cf6c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2cf6c.dir/build.make CMakeFiles/cmTC_2cf6c.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_2cf6c.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_2cf6c.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_2cf6c.dir/build.make:78: CMakeFiles/cmTC_2cf6c.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_2cf6c/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_f922a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f922a.dir/build.make CMakeFiles/cmTC_f922a.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_f922a.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_f922a.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_f922a.dir/build.make:78: CMakeFiles/cmTC_f922a.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_f922a/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_c1aa5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c1aa5.dir/build.make CMakeFiles/cmTC_c1aa5.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_c1aa5.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_c1aa5.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_c1aa5.dir/build.make:78: CMakeFiles/cmTC_c1aa5.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_c1aa5/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_cd28b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cd28b.dir/build.make CMakeFiles/cmTC_cd28b.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_cd28b.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_cd28b.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_cd28b.dir/build.make:78: CMakeFiles/cmTC_cd28b.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_cd28b/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_005e0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_005e0.dir/build.make CMakeFiles/cmTC_005e0.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_005e0.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_005e0.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_005e0.dir/build.make:78: CMakeFiles/cmTC_005e0.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_005e0/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_8d7e7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8d7e7.dir/build.make CMakeFiles/cmTC_8d7e7.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_8d7e7.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_8d7e7.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_8d7e7.dir/build.make:78: CMakeFiles/cmTC_8d7e7.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_8d7e7/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_336a7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_336a7.dir/build.make CMakeFiles/cmTC_336a7.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_336a7.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_336a7.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_336a7.dir/build.make:78: CMakeFiles/cmTC_336a7.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_336a7/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_f00bc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f00bc.dir/build.make CMakeFiles/cmTC_f00bc.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_f00bc.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_f00bc.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_f00bc.dir/build.make:78: CMakeFiles/cmTC_f00bc.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_f00bc/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_654b9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_654b9.dir/build.make CMakeFiles/cmTC_654b9.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_654b9.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_654b9.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_654b9.dir/build.make:78: CMakeFiles/cmTC_654b9.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_654b9/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_60a1c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_60a1c.dir/build.make CMakeFiles/cmTC_60a1c.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_60a1c.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_60a1c.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_60a1c.dir/build.make:78: CMakeFiles/cmTC_60a1c.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_60a1c/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_82a74/fast && /usr/bin/gmake -f CMakeFiles/cmTC_82a74.dir/build.make CMakeFiles/cmTC_82a74.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_82a74.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_82a74.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_82a74.dir/build.make:78: CMakeFiles/cmTC_82a74.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_82a74/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_facd1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_facd1.dir/build.make CMakeFiles/cmTC_facd1.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_facd1.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_facd1.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_facd1.dir/build.make:78: CMakeFiles/cmTC_facd1.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_facd1/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_29774/fast && /usr/bin/gmake -f CMakeFiles/cmTC_29774.dir/build.make CMakeFiles/cmTC_29774.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_29774.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_29774.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.2.1/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.2.1/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_29774.dir/build.make:78: CMakeFiles/cmTC_29774.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_29774/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_c109f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c109f.dir/build.make CMakeFiles/cmTC_c109f.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_c109f.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_c109f.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_c109f.dir/build.make:78: CMakeFiles/cmTC_c109f.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_c109f/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_2bd9c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2bd9c.dir/build.make CMakeFiles/cmTC_2bd9c.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_2bd9c.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_2bd9c.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_2bd9c.dir/build.make:78: CMakeFiles/cmTC_2bd9c.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_2bd9c/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_f1e8c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f1e8c.dir/build.make CMakeFiles/cmTC_f1e8c.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_f1e8c.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_f1e8c.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_f1e8c.dir/build.make:78: CMakeFiles/cmTC_f1e8c.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_f1e8c/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_9575b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9575b.dir/build.make CMakeFiles/cmTC_9575b.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_9575b.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_9575b.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_9575b.dir/build.make:78: CMakeFiles/cmTC_9575b.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_9575b/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_bd14b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bd14b.dir/build.make CMakeFiles/cmTC_bd14b.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_bd14b.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_bd14b.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_bd14b.dir/build.make:78: CMakeFiles/cmTC_bd14b.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_bd14b/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_0b2a8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0b2a8.dir/build.make CMakeFiles/cmTC_0b2a8.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_0b2a8.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_0b2a8.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_0b2a8.dir/build.make:78: CMakeFiles/cmTC_0b2a8.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_0b2a8/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_3ed89/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3ed89.dir/build.make CMakeFiles/cmTC_3ed89.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_3ed89.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_3ed89.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_3ed89.dir/build.make:78: CMakeFiles/cmTC_3ed89.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_3ed89/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_6cb38/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6cb38.dir/build.make CMakeFiles/cmTC_6cb38.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_6cb38.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_6cb38.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_6cb38 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6cb38.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_6cb38.dir/CheckFunctionExists.c.o -o cmTC_6cb38 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_6cb38.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_6cb38.dir/build.make:99: cmTC_6cb38] 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_6cb38/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_f52e5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f52e5.dir/build.make CMakeFiles/cmTC_f52e5.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_f52e5.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_f52e5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f52e5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f52e5.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_f52e5.dir/CheckFunctionExists.c.o -o cmTC_f52e5 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f52e5.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_f52e5.dir/build.make:99: cmTC_f52e5] 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_f52e5/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_2c3a5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2c3a5.dir/build.make CMakeFiles/cmTC_2c3a5.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_2c3a5.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_2c3a5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_2c3a5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c3a5.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_2c3a5.dir/CheckFunctionExists.c.o -o cmTC_2c3a5 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_2c3a5.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_2c3a5.dir/build.make:99: cmTC_2c3a5] 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_2c3a5/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_5c7f1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5c7f1.dir/build.make CMakeFiles/cmTC_5c7f1.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_5c7f1.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_5c7f1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_5c7f1 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c7f1.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_5c7f1.dir/CheckFunctionExists.c.o -o cmTC_5c7f1 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5c7f1.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_5c7f1.dir/build.make:99: cmTC_5c7f1] 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_5c7f1/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_03ee1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_03ee1.dir/build.make CMakeFiles/cmTC_03ee1.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_03ee1.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_03ee1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_03ee1 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_03ee1.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_03ee1.dir/CheckFunctionExists.c.o -o cmTC_03ee1 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_03ee1.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_03ee1.dir/build.make:99: cmTC_03ee1] 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_03ee1/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_42fbb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_42fbb.dir/build.make CMakeFiles/cmTC_42fbb.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_42fbb.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_42fbb.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_42fbb >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42fbb.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_42fbb.dir/CheckFunctionExists.c.o -o cmTC_42fbb -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_42fbb.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_42fbb.dir/build.make:99: cmTC_42fbb] 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_42fbb/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_2545e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2545e.dir/build.make CMakeFiles/cmTC_2545e.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_2545e.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_2545e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_2545e >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2545e.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_2545e.dir/CheckFunctionExists.c.o -o cmTC_2545e -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_2545e.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_2545e.dir/build.make:99: cmTC_2545e] 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_2545e/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_dd523/fast && /usr/bin/gmake -f CMakeFiles/cmTC_dd523.dir/build.make CMakeFiles/cmTC_dd523.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_dd523.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_dd523.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_dd523 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd523.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_dd523.dir/CheckFunctionExists.c.o -o cmTC_dd523 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_dd523.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_dd523.dir/build.make:99: cmTC_dd523] 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_dd523/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_f29df/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f29df.dir/build.make CMakeFiles/cmTC_f29df.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_f29df.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_f29df.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f29df >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f29df.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_f29df.dir/CheckFunctionExists.c.o -o cmTC_f29df -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f29df.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_f29df.dir/build.make:99: cmTC_f29df] 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_f29df/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_fdef9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fdef9.dir/build.make CMakeFiles/cmTC_fdef9.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_fdef9.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_fdef9.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_fdef9 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fdef9.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_fdef9.dir/CheckFunctionExists.c.o -o cmTC_fdef9 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_fdef9.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_fdef9.dir/build.make:99: cmTC_fdef9] 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_fdef9/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_227c2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_227c2.dir/build.make CMakeFiles/cmTC_227c2.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_227c2.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_227c2.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_227c2 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_227c2.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_227c2.dir/CheckFunctionExists.c.o -o cmTC_227c2 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_227c2.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_227c2.dir/build.make:99: cmTC_227c2] 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_227c2/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_ad6cf/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ad6cf.dir/build.make CMakeFiles/cmTC_ad6cf.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_ad6cf.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_ad6cf.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_ad6cf >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad6cf.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_ad6cf.dir/CheckFunctionExists.c.o -o cmTC_ad6cf -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_ad6cf.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_ad6cf.dir/build.make:99: cmTC_ad6cf] 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_ad6cf/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_590ef/fast && /usr/bin/gmake -f CMakeFiles/cmTC_590ef.dir/build.make CMakeFiles/cmTC_590ef.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_590ef.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_590ef.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_590ef >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_590ef.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_590ef.dir/CheckFunctionExists.c.o -o cmTC_590ef -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_590ef.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_590ef.dir/build.make:99: cmTC_590ef] 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_590ef/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_02169/fast && /usr/bin/gmake -f CMakeFiles/cmTC_02169.dir/build.make CMakeFiles/cmTC_02169.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_02169.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_02169.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_02169 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02169.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_02169.dir/CheckFunctionExists.c.o -o cmTC_02169 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_02169.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_02169.dir/build.make:99: cmTC_02169] 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_02169/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_36d28/fast && /usr/bin/gmake -f CMakeFiles/cmTC_36d28.dir/build.make CMakeFiles/cmTC_36d28.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_36d28.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_36d28.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_36d28 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36d28.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_36d28.dir/CheckFunctionExists.c.o -o cmTC_36d28 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_36d28.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_36d28.dir/build.make:99: cmTC_36d28] 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_36d28/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_0607e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0607e.dir/build.make CMakeFiles/cmTC_0607e.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_0607e.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_0607e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_0607e >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0607e.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_0607e.dir/CheckFunctionExists.c.o -o cmTC_0607e -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0607e.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_0607e.dir/build.make:99: cmTC_0607e] 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_0607e/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_97885/fast && /usr/bin/gmake -f CMakeFiles/cmTC_97885.dir/build.make CMakeFiles/cmTC_97885.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_97885.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_97885.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_97885 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97885.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_97885.dir/CheckFunctionExists.c.o -o cmTC_97885 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_97885.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_97885.dir/build.make:99: cmTC_97885] 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_97885/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_b7351/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b7351.dir/build.make CMakeFiles/cmTC_b7351.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_b7351.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_b7351.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_b7351 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7351.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_b7351.dir/CheckFunctionExists.c.o -o cmTC_b7351 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b7351.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_b7351.dir/build.make:99: cmTC_b7351] 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_b7351/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_860a9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_860a9.dir/build.make CMakeFiles/cmTC_860a9.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_860a9.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_860a9.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_860a9 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_860a9.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_860a9.dir/CheckFunctionExists.c.o -o cmTC_860a9 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_860a9.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_860a9.dir/build.make:99: cmTC_860a9] 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_860a9/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_64445/fast && /usr/bin/gmake -f CMakeFiles/cmTC_64445.dir/build.make CMakeFiles/cmTC_64445.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_64445.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_64445.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_64445 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64445.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_64445.dir/CheckFunctionExists.c.o -o cmTC_64445 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_64445.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_64445.dir/build.make:99: cmTC_64445] 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_64445/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_f2875/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f2875.dir/build.make CMakeFiles/cmTC_f2875.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_f2875.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_f2875.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f2875 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2875.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_f2875.dir/CheckFunctionExists.c.o -o cmTC_f2875 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f2875.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_f2875.dir/build.make:99: cmTC_f2875] 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_f2875/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_77c7e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_77c7e.dir/build.make CMakeFiles/cmTC_77c7e.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_77c7e.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_77c7e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_77c7e >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77c7e.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_77c7e.dir/CheckFunctionExists.c.o -o cmTC_77c7e -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_77c7e.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_77c7e.dir/build.make:99: cmTC_77c7e] 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_77c7e/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_82591/fast && /usr/bin/gmake -f CMakeFiles/cmTC_82591.dir/build.make CMakeFiles/cmTC_82591.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_82591.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_82591.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_82591 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82591.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_82591.dir/CheckFunctionExists.c.o -o cmTC_82591 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_82591.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_82591.dir/build.make:99: cmTC_82591] 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_82591/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_850fe/fast && /usr/bin/gmake -f CMakeFiles/cmTC_850fe.dir/build.make CMakeFiles/cmTC_850fe.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_850fe.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_850fe.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_850fe >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_850fe.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_850fe.dir/CheckFunctionExists.c.o -o cmTC_850fe -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_850fe.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_850fe.dir/build.make:99: cmTC_850fe] 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_850fe/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_6688c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6688c.dir/build.make CMakeFiles/cmTC_6688c.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_6688c.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_6688c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_6688c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6688c.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_6688c.dir/CheckFunctionExists.c.o -o cmTC_6688c -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_6688c.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_6688c.dir/build.make:99: cmTC_6688c] 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_6688c/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_1088c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1088c.dir/build.make CMakeFiles/cmTC_1088c.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_1088c.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_1088c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_1088c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1088c.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_1088c.dir/CheckFunctionExists.c.o -o cmTC_1088c -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1088c.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_1088c.dir/build.make:99: cmTC_1088c] 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_1088c/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_de345/fast && /usr/bin/gmake -f CMakeFiles/cmTC_de345.dir/build.make CMakeFiles/cmTC_de345.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_de345.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_de345.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_de345 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de345.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_de345.dir/CheckFunctionExists.c.o -o cmTC_de345 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_de345.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_de345.dir/build.make:99: cmTC_de345] 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_de345/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_f93f0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f93f0.dir/build.make CMakeFiles/cmTC_f93f0.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_f93f0.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_f93f0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f93f0 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f93f0.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_f93f0.dir/CheckFunctionExists.c.o -o cmTC_f93f0 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f93f0.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_f93f0.dir/build.make:99: cmTC_f93f0] 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_f93f0/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_12a67/fast && /usr/bin/gmake -f CMakeFiles/cmTC_12a67.dir/build.make CMakeFiles/cmTC_12a67.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_12a67.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_12a67.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_12a67 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12a67.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_12a67.dir/CheckFunctionExists.c.o -o cmTC_12a67 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_12a67.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_12a67.dir/build.make:99: cmTC_12a67] 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_12a67/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_c1488/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c1488.dir/build.make CMakeFiles/cmTC_c1488.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_c1488.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_c1488.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_c1488.dir/build.make:78: CMakeFiles/cmTC_c1488.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_c1488/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_1c9fe/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1c9fe.dir/build.make CMakeFiles/cmTC_1c9fe.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_1c9fe.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_1c9fe.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_1c9fe >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c9fe.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_1c9fe.dir/CheckFunctionExists.c.o -o cmTC_1c9fe -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_1c9fe.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_1c9fe.dir/build.make:99: cmTC_1c9fe] 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_1c9fe/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_f2ed8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f2ed8.dir/build.make CMakeFiles/cmTC_f2ed8.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_f2ed8.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_f2ed8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f2ed8 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2ed8.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_f2ed8.dir/CheckFunctionExists.c.o -o cmTC_f2ed8 -lm -lcrypt >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f2ed8.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_f2ed8.dir/build.make:99: cmTC_f2ed8] 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_f2ed8/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_40998/fast && /usr/bin/gmake -f CMakeFiles/cmTC_40998.dir/build.make CMakeFiles/cmTC_40998.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_40998.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_40998.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_40998.dir/build.make:78: CMakeFiles/cmTC_40998.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_40998/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_bc8b1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bc8b1.dir/build.make CMakeFiles/cmTC_bc8b1.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_bc8b1.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_bc8b1.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_bc8b1.dir/build.make:78: CMakeFiles/cmTC_bc8b1.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_bc8b1/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_9dd32/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9dd32.dir/build.make CMakeFiles/cmTC_9dd32.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_9dd32.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_9dd32.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_9dd32.dir/build.make:78: CMakeFiles/cmTC_9dd32.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_9dd32/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_67def/fast && /usr/bin/gmake -f CMakeFiles/cmTC_67def.dir/build.make CMakeFiles/cmTC_67def.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_67def.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_67def.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_67def.dir/build.make:78: CMakeFiles/cmTC_67def.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_67def/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_a0414/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a0414.dir/build.make CMakeFiles/cmTC_a0414.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_a0414.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_a0414.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_a0414.dir/build.make:78: CMakeFiles/cmTC_a0414.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_a0414/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_08567/fast && /usr/bin/gmake -f CMakeFiles/cmTC_08567.dir/build.make CMakeFiles/cmTC_08567.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_08567.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_08567.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_08567.dir/build.make:78: CMakeFiles/cmTC_08567.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_08567/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_1d38a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1d38a.dir/build.make CMakeFiles/cmTC_1d38a.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_1d38a.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_1d38a.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_1d38a.dir/build.make:78: CMakeFiles/cmTC_1d38a.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_1d38a/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_4b324/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4b324.dir/build.make CMakeFiles/cmTC_4b324.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_4b324.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_4b324.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_4b324.dir/build.make:78: CMakeFiles/cmTC_4b324.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_4b324/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_8dcc4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8dcc4.dir/build.make CMakeFiles/cmTC_8dcc4.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_8dcc4.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_8dcc4.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_8dcc4.dir/build.make:78: CMakeFiles/cmTC_8dcc4.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_8dcc4/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_dc6f7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_dc6f7.dir/build.make CMakeFiles/cmTC_dc6f7.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_dc6f7.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_dc6f7.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_dc6f7.dir/build.make:78: CMakeFiles/cmTC_dc6f7.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_dc6f7/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_9c631/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9c631.dir/build.make CMakeFiles/cmTC_9c631.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_9c631.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_9c631.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_9c631.dir/build.make:78: CMakeFiles/cmTC_9c631.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_9c631/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_27559/fast && /usr/bin/gmake -f CMakeFiles/cmTC_27559.dir/build.make CMakeFiles/cmTC_27559.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_27559.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_27559.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_27559.dir/build.make:78: CMakeFiles/cmTC_27559.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_27559/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_b6d52/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b6d52.dir/build.make CMakeFiles/cmTC_b6d52.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_b6d52.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_b6d52.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_b6d52.dir/build.make:78: CMakeFiles/cmTC_b6d52.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_b6d52/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_00406/fast && /usr/bin/gmake -f CMakeFiles/cmTC_00406.dir/build.make CMakeFiles/cmTC_00406.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_00406.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_00406.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_00406.dir/build.make:78: CMakeFiles/cmTC_00406.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_00406/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_b0acf/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b0acf.dir/build.make CMakeFiles/cmTC_b0acf.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_b0acf.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_b0acf.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_b0acf.dir/build.make:78: CMakeFiles/cmTC_b0acf.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_b0acf/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_0a9d9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0a9d9.dir/build.make CMakeFiles/cmTC_0a9d9.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_0a9d9.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_0a9d9.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_0a9d9.dir/build.make:78: CMakeFiles/cmTC_0a9d9.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_0a9d9/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_bba17/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bba17.dir/build.make CMakeFiles/cmTC_bba17.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_bba17.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_bba17.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_bba17.dir/build.make:78: CMakeFiles/cmTC_bba17.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_bba17/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_e2ca2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e2ca2.dir/build.make CMakeFiles/cmTC_e2ca2.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_e2ca2.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_e2ca2.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_e2ca2.dir/build.make:78: CMakeFiles/cmTC_e2ca2.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_e2ca2/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_b19e6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b19e6.dir/build.make CMakeFiles/cmTC_b19e6.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_b19e6.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_b19e6.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_b19e6.dir/build.make:78: CMakeFiles/cmTC_b19e6.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_b19e6/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_4ef08/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4ef08.dir/build.make CMakeFiles/cmTC_4ef08.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_4ef08.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_4ef08.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_4ef08 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ef08.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_4ef08.dir/CheckFunctionExists.c.o -o cmTC_4ef08 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_4ef08.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_4ef08.dir/build.make:99: cmTC_4ef08] 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_4ef08/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_833b5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_833b5.dir/build.make CMakeFiles/cmTC_833b5.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_833b5.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_833b5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_833b5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_833b5.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_833b5.dir/CheckFunctionExists.c.o -o cmTC_833b5 -lcurses >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_833b5.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_833b5.dir/build.make:100: cmTC_833b5] 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_833b5/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_edf9c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_edf9c.dir/build.make CMakeFiles/cmTC_edf9c.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_edf9c.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_edf9c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_edf9c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edf9c.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_edf9c.dir/CheckFunctionExists.c.o -o cmTC_edf9c >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_edf9c.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_edf9c.dir/build.make:99: cmTC_edf9c] 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_edf9c/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_f5f39/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f5f39.dir/build.make CMakeFiles/cmTC_f5f39.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_f5f39.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_f5f39.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f5f39 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5f39.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_f5f39.dir/CheckFunctionExists.c.o -o cmTC_f5f39 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f5f39.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_f5f39.dir/build.make:99: cmTC_f5f39] 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_f5f39/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_09c1b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_09c1b.dir/build.make CMakeFiles/cmTC_09c1b.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_09c1b.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_09c1b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_09c1b >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09c1b.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_09c1b.dir/CheckFunctionExists.c.o -o cmTC_09c1b >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_09c1b.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_09c1b.dir/build.make:99: cmTC_09c1b] 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_09c1b/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_5b38c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5b38c.dir/build.make CMakeFiles/cmTC_5b38c.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_5b38c.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_5b38c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_5b38c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b38c.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_5b38c.dir/CheckFunctionExists.c.o -o cmTC_5b38c >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5b38c.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_5b38c.dir/build.make:99: cmTC_5b38c] 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_5b38c/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_473c5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_473c5.dir/build.make CMakeFiles/cmTC_473c5.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_473c5.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_473c5.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_473c5.dir/build.make:78: CMakeFiles/cmTC_473c5.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_473c5/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_49d2b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_49d2b.dir/build.make CMakeFiles/cmTC_49d2b.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_49d2b.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_49d2b.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_49d2b.dir/build.make:78: CMakeFiles/cmTC_49d2b.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_49d2b/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_c4b48/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c4b48.dir/build.make CMakeFiles/cmTC_c4b48.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_c4b48.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_c4b48.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_c4b48.dir/build.make:78: CMakeFiles/cmTC_c4b48.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_c4b48/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_897a5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_897a5.dir/build.make CMakeFiles/cmTC_897a5.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_897a5.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_897a5.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_897a5.dir/build.make:78: CMakeFiles/cmTC_897a5.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_897a5/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_0572b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0572b.dir/build.make CMakeFiles/cmTC_0572b.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_0572b.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_0572b.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_0572b.dir/build.make:78: CMakeFiles/cmTC_0572b.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_0572b/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); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 829801
:
760042
| 760043 |
760044