Performing C SOURCE FILE Test HAVE_C_FLOATING_POINT_FUSED_MADD failed with the following compile output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5dbaf/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5dbaf.dir/build.make CMakeFiles/cmTC_5dbaf.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5dbaf.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_C_FLOATING_POINT_FUSED_MADD -pipe -march=native -fno-diagnostics-color -O2 -O3 -fno-diagnostics-color -o CMakeFiles/cmTC_5dbaf.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_5dbaf /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5dbaf.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -O3 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_5dbaf.dir/src.c.o -o cmTC_5dbaf gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' ...and run output: Return value: 1 Source file was: int main (int argc, char **argv) { double n[21] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1,1 }; double m= 0, s= 0; int i; for(i= 0; i < 21; i++) { double m_kminusone= m; m= m_kminusone + (n[i] - m_kminusone) / (double) (i + 2); s= s + (n[i] - m_kminusone) * (n[i] - m); } /* s should now be either 5e 74 d1 45 17 5d 14 40 or 40 14 5d 17 45 d1 74 5e, depending on endianness. If the floating point operations are optimized with fused multiply-add instructions, the least significant byte is 5d instead of 5e. */ return (*(unsigned char*)(&s) == 0x5e || *((unsigned char*)(&s) + 7) == 0x5e); } Performing C++ SOURCE FILE Test HAVE_CXX_FLOATING_POINT_FUSED_MADD failed with the following compile output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_950e5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_950e5.dir/build.make CMakeFiles/cmTC_950e5.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_950e5.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_CXX_FLOATING_POINT_FUSED_MADD -pipe -march=native -fno-diagnostics-color -O2 -O3 -fno-diagnostics-color -o CMakeFiles/cmTC_950e5.dir/src.cxx.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_950e5 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_950e5.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -O3 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_950e5.dir/src.cxx.o -o cmTC_950e5 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' ...and run output: Return value: 1 Source file was: int main (int argc, char **argv) { double n[21] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1,1 }; double m= 0, s= 0; int i; for(i= 0; i < 21; i++) { double m_kminusone= m; m= m_kminusone + (n[i] - m_kminusone) / (double) (i + 2); s= s + (n[i] - m_kminusone) * (n[i] - m); } /* s should now be either 5e 74 d1 45 17 5d 14 40 or 40 14 5d 17 45 d1 74 5e, depending on endianness. If the floating point operations are optimized with fused multiply-add instructions, the least significant byte is 5d instead of 5e. */ return (*(unsigned char*)(&s) == 0x5e || *((unsigned char*)(&s) + 7) == 0x5e); } Performing C SOURCE FILE Test C_LD_LLD_RESULT failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_311fd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_311fd.dir/build.make CMakeFiles/cmTC_311fd.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_311fd.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DC_LD_LLD_RESULT -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_311fd.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_311fd /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_311fd.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_311fd.dir/src.c.o -o cmTC_311fd -fuse-ld=lld collect2: fatal error: cannot find ‘ld’ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_311fd.dir/build.make:99: cmTC_311fd] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_311fd/fast] Error 2 Source file was: int main() {} Performing C++ SOURCE FILE Test CXX_LD_LLD_RESULT failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fc4c6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fc4c6.dir/build.make CMakeFiles/cmTC_fc4c6.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fc4c6.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_LD_LLD_RESULT -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_fc4c6.dir/src.cxx.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_fc4c6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc4c6.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_fc4c6.dir/src.cxx.o -o cmTC_fc4c6 -fuse-ld=lld collect2: fatal error: cannot find ‘ld’ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_fc4c6.dir/build.make:99: cmTC_fc4c6] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_fc4c6/fast] Error 2 Source file was: int main() {} Performing C SOURCE FILE Test C_LD_GOLD_RESULT failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_dc652/fast && /usr/bin/gmake -f CMakeFiles/cmTC_dc652.dir/build.make CMakeFiles/cmTC_dc652.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dc652.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DC_LD_GOLD_RESULT -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_dc652.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_dc652 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc652.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_dc652.dir/src.c.o -o cmTC_dc652 -fuse-ld=gold collect2: fatal error: cannot find ‘ld’ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_dc652.dir/build.make:99: cmTC_dc652] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_dc652/fast] Error 2 Source file was: int main() {} Performing C++ SOURCE FILE Test CXX_LD_GOLD_RESULT failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_92626/fast && /usr/bin/gmake -f CMakeFiles/cmTC_92626.dir/build.make CMakeFiles/cmTC_92626.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_92626.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_LD_GOLD_RESULT -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_92626.dir/src.cxx.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_92626 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92626.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_92626.dir/src.cxx.o -o cmTC_92626 -fuse-ld=gold collect2: fatal error: cannot find ‘ld’ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_92626.dir/build.make:99: cmTC_92626] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_92626/fast] Error 2 Source file was: int main() {} Determining if the function floor exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_aaee6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_aaee6.dir/build.make CMakeFiles/cmTC_aaee6.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aaee6.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=floor -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_aaee6.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c : 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 ‘’ +++ |+#include 1 | #ifdef CHECK_FUNCTION_EXISTS Linking C executable cmTC_aaee6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aaee6.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=floor -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_aaee6.dir/CheckFunctionExists.c.o -o cmTC_aaee6 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_aaee6.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `floor' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_aaee6.dir/build.make:99: cmTC_aaee6] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_aaee6/fast] Error 2 Determining if files sys/types.h;sasl/sasl.h exist failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d01d4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d01d4.dir/build.make CMakeFiles/cmTC_d01d4.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d01d4.dir/HAVE_SASL_SASL_H.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_d01d4.dir/HAVE_SASL_SASL_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_SASL_SASL_H.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_SASL_SASL_H.c:3:10: fatal error: sasl/sasl.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_d01d4.dir/build.make:78: CMakeFiles/cmTC_d01d4.dir/HAVE_SASL_SASL_H.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_d01d4/fast] Error 2 Source: /* */ #include #include int main(void){return 0;} Determining if the function _aligned_malloc exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3477e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3477e.dir/build.make CMakeFiles/cmTC_3477e.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3477e.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=_aligned_malloc -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_3477e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_3477e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3477e.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=_aligned_malloc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_3477e.dir/CheckFunctionExists.c.o -o cmTC_3477e -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_3477e.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `_aligned_malloc' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_3477e.dir/build.make:99: cmTC_3477e] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3477e/fast] Error 2 Determining if the function directio exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b9827/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b9827.dir/build.make CMakeFiles/cmTC_b9827.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9827.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=directio -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_b9827.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_b9827 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9827.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=directio -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_b9827.dir/CheckFunctionExists.c.o -o cmTC_b9827 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b9827.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `directio' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_b9827.dir/build.make:99: cmTC_b9827] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b9827/fast] Error 2 Determining if the function gethrtime exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_34cc8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_34cc8.dir/build.make CMakeFiles/cmTC_34cc8.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_34cc8.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=gethrtime -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_34cc8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_34cc8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34cc8.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_34cc8.dir/CheckFunctionExists.c.o -o cmTC_34cc8 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_34cc8.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `gethrtime' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_34cc8.dir/build.make:99: cmTC_34cc8] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_34cc8/fast] Error 2 Determining if the function getpassphrase exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_497f4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_497f4.dir/build.make CMakeFiles/cmTC_497f4.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_497f4.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=getpassphrase -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_497f4.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_497f4 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_497f4.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_497f4.dir/CheckFunctionExists.c.o -o cmTC_497f4 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_497f4.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `getpassphrase' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_497f4.dir/build.make:99: cmTC_497f4] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_497f4/fast] Error 2 Determining if the function issetugid exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_99392/fast && /usr/bin/gmake -f CMakeFiles/cmTC_99392.dir/build.make CMakeFiles/cmTC_99392.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_99392.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=issetugid -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_99392.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_99392 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99392.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_99392.dir/CheckFunctionExists.c.o -o cmTC_99392 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_99392.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `issetugid' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_99392.dir/build.make:99: cmTC_99392] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_99392/fast] Error 2 Determining if the function strlcpy exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a10dc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a10dc.dir/build.make CMakeFiles/cmTC_a10dc.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a10dc.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=strlcpy -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_a10dc.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_a10dc /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a10dc.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_a10dc.dir/CheckFunctionExists.c.o -o cmTC_a10dc -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a10dc.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_a10dc.dir/build.make:99: cmTC_a10dc] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_a10dc/fast] Error 2 Determining if the function strlcat exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7bf55/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7bf55.dir/build.make CMakeFiles/cmTC_7bf55.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7bf55.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=strlcat -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_7bf55.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_7bf55 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7bf55.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_7bf55.dir/CheckFunctionExists.c.o -o cmTC_7bf55 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_7bf55.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `strlcat' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_7bf55.dir/build.make:99: cmTC_7bf55] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_7bf55/fast] Error 2 Determining if the function tell exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_809ae/fast && /usr/bin/gmake -f CMakeFiles/cmTC_809ae.dir/build.make CMakeFiles/cmTC_809ae.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_809ae.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=tell -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_809ae.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_809ae /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_809ae.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=tell -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_809ae.dir/CheckFunctionExists.c.o -o cmTC_809ae -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_809ae.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `tell' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_809ae.dir/build.make:99: cmTC_809ae] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_809ae/fast] Error 2 Determining if the function ntohll exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_efb26/fast && /usr/bin/gmake -f CMakeFiles/cmTC_efb26.dir/build.make CMakeFiles/cmTC_efb26.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_efb26.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=ntohll -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_efb26.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_efb26 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efb26.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=ntohll -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_efb26.dir/CheckFunctionExists.c.o -o cmTC_efb26 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_efb26.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `ntohll' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_efb26.dir/build.make:99: cmTC_efb26] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_efb26/fast] Error 2 Determining if the function memset_s exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_35ff5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_35ff5.dir/build.make CMakeFiles/cmTC_35ff5.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_35ff5.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=memset_s -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_35ff5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_35ff5 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35ff5.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=memset_s -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_35ff5.dir/CheckFunctionExists.c.o -o cmTC_35ff5 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_35ff5.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `memset_s' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_35ff5.dir/build.make:99: cmTC_35ff5] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_35ff5/fast] Error 2 Determining if the FIONREAD exist failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1b51f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1b51f.dir/build.make CMakeFiles/cmTC_1b51f.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1b51f.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_1b51f.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: sys/filio.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_1b51f.dir/build.make:78: CMakeFiles/cmTC_1b51f.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_1b51f/fast] Error 2 File /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef FIONREAD return ((int*)(&FIONREAD))[argc]; #else (void)argc; return 0; #endif } Determining if the function kqueue exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_92fdb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_92fdb.dir/build.make CMakeFiles/cmTC_92fdb.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_92fdb.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=kqueue -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_92fdb.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_92fdb /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92fdb.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_92fdb.dir/CheckFunctionExists.c.o -o cmTC_92fdb -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_92fdb.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `kqueue' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_92fdb.dir/build.make:99: cmTC_92fdb] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_92fdb/fast] Error 2 Determining if the EVFILT_TIMER exist failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ae833/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ae833.dir/build.make CMakeFiles/cmTC_ae833.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae833.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_ae833.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: sys/event.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_ae833.dir/build.make:78: CMakeFiles/cmTC_ae833.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_ae833/fast] Error 2 File /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef EVFILT_TIMER return ((int*)(&EVFILT_TIMER))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_PTHREAD_GETTHREADID_NP failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4e096/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4e096.dir/build.make CMakeFiles/cmTC_4e096.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4e096.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_PTHREAD_GETTHREADID_NP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_4e096.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: pthread_np.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_4e096.dir/build.make:78: CMakeFiles/cmTC_4e096.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_4e096/fast] Error 2 Source file was: #include int main(int ac, char **av) { unsigned long long tid = pthread_getthreadid_np(); return (tid != 0 ? 0 : 1); } Performing C SOURCE FILE Test HAVE_PTHREAD_THREADID_NP failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_76097/fast && /usr/bin/gmake -f CMakeFiles/cmTC_76097.dir/build.make CMakeFiles/cmTC_76097.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_76097.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_PTHREAD_THREADID_NP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_76097.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c:6:3: warning: implicit declaration of function ‘pthread_threadid_np’; did you mean ‘pthread_tryjoin_np’? [-Wimplicit-function-declaration] 6 | pthread_threadid_np(NULL, &tid64); | ^~~~~~~~~~~~~~~~~~~ | pthread_tryjoin_np Linking C executable cmTC_76097 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76097.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 CMakeFiles/cmTC_76097.dir/src.c.o -o cmTC_76097 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_76097.dir/src.c.o: in function `main': src.c:(.text.startup+0x1e): undefined reference to `pthread_threadid_np' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_76097.dir/build.make:99: cmTC_76097] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_76097/fast] Error 2 Source file was: #include int main(int ac, char **av) { unsigned long long tid64; pthread_threadid_np(NULL, &tid64); return (tid64 != 0 ? 0 : 1); } Performing C SOURCE FILE Test HAVE_PTHREAD_SETNAME_NP_MACOS failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d0d22/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d0d22.dir/build.make CMakeFiles/cmTC_d0d22.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d0d22.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_PTHREAD_SETNAME_NP_MACOS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_d0d22.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c:6:29: warning: passing argument 1 of ‘pthread_setname_np’ makes integer from pointer without a cast [-Wint-conversion] 6 | return pthread_setname_np(name); | ^~~~ | | | char * In file included from /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c:2: /usr/include/pthread.h:463:42: note: expected ‘pthread_t’ {aka ‘long unsigned int’} but argument is of type ‘char *’ 463 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ~~~~~~~~~~^~~~~~~~~~~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c:6:10: error: too few arguments to function ‘pthread_setname_np’ 6 | return pthread_setname_np(name); | ^~~~~~~~~~~~~~~~~~ /usr/include/pthread.h:463:12: note: declared here 463 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ^~~~~~~~~~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_d0d22.dir/build.make:78: CMakeFiles/cmTC_d0d22.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_d0d22/fast] Error 2 Source file was: #include int main(int argc, char **argv) { char name[16] = {0}; return pthread_setname_np(name); } Determining if the include file netinet/in6.h exists failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c05b7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c05b7.dir/build.make CMakeFiles/cmTC_c05b7.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c05b7.dir/CheckIncludeFile.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_c05b7.dir/CheckIncludeFile.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: netinet/in6.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_c05b7.dir/build.make:78: CMakeFiles/cmTC_c05b7.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c05b7/fast] Error 2 Determining size of struct in6_addr failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f4eda/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f4eda.dir/build.make CMakeFiles/cmTC_f4eda.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f4eda.dir/SIZEOF_IN6_ADDR.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_f4eda.dir/SIZEOF_IN6_ADDR.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:31:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_addr’ 31 | #define SIZE (sizeof(struct in6_addr)) | ^~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:33:12: note: in expansion of macro ‘SIZE’ 33 | ('0' + ((SIZE / 10000)%10)), | ^~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:31:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_addr’ 31 | #define SIZE (sizeof(struct in6_addr)) | ^~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:34:12: note: in expansion of macro ‘SIZE’ 34 | ('0' + ((SIZE / 1000)%10)), | ^~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:31:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_addr’ 31 | #define SIZE (sizeof(struct in6_addr)) | ^~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:35:12: note: in expansion of macro ‘SIZE’ 35 | ('0' + ((SIZE / 100)%10)), | ^~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:31:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_addr’ 31 | #define SIZE (sizeof(struct in6_addr)) | ^~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:36:12: note: in expansion of macro ‘SIZE’ 36 | ('0' + ((SIZE / 10)%10)), | ^~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:31:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_addr’ 31 | #define SIZE (sizeof(struct in6_addr)) | ^~~~~~ /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:37:12: note: in expansion of macro ‘SIZE’ 37 | ('0' + (SIZE % 10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_f4eda.dir/build.make:78: CMakeFiles/cmTC_f4eda.dir/SIZEOF_IN6_ADDR.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_f4eda/fast] Error 2 /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c: #include #include #include #include "stdint.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(struct in6_addr)) 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 HAVE_SOCKADDR_IN_SIN_LEN failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f4793/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f4793.dir/build.make CMakeFiles/cmTC_f4793.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f4793.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_SOCKADDR_IN_SIN_LEN -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_f4793.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_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_f4793.dir/build.make:78: CMakeFiles/cmTC_f4793.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_f4793/fast] Error 2 Source file was: #include #include #include 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/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_299b3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_299b3.dir/build.make CMakeFiles/cmTC_299b3.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_299b3.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_SOCKADDR_IN6_SIN6_LEN -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_299b3.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_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_299b3.dir/build.make:78: CMakeFiles/cmTC_299b3.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_299b3/fast] Error 2 Source file was: #include #include #include int main() { (void)sizeof(((struct sockaddr_in6 *)0)->sin6_len); return 0; } Determining if files numa.h exist failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5f50a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5f50a.dir/build.make CMakeFiles/cmTC_5f50a.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5f50a.dir/HAVE_NUMA_H.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_5f50a.dir/HAVE_NUMA_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMA_H.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMA_H.c:2:10: fatal error: numa.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_5f50a.dir/build.make:78: CMakeFiles/cmTC_5f50a.dir/HAVE_NUMA_H.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_5f50a/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files numaif.h exist failed with the following output: Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b2c87/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b2c87.dir/build.make CMakeFiles/cmTC_b2c87.dir/build gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b2c87.dir/HAVE_NUMAIF_H.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-omit-frame-pointer -ftls-model=initial-exec -pipe -march=native -fno-diagnostics-color -O2 -fPIE -fno-diagnostics-color -o CMakeFiles/cmTC_b2c87.dir/HAVE_NUMAIF_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMAIF_H.c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMAIF_H.c:2:10: fatal error: numaif.h: No such file or directory 2 | #include | ^~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_b2c87.dir/build.make:78: CMakeFiles/cmTC_b2c87.dir/HAVE_NUMAIF_H.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.29.22/work/percona-xtrabackup-8.0.29-22_build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b2c87/fast] Error 2 Source: /* */ #include int main(void){return 0;}