Determining if the pthread_create exist failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8fee3/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8fee3.dir/build.make CMakeFiles/cmTC_8fee3.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8fee3.dir/CheckSymbolExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -o CMakeFiles/cmTC_8fee3.dir/CheckSymbolExists.c.o -c /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_8fee3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8fee3.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc CMakeFiles/cmTC_8fee3.dir/CheckSymbolExists.c.o -o cmTC_8fee3 /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_8fee3.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_8fee3] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8fee3/fast] Error 2 File /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include 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: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_12e53/fast" /usr/bin/gmake -f CMakeFiles/cmTC_12e53.dir/build.make CMakeFiles/cmTC_12e53.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12e53.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_12e53.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_12e53 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12e53.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_12e53.dir/CheckFunctionExists.c.o -o cmTC_12e53 -lpthreads /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_12e53] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_12e53/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_LLVM_LIBCPP failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_62137/fast" /usr/bin/gmake -f CMakeFiles/cmTC_62137.dir/build.make CMakeFiles/cmTC_62137.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_62137.dir/src.cxx.o /opt/rh/devtoolset-10/root/usr/bin/c++ -std=c++14 -Werror -Wall -Wextra -Wpedantic -Wunused -Wshadow -Wdouble-promotion -Wformat-security -Wformat-y2k -Wlogical-op -Wno-error=type-limits -DHAVE_LLVM_LIBCPP -o CMakeFiles/cmTC_62137.dir/src.cxx.o -c /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_62137 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62137.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/c++ -std=c++14 -Werror -Wall -Wextra -Wpedantic -Wunused -Wshadow -Wdouble-promotion -Wformat-security -Wformat-y2k -Wlogical-op -Wno-error=type-limits -DHAVE_LLVM_LIBCPP CMakeFiles/cmTC_62137.dir/src.cxx.o -o cmTC_62137 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Return value: 1 Source file was: #include int main() { #ifdef _LIBCPP_VERSION return 0; #else return 1; #endif } Determining if the function floor exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_1574e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_1574e.dir/build.make CMakeFiles/cmTC_1574e.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1574e.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_1574e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c : warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ 6 | char CHECK_FUNCTION_EXISTS(); | ^~~~~~~~~~~~~~~~~~~~~ /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:1:1: note: ‘floor’ is declared in header ‘’ +++ |+#include 1 | #ifdef CHECK_FUNCTION_EXISTS Linking C executable cmTC_1574e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1574e.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=floor CMakeFiles/cmTC_1574e.dir/CheckFunctionExists.c.o -o cmTC_1574e /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_1574e.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `floor' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_1574e] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_1574e/fast] Error 2 Determining if the function crypt exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_17f96/fast" /usr/bin/gmake -f CMakeFiles/cmTC_17f96.dir/build.make CMakeFiles/cmTC_17f96.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_17f96.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_17f96.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_17f96 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17f96.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_17f96.dir/CheckFunctionExists.c.o -o cmTC_17f96 /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_17f96.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `crypt' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_17f96] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_17f96/fast] Error 2 Determining if the function dlopen exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_52fb4/fast" /usr/bin/gmake -f CMakeFiles/cmTC_52fb4.dir/build.make CMakeFiles/cmTC_52fb4.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_52fb4.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_52fb4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_52fb4 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52fb4.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_52fb4.dir/CheckFunctionExists.c.o -o cmTC_52fb4 /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_52fb4.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `dlopen' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_52fb4] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_52fb4/fast] Error 2 Determining if the function timer_create exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_62611/fast" /usr/bin/gmake -f CMakeFiles/cmTC_62611.dir/build.make CMakeFiles/cmTC_62611.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_62611.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=timer_create -o CMakeFiles/cmTC_62611.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_62611 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62611.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=timer_create CMakeFiles/cmTC_62611.dir/CheckFunctionExists.c.o -o cmTC_62611 /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_62611.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `timer_create' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_62611] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_62611/fast] Error 2 Determining if files bsd/string.h exist failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_984d2/fast" /usr/bin/gmake -f CMakeFiles/cmTC_984d2.dir/build.make CMakeFiles/cmTC_984d2.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_984d2.dir/CheckIncludeFiles.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -o CMakeFiles/cmTC_984d2.dir/CheckIncludeFiles.c.o -c /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: bsd/string.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_984d2.dir/CheckIncludeFiles.c.o] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_984d2/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the function memset_s exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_6b609/fast" /usr/bin/gmake -f CMakeFiles/cmTC_6b609.dir/build.make CMakeFiles/cmTC_6b609.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6b609.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=memset_s -o CMakeFiles/cmTC_6b609.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_6b609 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b609.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=memset_s CMakeFiles/cmTC_6b609.dir/CheckFunctionExists.c.o -o cmTC_6b609 -lm -lcrypt -ldl -lpthread -lrt /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_6b609.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `memset_s' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_6b609] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6b609/fast] Error 2 Determining if the function explicit_bzero exists failed with the following output: Change Dir: /opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4a47f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4a47f.dir/build.make CMakeFiles/cmTC_4a47f.dir/build gmake[1]: Entering directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4a47f.dir/CheckFunctionExists.c.o /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=explicit_bzero -o CMakeFiles/cmTC_4a47f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_4a47f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4a47f.dir/link.txt --verbose=1 /opt/rh/devtoolset-10/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=explicit_bzero CMakeFiles/cmTC_4a47f.dir/CheckFunctionExists.c.o -o cmTC_4a47f -lm -lcrypt -ldl -lpthread -lrt /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld: CMakeFiles/cmTC_4a47f.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `explicit_bzero' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_4a47f] Error 1 gmake[1]: Leaving directory `/opt/mysql-shell-8.0.25-src/bld/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4a47f/fast] Error 2