viaduck/mariadbpp

I am not able to successfully compile tests

Closed this issue · 11 comments

"typeinfo for testing::Test", referenced from:
typeinfo for SkeletonTest in AlterTableTest.cpp.o
typeinfo for SkeletonTest in GeneralTest.cpp.o
typeinfo for SkeletonTest in ParameterizedQueryTest.cpp.o
typeinfo for SkeletonTest in RollbackTest.cpp.o
typeinfo for SkeletonTest in SelectTest.cpp.o
typeinfo for SkeletonTest in StructureTest.cpp.o
typeinfo for SkeletonTest in TimeTest.cpp.o
...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [test/mariadbpp_tests] Error 1
make[2]: *** [test/CMakeFiles/mariadbpp_tests.dir/all] Error 2
make[1]: *** [test/CMakeFiles/mariadbpp_tests.dir/rule] Error 2
make: *** [mariadbpp_tests] Error 2

I followed the steps indicated in the setup, yet I can't figure out what's wrong with the SkeletonTest

Could you provide your CMake output and which googletest you are using?

Hello, I am getting this issue after cloning the whole repository, doing git module update --init command, building using cmake build, and then using make. This is when the problem appears. It seems that there is something wrong with my google test folder.
I'm not sure which GoogleTest I am using, is there a way I can check? and I also added the external make file "FindOrBuildGTest":

42%] Linking CXX executable mariadbpp_tests
Undefined symbols for architecture x86_64:
"testing::InitGoogleTest(int*, char**)", referenced from:
_main in libgtest_main.a(gtest_main.cc.o)
"testing::AssertionResult::AssertionResult(testing::AssertionResult const&)", referenced from:
testing::AssertionResult testing::internal::CmpHelperOpFailure<int, unsigned long long>(char const*, char const*, int const&, unsigned long long const&, char const*) in RollbackTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::time, mariadb::time>(char const*, char const*, mariadb::time const&, mariadb::time const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<bool, bool>(char const*, char const*, bool const&, bool const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::time_span, mariadb::time_span>(char const*, char const*, mariadb::time_span const&, mariadb::time_span const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::date_time, mariadb::date_time>(char const*, char const*, mariadb::date_time const&, mariadb::date_time const&, char const*) in TimeTest.cpp.o
"testing::AssertionFailure()", referenced from:
testing::AssertionResult testing::internal::CmpHelperOpFailure<int, unsigned long long>(char const*, char const*, int const&, unsigned long long const&, char const*) in RollbackTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::time, mariadb::time>(char const*, char const*, mariadb::time const&, mariadb::time const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<bool, bool>(char const*, char const*, bool const&, bool const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::time_span, mariadb::time_span>(char const*, char const*, mariadb::time_span const&, mariadb::time_span const&, char const*) in TimeTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperOpFailure<mariadb::date_time, mariadb::date_time>(char const*, char const*, mariadb::date_time const&, mariadb::date_time const&, char const*) in TimeTest.cpp.o
"testing::AssertionSuccess()", referenced from:
testing::AssertionResult testing::internal::CmpHelperEQ<unsigned int, unsigned long>(char const*, char const*, unsigned int const&, unsigned long const&) in AlterTableTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<unsigned int, unsigned long>(char const*, char const*, unsigned int const&, unsigned long const&) in GeneralTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<int, unsigned long>(char const*, char const*, int const&, unsigned long const&) in GeneralTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<unsigned int, unsigned long>(char const*, char const*, unsigned int const&, unsigned long const&) in ParameterizedQueryTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<unsigned int, int>(char const*, char const*, unsigned int const&, int const&) in ParameterizedQueryTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, char [11]>(char const*, char const*, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, char const (&) [11]) in ParameterizedQueryTest.cpp.o
testing::AssertionResult testing::internal::CmpHelperEQ<bool, bool>(char const*, char const*, bool const&, bool const&) in ParameterizedQueryTest.cpp.o
...
"testing::Test::Test()", referenced from:
SkeletonTest::SkeletonTest() in AlterTableTest.cpp.o
SkeletonTest::SkeletonTest() in GeneralTest.cpp.o
SkeletonTest::SkeletonTest() in ParameterizedQueryTest.cpp.o
SkeletonTest::SkeletonTest() in RollbackTest.cpp.o
SkeletonTest::SkeletonTest() in SelectTest.cpp.o
SkeletonTest::SkeletonTest() in StructureTest.cpp.o
SkeletonTest::SkeletonTest() in TimeTest.cpp.o
...
"testing::Test::~Test()", referenced from:
SkeletonTest::~SkeletonTest() in AlterTableTest.cpp.o
SkeletonTest::~SkeletonTest() in GeneralTest.cpp.o
SkeletonTest::~SkeletonTest() in ParameterizedQueryTest.cpp.o
SkeletonTest::~SkeletonTest() in RollbackTest.cpp.o
SkeletonTest::~SkeletonTest() in SelectTest.cpp.o
SkeletonTest::~SkeletonTest() in StructureTest.cpp.o
SkeletonTest::~SkeletonTest() in TimeTest.cpp.o
...
"testing::Message::Message()", referenced from:
AlterTableTest_AlterAdd_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterDrop_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_column_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterAddAndDrop_no_connect_Test::TestBody() in AlterTableTest.cpp.o
SkeletonTest::SetUp() in AlterTableTest.cpp.o
GeneralTest_testCreateFail_Test::TestBody() in GeneralTest.cpp.o
...
"testing::UnitTest::GetInstance()", referenced from:
SkeletonTest::SetUp() in AlterTableTest.cpp.o
SkeletonTest::SetUp() in GeneralTest.cpp.o
SkeletonTest::SetUp() in ParameterizedQueryTest.cpp.o
SkeletonTest::SetUp() in RollbackTest.cpp.o
SkeletonTest::SetUp() in SelectTest.cpp.o
SkeletonTest::SetUp() in StructureTest.cpp.o
SkeletonTest::SetUp() in TimeTest.cpp.o
...
"testing::UnitTest::Run()", referenced from:
RUN_ALL_TESTS() in libgtest_main.a(gtest_main.cc.o)
"testing::internal::AlwaysTrue()", referenced from:
AlterTableTest_AlterAdd_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterDrop_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_column_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterAddAndDrop_no_connect_Test::TestBody() in AlterTableTest.cpp.o
GeneralTest_testCreateFail_Test::TestBody() in GeneralTest.cpp.o
GeneralTest_testMissingConnection_Test::TestBody() in GeneralTest.cpp.o
...
"testing::internal::AssertHelper::AssertHelper(testing::TestPartResult::Type, char const*, int, char const*)", referenced from:
AlterTableTest_AlterAdd_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterDrop_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_column_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterAddAndDrop_no_connect_Test::TestBody() in AlterTableTest.cpp.o
SkeletonTest::SetUp() in AlterTableTest.cpp.o
GeneralTest_testCreateFail_Test::TestBody() in GeneralTest.cpp.o
...
"testing::internal::AssertHelper::~AssertHelper()", referenced from:
AlterTableTest_AlterAdd_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterDrop_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_table_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterModify_non_existing_column_Test::TestBody() in AlterTableTest.cpp.o
AlterTableTest_AlterAddAndDrop_no_connect_Test::TestBody() in AlterTableTest.cpp.o
SkeletonTest::SetUp() in AlterTableTest.cpp.o
GeneralTest_testCreateFail_Test::TestBody() in GeneralTest.cpp.o
...

Try pulling the official googletest repository and then specifying the path in CMake using GTEST_SRC_DIR=<directory>

I have the same problem. I am using GTest version 1.8.0. Which as per my knowledge is the latest version and they are going through a major rewrite for 1.9.0

Did you try using GTEST_SRC_DIR with the 1.8.0 source?

I did this:

cmake GTEST_SRC_DIR=/home/Hemil/Downloads/googletest ..
make

It still does not work

Could you post the cmake output?

When setting cmake variables you have to prefix them with -D. So, in your case cmake -DGTEST_SRC_DIR=/home/...

Adding the prefix, this is the output of cmake:

CMake Warning (dev) at test/CMakeLists.txt:8 (set):
  implicitly converting 'INTEGER' to 'STRING' type.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Path to GTest source specified; adding to project
CMake Error at external/cmake-modules/FindOrBuildGTest.cmake:31 (add_subdirectory):

```  add_subdirectory given source "/home/Hemil/googletest" which is not an
  existing directory.
Call Stack (most recent call first):
  test/CMakeLists.txt:17 (include)

CMake Warning (dev) at test/CMakeLists.txt:8 (set):
  implicitly converting 'INTEGER' to 'STRING' type.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Path to GTest source specified; adding to project
CMake Error at external/cmake-modules/FindOrBuildGTest.cmake:31 (add_subdirectory):

-- Code coverage disabled in optimized (non-Debug) builds
-- Configuring incomplete, errors occurred!
See also "/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeOutput.log".
See also "/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeError.log".

This is the CMakeError.log:

Determining if the pthread_create exist failed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_87809/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_87809.dir/build.make CMakeFiles/cmTC_87809.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_87809.dir/CheckSymbolExists.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_87809.dir/CheckSymbolExists.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_87809
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87809.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_87809.dir/CheckSymbolExists.c.o  -o cmTC_87809 
/usr/bin/ld: CMakeFiles/cmTC_87809.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]: *** [CMakeFiles/cmTC_87809.dir/build.make:87: cmTC_87809] Error 1
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
gmake:Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_bc15f/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_bc15f.dir/build.make CMakeFiles/cmTC_bc15f.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_bc15f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc15f.dir/link.txt --verbose=1
/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o  -o cmTC_bc15f -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_bc15f.dir/build.make:87: cmTC_bc15f] Error 1
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_bc15f/fast] Error 2 *** [Makefile:121: cmTC_87809/fast] Error 2

File /home/Hemil/Downloads/mariadbpp/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: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_bc15f/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_bc15f.dir/build.make CMakeFiles/cmTC_bc15f.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_bc15f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc15f.dir/link.txt --verbose=1
/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic CMakeFiles/cmTC_bc15f.dir/CheckFunctionExists.c.o  -o cmTC_bc15f -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_bc15f.dir/build.make:87: cmTC_bc15f] Error 1
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_bc15f/fast] Error 2

And this is CMakeOutput.log

The system is: Linux - 4.20.16-200.fc29.x86_64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: 
Id flags:  

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/3.14.0/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: 
Id flags:  

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/3.14.0/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_3e65e/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_3e65e.dir/build.make CMakeFiles/cmTC_3e65e.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3e65e.dir/testCCompiler.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_3e65e.dir/testCCompiler.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_3e65e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e65e.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_3e65e.dir/testCCompiler.c.o  -o cmTC_3e65e 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_5972b/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_5972b.dir/build.make CMakeFiles/cmTC_5972b.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o
/usr/bin/cc   -v -o CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccf8ihFj.s
GNU C17 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)
	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/include-fixed"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-redhat-linux/8/include
 /usr/local/include
 /usr/include
End of search list.
GNU C17 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)
	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: cd41e170c63a97aace1fa6d84aba74ab
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o /tmp/ccf8ihFj.s
GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version version 2.31.1-17.fc29
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
Linking C executable cmTC_5972b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5972b.dir/link.txt --verbose=1
/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o  -o cmTC_5972b 
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5972b' '-mtune=generic' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjXCXQp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_5972b /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5972b' '-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


Parsed C implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/usr/lib/gcc/x86_64-redhat-linux/8/include]
    add: [/usr/local/include]
    add: [/usr/include]
  end of search list found
  implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/8/include;/usr/local/include;/usr/include]


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_5972b/fast ]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_5972b.dir/build.make CMakeFiles/cmTC_5972b.dir/build]
  ignore line: [gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc   -v -o CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccf8ihFj.s]
  ignore line: [GNU C17 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)]
  ignore line: [	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/include-fixed"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/8/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C17 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)]
  ignore line: [	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: cd41e170c63a97aace1fa6d84aba74ab]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o /tmp/ccf8ihFj.s]
  ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version version 2.31.1-17.fc29]
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking C executable cmTC_5972b]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5972b.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o  -o cmTC_5972b ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) ]
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5972b' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjXCXQp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_5972b /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o]
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccjXCXQp.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--build-id] ==> ignore
    arg [--no-add-needed] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_5972b] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..]
    arg [CMakeFiles/cmTC_5972b.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8] ==> [/usr/lib/gcc/x86_64-redhat-linux/8]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> [/usr/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> [/usr/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/8;/usr/lib64;/lib64;/usr/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_11cd3/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_11cd3.dir/build.make CMakeFiles/cmTC_11cd3.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_11cd3.dir/feature_tests.c.o
/usr/bin/cc   -std=c11 -o CMakeFiles/cmTC_11cd3.dir/feature_tests.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_11cd3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_11cd3.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_11cd3.dir/feature_tests.c.o  -o cmTC_11cd3 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_2117f/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_2117f.dir/build.make CMakeFiles/cmTC_2117f.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2117f.dir/feature_tests.c.o
/usr/bin/cc   -std=c99 -o CMakeFiles/cmTC_2117f.dir/feature_tests.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_2117f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2117f.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_2117f.dir/feature_tests.c.o  -o cmTC_2117f 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_99e18/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_99e18.dir/build.make CMakeFiles/cmTC_99e18.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_99e18.dir/feature_tests.c.o
/usr/bin/cc   -std=c90 -o CMakeFiles/cmTC_99e18.dir/feature_tests.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_99e18
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99e18.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_99e18.dir/feature_tests.c.o  -o cmTC_99e18 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_53bb3/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_53bb3.dir/build.make CMakeFiles/cmTC_53bb3.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_53bb3.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_53bb3.dir/testCXXCompiler.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_53bb3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53bb3.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_53bb3.dir/testCXXCompiler.cxx.o  -o cmTC_53bb3 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_84ec8/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_84ec8.dir/build.make CMakeFiles/cmTC_84ec8.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++    -v -o CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccQjFgJZ.s
GNU C++14 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)
	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/include-fixed"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8
 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux
 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward
 /usr/lib/gcc/x86_64-redhat-linux/8/include
 /usr/local/include
 /usr/include
End of search list.
GNU C++14 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)
	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: a19621308a99e0157b8eb4cbf3c8ee8b
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccQjFgJZ.s
GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version version 2.31.1-17.fc29
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Linking CXX executable cmTC_84ec8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84ec8.dir/link.txt --verbose=1
/usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_84ec8 
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_84ec8' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2iUvA5.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_84ec8 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_84ec8' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


Parsed CXX implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8]
    add: [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux]
    add: [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward]
    add: [/usr/lib/gcc/x86_64-redhat-linux/8/include]
    add: [/usr/local/include]
    add: [/usr/include]
  end of search list found
  implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8;/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux;/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward;/usr/lib/gcc/x86_64-redhat-linux/8/include;/usr/local/include;/usr/include]


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_84ec8/fast ]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_84ec8.dir/build.make CMakeFiles/cmTC_84ec8.dir/build]
  ignore line: [gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++    -v -o CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccQjFgJZ.s]
  ignore line: [GNU C++14 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)]
  ignore line: [	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/include-fixed"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8]
  ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux]
  ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward]
  ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/8/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C++14 (GCC) version 8.3.1 20190223 (Red Hat 8.3.1-2) (x86_64-redhat-linux)]
  ignore line: [	compiled by GNU C version 8.3.1 20190223 (Red Hat 8.3.1-2), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version isl-0.16.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: a19621308a99e0157b8eb4cbf3c8ee8b]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccQjFgJZ.s]
  ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version version 2.31.1-17.fc29]
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking CXX executable cmTC_84ec8]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84ec8.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_84ec8 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) ]
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_84ec8' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2iUvA5.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_84ec8 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/8 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o]
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc2iUvA5.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--build-id] ==> ignore
    arg [--no-add-needed] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_84ec8] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..]
    arg [CMakeFiles/cmTC_84ec8.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8] ==> [/usr/lib/gcc/x86_64-redhat-linux/8]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> [/usr/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/8;/usr/lib64;/lib64;/usr/lib]
  implicit fwks: []




Detecting CXX [-std=c++2a] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_57020/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_57020.dir/build.make CMakeFiles/cmTC_57020.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_57020.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++2a -o CMakeFiles/cmTC_57020.dir/feature_tests.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_57020
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57020.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_57020.dir/feature_tests.cxx.o  -o cmTC_57020 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++17] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_7f57f/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_7f57f.dir/build.make CMakeFiles/cmTC_7f57f.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7f57f.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++17 -o CMakeFiles/cmTC_7f57f.dir/feature_tests.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_7f57f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f57f.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_7f57f.dir/feature_tests.cxx.o  -o cmTC_7f57f 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_7b863/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_7b863.dir/build.make CMakeFiles/cmTC_7b863.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7b863.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++14 -o CMakeFiles/cmTC_7b863.dir/feature_tests.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_7b863
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b863.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_7b863.dir/feature_tests.cxx.o  -o cmTC_7b863 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_02e13/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_02e13.dir/build.make CMakeFiles/cmTC_02e13.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_02e13.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++11 -o CMakeFiles/cmTC_02e13.dir/feature_tests.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_02e13
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02e13.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_02e13.dir/feature_tests.cxx.o  -o cmTC_02e13 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_d74a6/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_d74a6.dir/build.make CMakeFiles/cmTC_d74a6.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d74a6.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++98 -o CMakeFiles/cmTC_d74a6.dir/feature_tests.cxx.o -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_d74a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d74a6.dir/link.txt --verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_d74a6.dir/feature_tests.cxx.o  -o cmTC_d74a6 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_7d3ad/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_7d3ad.dir/build.make CMakeFiles/cmTC_7d3ad.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7d3ad.dir/CheckIncludeFile.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_7d3ad.dir/CheckIncludeFile.c.o   -c /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_7d3ad
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d3ad.dir/link.txt --verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_7d3ad.dir/CheckIncludeFile.c.o  -o cmTC_7d3ad 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake cmTC_2d930/fast 
/usr/bin/gmake -f CMakeFiles/cmTC_2d930.dir/build.make CMakeFiles/cmTC_2d930.dir/build
gmake[1]: Entering directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2d930.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_2d930.dir/CheckFunctionExists.c.o   -c /usr/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_2d930
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d930.dir/link.txt --verbose=1
/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic CMakeFiles/cmTC_2d930.dir/CheckFunctionExists.c.o  -o cmTC_2d930 -lpthread 
gmake[1]: Leaving directory '/home/Hemil/Downloads/mariadbpp/build/CMakeFiles/CMakeTmp'
add_subdirectory given source "/home/Hemil/googletest" which is not an
  existing directory.

Is your path to gtest correct?

Sorry. My path to GTest was wrong the second time.
cmake -DGTEST_SRC_DIR=/home/Hemil/Downloads/googletest .. solves the problem @kleest