Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 583470 Details for
Bug 690172
dev-db/percona-xtrabackup-8.0.6 : CMake Error at cmake/ssl.cmake:68 (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), 64.94 KB, created by
Toralf Förster
on 2019-07-18 17:53:03 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-07-18 17:53:03 UTC
Size:
64.94 KB
patch
obsolete
>Performing C++ SOURCE FILE Test HAVE_LLVM_LIBCPP failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_918c1/fast >/usr/bin/gmake -f CMakeFiles/cmTC_918c1.dir/build.make CMakeFiles/cmTC_918c1.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_918c1.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -std=c++11 -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_LLVM_LIBCPP -o CMakeFiles/cmTC_918c1.dir/src.cxx.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.cxx >Linking CXX executable cmTC_918c1 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_918c1.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -std=c++11 -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_LLVM_LIBCPP -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_918c1.dir/src.cxx.o -o cmTC_918c1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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 pthread_create exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_73120/fast >/usr/bin/gmake -f CMakeFiles/cmTC_73120.dir/build.make CMakeFiles/cmTC_73120.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_73120.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_73120.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >Linking C executable cmTC_73120 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73120.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_73120.dir/CheckSymbolExists.c.o -o cmTC_73120 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_73120.dir/CheckSymbolExists.c.o: in function `main': >CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_73120.dir/build.make:87: cmTC_73120] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_73120/fast] Error 2 > >File /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <pthread.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef pthread_create > return ((int*)(&pthread_create))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the function pthread_create exists in the pthreads failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_277c3/fast >/usr/bin/gmake -f CMakeFiles/cmTC_277c3.dir/build.make CMakeFiles/cmTC_277c3.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_277c3.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_277c3.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_277c3 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_277c3.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_277c3.dir/CheckFunctionExists.c.o -o cmTC_277c3 -lpthreads >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_277c3.dir/build.make:87: cmTC_277c3] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_277c3/fast] Error 2 > > >Determining if the function floor exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_8a8b3/fast >/usr/bin/gmake -f CMakeFiles/cmTC_8a8b3.dir/build.make CMakeFiles/cmTC_8a8b3.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8a8b3.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_8a8b3.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_8a8b3 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a8b3.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=floor -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_8a8b3.dir/CheckFunctionExists.c.o -o cmTC_8a8b3 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_8a8b3.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_8a8b3.dir/build.make:87: cmTC_8a8b3] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_8a8b3/fast] Error 2 > > >Determining if the function crypt exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_07778/fast >/usr/bin/gmake -f CMakeFiles/cmTC_07778.dir/build.make CMakeFiles/cmTC_07778.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_07778.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_07778.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_07778 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07778.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=crypt -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_07778.dir/CheckFunctionExists.c.o -o cmTC_07778 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_07778.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `crypt' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_07778.dir/build.make:87: cmTC_07778] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_07778/fast] Error 2 > > >Determining if the function dlopen exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_34483/fast >/usr/bin/gmake -f CMakeFiles/cmTC_34483.dir/build.make CMakeFiles/cmTC_34483.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_34483.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_34483.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_34483 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34483.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_34483.dir/CheckFunctionExists.c.o -o cmTC_34483 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_34483.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `dlopen' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_34483.dir/build.make:87: cmTC_34483] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_34483/fast] Error 2 > > >Determining if the function timer_create exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_4f694/fast >/usr/bin/gmake -f CMakeFiles/cmTC_4f694.dir/build.make CMakeFiles/cmTC_4f694.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_4f694.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=timer_create -o CMakeFiles/cmTC_4f694.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_4f694 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f694.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=timer_create -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_4f694.dir/CheckFunctionExists.c.o -o cmTC_4f694 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_4f694.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `timer_create' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_4f694.dir/build.make:87: cmTC_4f694] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_4f694/fast] Error 2 > > >Determining if the function atomic_thread_fence exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_fa5e5/fast >/usr/bin/gmake -f CMakeFiles/cmTC_fa5e5.dir/build.make CMakeFiles/cmTC_fa5e5.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_fa5e5.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -o CMakeFiles/cmTC_fa5e5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_fa5e5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa5e5.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_fa5e5.dir/CheckFunctionExists.c.o -o cmTC_fa5e5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_fa5e5.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `atomic_thread_fence' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_fa5e5.dir/build.make:87: cmTC_fa5e5] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_fa5e5/fast] Error 2 > > >Determining if files ieeefp.h exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_dfea6/fast >/usr/bin/gmake -f CMakeFiles/cmTC_dfea6.dir/build.make CMakeFiles/cmTC_dfea6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_dfea6.dir/HAVE_IEEEFP_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_dfea6.dir/HAVE_IEEEFP_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_dfea6.dir/build.make:66: CMakeFiles/cmTC_dfea6.dir/HAVE_IEEEFP_H.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_dfea6/fast] Error 2 > >Source: >/* */ >#include <ieeefp.h> > > >int main(void){return 0;} > >Determining if files vis.h exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_25339/fast >/usr/bin/gmake -f CMakeFiles/cmTC_25339.dir/build.make CMakeFiles/cmTC_25339.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_25339.dir/HAVE_VIS_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_25339.dir/HAVE_VIS_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_VIS_H.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_25339.dir/build.make:66: CMakeFiles/cmTC_25339.dir/HAVE_VIS_H.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_25339/fast] Error 2 > >Source: >/* */ >#include <vis.h> > > >int main(void){return 0;} > >Determining if files sasl/sasl.h exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_2c1ef/fast >/usr/bin/gmake -f CMakeFiles/cmTC_2c1ef.dir/build.make CMakeFiles/cmTC_2c1ef.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_2c1ef.dir/HAVE_SASL_SASL_H.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_2c1ef.dir/HAVE_SASL_SASL_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_SASL_SASL_H.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_SASL_SASL_H.c:2:10: fatal error: sasl/sasl.h: No such file or directory > 2 | #include <sasl/sasl.h> > | ^~~~~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_2c1ef.dir/build.make:66: CMakeFiles/cmTC_2c1ef.dir/HAVE_SASL_SASL_H.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_2c1ef/fast] Error 2 > >Source: >/* */ >#include <sasl/sasl.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/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_efea6/fast >/usr/bin/gmake -f CMakeFiles/cmTC_efea6.dir/build.make CMakeFiles/cmTC_efea6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_efea6.dir/HAVE_DEVPOLL.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_efea6.dir/HAVE_DEVPOLL.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_DEVPOLL.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_efea6.dir/build.make:66: CMakeFiles/cmTC_efea6.dir/HAVE_DEVPOLL.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_efea6/fast] Error 2 > >Source: >/* */ >#include <sys/devpoll.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/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_4e4f0/fast >/usr/bin/gmake -f CMakeFiles/cmTC_4e4f0.dir/build.make CMakeFiles/cmTC_4e4f0.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_4e4f0.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=_aligned_malloc -o CMakeFiles/cmTC_4e4f0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_4e4f0 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4e4f0.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=_aligned_malloc -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_4e4f0.dir/CheckFunctionExists.c.o -o cmTC_4e4f0 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_4e4f0.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_4e4f0.dir/build.make:87: cmTC_4e4f0] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_4e4f0/fast] Error 2 > > >Determining if the function printstack exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_e8066/fast >/usr/bin/gmake -f CMakeFiles/cmTC_e8066.dir/build.make CMakeFiles/cmTC_e8066.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e8066.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTC_e8066.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_e8066 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8066.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=printstack -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_e8066.dir/CheckFunctionExists.c.o -o cmTC_e8066 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_e8066.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `printstack' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_e8066.dir/build.make:87: cmTC_e8066] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_e8066/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_18607/fast >/usr/bin/gmake -f CMakeFiles/cmTC_18607.dir/build.make CMakeFiles/cmTC_18607.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_18607.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTC_18607.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_18607 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18607.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=directio -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_18607.dir/CheckFunctionExists.c.o -o cmTC_18607 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_18607.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_18607.dir/build.make:87: cmTC_18607] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_18607/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_b4019/fast >/usr/bin/gmake -f CMakeFiles/cmTC_b4019.dir/build.make CMakeFiles/cmTC_b4019.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_b4019.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTC_b4019.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_b4019 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4019.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_b4019.dir/CheckFunctionExists.c.o -o cmTC_b4019 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_b4019.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_b4019.dir/build.make:87: cmTC_b4019] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_b4019/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_a2770/fast >/usr/bin/gmake -f CMakeFiles/cmTC_a2770.dir/build.make CMakeFiles/cmTC_a2770.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_a2770.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTC_a2770.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_a2770 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2770.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_a2770.dir/CheckFunctionExists.c.o -o cmTC_a2770 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a2770.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_a2770.dir/build.make:87: cmTC_a2770] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_a2770/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_7551a/fast >/usr/bin/gmake -f CMakeFiles/cmTC_7551a.dir/build.make CMakeFiles/cmTC_7551a.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_7551a.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=issetugid -o CMakeFiles/cmTC_7551a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_7551a >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7551a.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=issetugid -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_7551a.dir/CheckFunctionExists.c.o -o cmTC_7551a -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_7551a.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_7551a.dir/build.make:87: cmTC_7551a] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_7551a/fast] Error 2 > > >Determining if the function setfd exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_c4c8c/fast >/usr/bin/gmake -f CMakeFiles/cmTC_c4c8c.dir/build.make CMakeFiles/cmTC_c4c8c.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_c4c8c.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTC_c4c8c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_c4c8c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4c8c.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=setfd -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_c4c8c.dir/CheckFunctionExists.c.o -o cmTC_c4c8c -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_c4c8c.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `setfd' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_c4c8c.dir/build.make:87: cmTC_c4c8c] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_c4c8c/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_9fcf3/fast >/usr/bin/gmake -f CMakeFiles/cmTC_9fcf3.dir/build.make CMakeFiles/cmTC_9fcf3.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_9fcf3.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTC_9fcf3.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_9fcf3 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fcf3.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_9fcf3.dir/CheckFunctionExists.c.o -o cmTC_9fcf3 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_9fcf3.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_9fcf3.dir/build.make:87: cmTC_9fcf3] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_9fcf3/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_0cd6a/fast >/usr/bin/gmake -f CMakeFiles/cmTC_0cd6a.dir/build.make CMakeFiles/cmTC_0cd6a.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_0cd6a.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTC_0cd6a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_0cd6a >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cd6a.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_0cd6a.dir/CheckFunctionExists.c.o -o cmTC_0cd6a -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0cd6a.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_0cd6a.dir/build.make:87: cmTC_0cd6a] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_0cd6a/fast] Error 2 > > >Determining if the function fgetln exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_5804f/fast >/usr/bin/gmake -f CMakeFiles/cmTC_5804f.dir/build.make CMakeFiles/cmTC_5804f.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_5804f.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=fgetln -o CMakeFiles/cmTC_5804f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_5804f >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5804f.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=fgetln -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_5804f.dir/CheckFunctionExists.c.o -o cmTC_5804f -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5804f.dir/CheckFunctionExists.c.o: in function `main': >CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `fgetln' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_5804f.dir/build.make:87: cmTC_5804f] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_5804f/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_807f5/fast >/usr/bin/gmake -f CMakeFiles/cmTC_807f5.dir/build.make CMakeFiles/cmTC_807f5.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_807f5.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTC_807f5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_807f5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_807f5.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=tell -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_807f5.dir/CheckFunctionExists.c.o -o cmTC_807f5 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_807f5.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_807f5.dir/build.make:87: cmTC_807f5] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_807f5/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_8a845/fast >/usr/bin/gmake -f CMakeFiles/cmTC_8a845.dir/build.make CMakeFiles/cmTC_8a845.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8a845.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=ntohll -o CMakeFiles/cmTC_8a845.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_8a845 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a845.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=ntohll -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_8a845.dir/CheckFunctionExists.c.o -o cmTC_8a845 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_8a845.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_8a845.dir/build.make:87: cmTC_8a845] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_8a845/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_a91a8/fast >/usr/bin/gmake -f CMakeFiles/cmTC_a91a8.dir/build.make CMakeFiles/cmTC_a91a8.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_a91a8.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=memset_s -o CMakeFiles/cmTC_a91a8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_a91a8 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a91a8.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=memset_s -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_a91a8.dir/CheckFunctionExists.c.o -o cmTC_a91a8 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_a91a8.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_a91a8.dir/build.make:87: cmTC_a91a8] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_a91a8/fast] Error 2 > > >Determining if the function kqueue exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_71f55/fast >/usr/bin/gmake -f CMakeFiles/cmTC_71f55.dir/build.make CMakeFiles/cmTC_71f55.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_71f55.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTC_71f55.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_71f55 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71f55.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_71f55.dir/CheckFunctionExists.c.o -o cmTC_71f55 -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_71f55.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_71f55.dir/build.make:87: cmTC_71f55] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_71f55/fast] Error 2 > > >Determining if the FIONREAD exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_11cf4/fast >/usr/bin/gmake -f CMakeFiles/cmTC_11cf4.dir/build.make CMakeFiles/cmTC_11cf4.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_11cf4.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_11cf4.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_11cf4.dir/build.make:66: CMakeFiles/cmTC_11cf4.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_11cf4/fast] Error 2 > >File /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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 if the function kqueue exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_bf06c/fast >/usr/bin/gmake -f CMakeFiles/cmTC_bf06c.dir/build.make CMakeFiles/cmTC_bf06c.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_bf06c.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=kqueue -o CMakeFiles/cmTC_bf06c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_bf06c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf06c.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=kqueue -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_bf06c.dir/CheckFunctionExists.c.o -o cmTC_bf06c -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_bf06c.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_bf06c.dir/build.make:87: cmTC_bf06c] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_bf06c/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_50915/fast >/usr/bin/gmake -f CMakeFiles/cmTC_50915.dir/build.make CMakeFiles/cmTC_50915.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_50915.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_50915.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: sys/event.h: No such file or directory > 3 | #include <sys/event.h> > | ^~~~~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_50915.dir/build.make:66: CMakeFiles/cmTC_50915.dir/CheckSymbolExists.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_50915/fast] Error 2 > >File /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <sys/types.h> >#include <sys/event.h> >#include <sys/time.h> > >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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_1c6c6/fast >/usr/bin/gmake -f CMakeFiles/cmTC_1c6c6.dir/build.make CMakeFiles/cmTC_1c6c6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_1c6c6.dir/src.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_PTHREAD_GETTHREADID_NP -o CMakeFiles/cmTC_1c6c6.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: pthread_np.h: No such file or directory > 2 | #include <pthread_np.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_1c6c6.dir/build.make:66: CMakeFiles/cmTC_1c6c6.dir/src.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_1c6c6/fast] Error 2 > >Source file was: > >#include <pthread_np.h> >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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_d9a3f/fast >/usr/bin/gmake -f CMakeFiles/cmTC_d9a3f.dir/build.make CMakeFiles/cmTC_d9a3f.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_d9a3f.dir/src.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_PTHREAD_THREADID_NP -o CMakeFiles/cmTC_d9a3f.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_d9a3f >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d9a3f.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_PTHREAD_THREADID_NP -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_d9a3f.dir/src.c.o -o cmTC_d9a3f -lm -lcrypt -ldl -lpthread -lrt -latomic >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_d9a3f.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_d9a3f.dir/build.make:87: cmTC_d9a3f] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_d9a3f/fast] Error 2 > >Source file was: > >#include <pthread.h> >int main(int ac, char **av) >{ > unsigned long long tid64; > pthread_threadid_np(NULL, &tid64); > return (tid64 != 0 ? 0 : 1); >} >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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_c6edc/fast >/usr/bin/gmake -f CMakeFiles/cmTC_c6edc.dir/build.make CMakeFiles/cmTC_c6edc.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_c6edc.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_c6edc.dir/CheckIncludeFile.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_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_c6edc.dir/build.make:66: CMakeFiles/cmTC_c6edc.dir/CheckIncludeFile.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_c6edc/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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_d2752/fast >/usr/bin/gmake -f CMakeFiles/cmTC_d2752.dir/build.make CMakeFiles/cmTC_d2752.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_d2752.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_d2752.dir/SIZEOF_IN6_ADDR.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:23:22: error: invalid application of âsizeofâ to incomplete type âstruct in6_addrâ > 23 | #define SIZE (sizeof(struct in6_addr)) > | ^~~~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:25:12: note: in expansion of macro âSIZEâ > 25 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:23:22: error: invalid application of âsizeofâ to incomplete type âstruct in6_addrâ > 23 | #define SIZE (sizeof(struct in6_addr)) > | ^~~~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:26:12: note: in expansion of macro âSIZEâ > 26 | ('0' + ((SIZE / 1000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:23:22: error: invalid application of âsizeofâ to incomplete type âstruct in6_addrâ > 23 | #define SIZE (sizeof(struct in6_addr)) > | ^~~~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:27:12: note: in expansion of macro âSIZEâ > 27 | ('0' + ((SIZE / 100)%10)), > | ^~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:23:22: error: invalid application of âsizeofâ to incomplete type âstruct in6_addrâ > 23 | #define SIZE (sizeof(struct in6_addr)) > | ^~~~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:28:12: note: in expansion of macro âSIZEâ > 28 | ('0' + ((SIZE / 10)%10)), > | ^~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:23:22: error: invalid application of âsizeofâ to incomplete type âstruct in6_addrâ > 23 | #define SIZE (sizeof(struct in6_addr)) > | ^~~~~~ >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + (SIZE % 10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_d2752.dir/build.make:66: CMakeFiles/cmTC_d2752.dir/SIZEOF_IN6_ADDR.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_d2752/fast] Error 2 > >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c: >#include <sys/types.h> >#include <stdint.h> >#include <stddef.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(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#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)) >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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_da9e9/fast >/usr/bin/gmake -f CMakeFiles/cmTC_da9e9.dir/build.make CMakeFiles/cmTC_da9e9.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_da9e9.dir/src.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_SOCKADDR_IN_SIN_LEN -o CMakeFiles/cmTC_da9e9.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c:8:42: error: âstruct sockaddr_inâ has no member named âsin_lenâ > 8 | (void)sizeof(((struct sockaddr_in *)0)->sin_len); > | ^~ >gmake[1]: *** [CMakeFiles/cmTC_da9e9.dir/build.make:66: CMakeFiles/cmTC_da9e9.dir/src.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_da9e9/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/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_e2bb6/fast >/usr/bin/gmake -f CMakeFiles/cmTC_e2bb6.dir/build.make CMakeFiles/cmTC_e2bb6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e2bb6.dir/src.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -DHAVE_SOCKADDR_IN6_SIN6_LEN -o CMakeFiles/cmTC_e2bb6.dir/src.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp/src.c:8:43: error: âstruct sockaddr_in6â has no member named âsin6_lenâ > 8 | (void)sizeof(((struct sockaddr_in6 *)0)->sin6_len); > | ^~ >gmake[1]: *** [CMakeFiles/cmTC_e2bb6.dir/build.make:66: CMakeFiles/cmTC_e2bb6.dir/src.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_e2bb6/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; >} > >Determining if files numa.h exist failed with the following output: >Change Dir: /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_269db/fast >/usr/bin/gmake -f CMakeFiles/cmTC_269db.dir/build.make CMakeFiles/cmTC_269db.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_269db.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_269db.dir/HAVE_NUMA_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMA_H.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMA_H.c:2:10: fatal error: numa.h: No such file or directory > 2 | #include <numa.h> > | ^~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_269db.dir/build.make:66: CMakeFiles/cmTC_269db.dir/HAVE_NUMA_H.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_269db/fast] Error 2 > >Source: >/* */ >#include <numa.h> > > >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.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake cmTC_15a30/fast >/usr/bin/gmake -f CMakeFiles/cmTC_15a30.dir/build.make CMakeFiles/cmTC_15a30.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_15a30.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 -fPIC -fno-omit-frame-pointer -ffp-contract=off -O2 -pipe -march=native -o CMakeFiles/cmTC_15a30.dir/HAVE_NUMAIF_H.c.o -c /var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMAIF_H.c >/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CheckIncludeFiles/HAVE_NUMAIF_H.c:2:10: fatal error: numaif.h: No such file or directory > 2 | #include <numaif.h> > | ^~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_15a30.dir/build.make:66: CMakeFiles/cmTC_15a30.dir/HAVE_NUMAIF_H.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/percona-xtrabackup-8.0.6/work/percona-xtrabackup-8.0.6_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:121: cmTC_15a30/fast] Error 2 > >Source: >/* */ >#include <numaif.h> > > >int main(void){return 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 690172
:
583468
| 583470 |
583472
|
583474
|
583476
|
583478
|
583480
|
583482
|
583484