Cockatrice: Unknown CMake command "QT5_CREATE_TRANSLATION"

Created on 22 Sep 2015  路  4Comments  路  Source: Cockatrice/Cockatrice

I'm trying to build the client. I set -DUPDATE_TRANSLATIONS=1 because I thought it would be helpful to have the translations updated, however, this error occurs while building:

 |  CMake Warning at cockatrice/CMakeLists.txt:191 (find_package):
 |    By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
 |    project has asked CMake to find a package configuration file provided by
 |    "Qt5LinguistTools", but CMake did not find one.
 |  
 |    Could not find a package configuration file provided by "Qt5LinguistTools"
 |    with any of the following names:
 |  
 |      Qt5LinguistToolsConfig.cmake
 |      qt5linguisttools-config.cmake
 |  
 |    Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
 |    set "Qt5LinguistTools_DIR" to a directory containing one of the above
 |    files.  If "Qt5LinguistTools" provides a separate development package or
 |    SDK, be sure it has been installed.
 |  
 |  
 |  CMake Error at cockatrice/CMakeLists.txt:200 (QT5_CREATE_TRANSLATION):
 |    Unknown CMake command "QT5_CREATE_TRANSLATION".

An the only package I have available on my system is qt5-translation that resembles something related to _linguistics_

EDIT:

After removing the flag the error remains. The final part of the output is different thought:

 |  CMake Error at cockatrice/CMakeLists.txt:202 (QT5_ADD_TRANSLATION):
 |    Unknown CMake command "QT5_ADD_TRANSLATION".
Troubleshooting

Most helpful comment

The error happened because the packaged qt5-tools wasn't installed. Installing it fix the error.

All 4 comments

Did you pass CMAKE_PREFIX_PATH?

Post the entire output

No? Why is it required? Here is the complete output from CMakeOutput.log:

The system is: Linux - 3.14.51-gnu-1-lts - i686
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: -march=i686;-mtune=generic;-O2;-pipe;-fstack-protector-strong;--param=ssp-buffer-size=4
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 "/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/3.3.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: -march=i686;-mtune=generic;-O2;-pipe;-fstack-protector-strong;--param=ssp-buffer-size=4
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 "/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/3.3.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_112ae/fast"
/usr/bin/make -f CMakeFiles/cmTC_112ae.dir/build.make CMakeFiles/cmTC_112ae.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_112ae.dir/testCCompiler.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_112ae.dir/testCCompiler.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_112ae
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_112ae.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_112ae.dir/testCCompiler.c.o  -o cmTC_112ae -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4803f/fast"
/usr/bin/make -f CMakeFiles/cmTC_4803f.dir/build.make CMakeFiles/cmTC_4803f.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_4803f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4803f.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -v CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o  -o cmTC_4803f -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
Thread model: posix
gcc version 5.2.0 (GCC) 
COMPILER_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=i686' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-v' '-o' 'cmTC_4803f' '-rdynamic'
 /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYHZvLi.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 --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_4803f /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0 -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../.. -O1 --sort-common --as-needed -z relro --hash-style=gnu CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_4803f/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_4803f.dir/build.make CMakeFiles/cmTC_4803f.dir/build]
  ignore line: [make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.3/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_4803f]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4803f.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -v CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o  -o cmTC_4803f -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper]
  ignore line: [Target: i686-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 5.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=i686' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-v' '-o' 'cmTC_4803f' '-rdynamic']
  link line: [ /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYHZvLi.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 --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_4803f /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0 -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../.. -O1 --sort-common --as-needed -z relro --hash-style=gnu CMakeFiles/cmTC_4803f.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o]
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccYHZvLi.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 [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_i386] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib/ld-linux.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_4803f] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0]
    arg [-L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [CMakeFiles/cmTC_4803f.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/i686-pc-linux-gnu/5.2.0/crtend.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0] ==> [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0]
  collapse library dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0;/usr/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_80ad9/fast"
/usr/bin/make -f CMakeFiles/cmTC_80ad9.dir/build.make CMakeFiles/cmTC_80ad9.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_80ad9.dir/feature_tests.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c11 -o CMakeFiles/cmTC_80ad9.dir/feature_tests.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_80ad9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80ad9.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_80ad9.dir/feature_tests.c.o  -o cmTC_80ad9 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_57789/fast"
/usr/bin/make -f CMakeFiles/cmTC_57789.dir/build.make CMakeFiles/cmTC_57789.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_57789.dir/feature_tests.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c99 -o CMakeFiles/cmTC_57789.dir/feature_tests.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_57789
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57789.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_57789.dir/feature_tests.c.o  -o cmTC_57789 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3da0b/fast"
/usr/bin/make -f CMakeFiles/cmTC_3da0b.dir/build.make CMakeFiles/cmTC_3da0b.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3da0b.dir/feature_tests.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c90 -o CMakeFiles/cmTC_3da0b.dir/feature_tests.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_3da0b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3da0b.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_3da0b.dir/feature_tests.c.o  -o cmTC_3da0b -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b934c/fast"
/usr/bin/make -f CMakeFiles/cmTC_b934c.dir/build.make CMakeFiles/cmTC_b934c.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b934c.dir/testCXXCompiler.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_b934c.dir/testCXXCompiler.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_b934c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b934c.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_b934c.dir/testCXXCompiler.cxx.o  -o cmTC_b934c -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a3679/fast"
/usr/bin/make -f CMakeFiles/cmTC_a3679.dir/build.make CMakeFiles/cmTC_a3679.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_a3679
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3679.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -v CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_a3679 -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
Thread model: posix
gcc version 5.2.0 (GCC) 
COMPILER_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=i686' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-v' '-o' 'cmTC_a3679' '-rdynamic' '-shared-libgcc'
 /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4hNN00.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 --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_a3679 /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0 -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../.. -O1 --sort-common --as-needed -z relro --hash-style=gnu CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_a3679/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a3679.dir/build.make CMakeFiles/cmTC_a3679.dir/build]
  ignore line: [make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -o CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_a3679]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3679.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -v CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_a3679 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper]
  ignore line: [Target: i686-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 5.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/:/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=i686' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-v' '-o' 'cmTC_a3679' '-rdynamic' '-shared-libgcc']
  link line: [ /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4hNN00.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 --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_a3679 /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0 -L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../.. -O1 --sort-common --as-needed -z relro --hash-style=gnu CMakeFiles/cmTC_a3679.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o]
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc4hNN00.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 [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_i386] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib/ld-linux.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_a3679] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crt1.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crti.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0] ==> dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0]
    arg [-L/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..] ==> dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [CMakeFiles/cmTC_a3679.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/i686-pc-linux-gnu/5.2.0/crtend.o] ==> ignore
    arg [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0] ==> [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0]
  collapse library dir [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/lib/gcc/i686-pc-linux-gnu/5.2.0;/usr/lib]
  implicit fwks: []




Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_aa2cd/fast"
/usr/bin/make -f CMakeFiles/cmTC_aa2cd.dir/build.make CMakeFiles/cmTC_aa2cd.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_aa2cd.dir/feature_tests.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c++14 -o CMakeFiles/cmTC_aa2cd.dir/feature_tests.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_aa2cd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa2cd.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_aa2cd.dir/feature_tests.cxx.o  -o cmTC_aa2cd -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e82ce/fast"
/usr/bin/make -f CMakeFiles/cmTC_e82ce.dir/build.make CMakeFiles/cmTC_e82ce.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e82ce.dir/feature_tests.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c++11 -o CMakeFiles/cmTC_e82ce.dir/feature_tests.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_e82ce
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e82ce.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_e82ce.dir/feature_tests.cxx.o  -o cmTC_e82ce -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_72b0e/fast"
/usr/bin/make -f CMakeFiles/cmTC_72b0e.dir/build.make CMakeFiles/cmTC_72b0e.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_72b0e.dir/feature_tests.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -std=c++98 -o CMakeFiles/cmTC_72b0e.dir/feature_tests.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_72b0e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72b0e.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_72b0e.dir/feature_tests.cxx.o  -o cmTC_72b0e -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wcast-align succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_afb52/fast"
/usr/bin/make -f CMakeFiles/cmTC_afb52.dir/build.make CMakeFiles/cmTC_afb52.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_afb52.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wcast-align   -Wcast-align -o CMakeFiles/cmTC_afb52.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_afb52
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afb52.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wcast-align   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_afb52.dir/src.cxx.o  -o cmTC_afb52 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wmissing-declarations succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f61ca/fast"
/usr/bin/make -f CMakeFiles/cmTC_f61ca.dir/build.make CMakeFiles/cmTC_f61ca.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f61ca.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wmissing-declarations   -Wmissing-declarations -o CMakeFiles/cmTC_f61ca.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_f61ca
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f61ca.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wmissing-declarations   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_f61ca.dir/src.cxx.o  -o cmTC_f61ca -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wno-long-long succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c52b7/fast"
/usr/bin/make -f CMakeFiles/cmTC_c52b7.dir/build.make CMakeFiles/cmTC_c52b7.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c52b7.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-long-long   -Wno-long-long -o CMakeFiles/cmTC_c52b7.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_c52b7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c52b7.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-long-long   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_c52b7.dir/src.cxx.o  -o cmTC_c52b7 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wno-error=extra succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_20f31/fast"
/usr/bin/make -f CMakeFiles/cmTC_20f31.dir/build.make CMakeFiles/cmTC_20f31.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_20f31.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=extra   -Wno-error=extra -o CMakeFiles/cmTC_20f31.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_20f31
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20f31.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=extra   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_20f31.dir/src.cxx.o  -o cmTC_20f31 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wno-error=delete-non-virtual-dtor succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4058e/fast"
/usr/bin/make -f CMakeFiles/cmTC_4058e.dir/build.make CMakeFiles/cmTC_4058e.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4058e.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=delete-non-virtual-dtor   -Wno-error=delete-non-virtual-dtor -o CMakeFiles/cmTC_4058e.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_4058e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4058e.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=delete-non-virtual-dtor   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_4058e.dir/src.cxx.o  -o cmTC_4058e -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wno-error=sign-compare succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_62971/fast"
/usr/bin/make -f CMakeFiles/cmTC_62971.dir/build.make CMakeFiles/cmTC_62971.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_62971.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=sign-compare   -Wno-error=sign-compare -o CMakeFiles/cmTC_62971.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_62971
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62971.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=sign-compare   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_62971.dir/src.cxx.o  -o cmTC_62971 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_HAS_WARNING_-Wno-error=missing-declarations succeded with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7c5e9/fast"
/usr/bin/make -f CMakeFiles/cmTC_7c5e9.dir/build.make CMakeFiles/cmTC_7c5e9.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7c5e9.dir/src.cxx.o
/usr/bin/c++    -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=missing-declarations   -Wno-error=missing-declarations -o CMakeFiles/cmTC_7c5e9.dir/src.cxx.o -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/src.cxx
<command-line>:0:17: warning: missing whitespace after the macro name
Linking CXX executable cmTC_7c5e9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c5e9.dir/link.txt --verbose=1
/usr/bin/c++   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCXX_HAS_WARNING_-Wno-error=missing-declarations   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_7c5e9.dir/src.cxx.o  -o cmTC_7c5e9 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Determining if files pthread.h exist passed with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_31806/fast"
/usr/bin/make -f CMakeFiles/cmTC_31806.dir/build.make CMakeFiles/cmTC_31806.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_31806.dir/CheckIncludeFiles.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4   -fPIE   -o CMakeFiles/cmTC_31806.dir/CheckIncludeFiles.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_31806
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31806.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_31806.dir/CheckIncludeFiles.c.o  -o cmTC_31806 -rdynamic 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3306f/fast"
/usr/bin/make -f CMakeFiles/cmTC_3306f.dir/build.make CMakeFiles/cmTC_3306f.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3306f.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE   -o CMakeFiles/cmTC_3306f.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.3/Modules/CheckFunctionExists.c
Linking C executable cmTC_3306f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3306f.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCHECK_FUNCTION_EXISTS=pthread_create   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_3306f.dir/CheckFunctionExists.c.o  -o cmTC_3306f -rdynamic -lpthread 
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'

And the CMakeError.log:

Determining if the pthread_create exist failed with the following output:
Change Dir: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6f9c5/fast"
/usr/bin/make -f CMakeFiles/cmTC_6f9c5.dir/build.make CMakeFiles/cmTC_6f9c5.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6f9c5.dir/CheckSymbolExists.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4   -fPIE   -o CMakeFiles/cmTC_6f9c5.dir/CheckSymbolExists.c.o   -c /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_6f9c5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f9c5.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_6f9c5.dir/CheckSymbolExists.c.o  -o cmTC_6f9c5 -rdynamic 
CMakeFiles/cmTC_6f9c5.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text.startup+0x10): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_6f9c5.dir/build.make:97: recipe for target 'cmTC_6f9c5' failed
make[1]: *** [cmTC_6f9c5] Error 1
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6f9c5/fast' failed
make: *** [cmTC_6f9c5/fast] Error 2

File /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/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: /build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_35568/fast"
/usr/bin/make -f CMakeFiles/cmTC_35568.dir/build.make CMakeFiles/cmTC_35568.dir/build
make[1]: Entering directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_35568.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE   -o CMakeFiles/cmTC_35568.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.3/Modules/CheckFunctionExists.c
Linking C executable cmTC_35568
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35568.dir/link.txt --verbose=1
/usr/bin/cc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4  -DCHECK_FUNCTION_EXISTS=pthread_create   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu  CMakeFiles/cmTC_35568.dir/CheckFunctionExists.c.o  -o cmTC_35568 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_35568.dir/build.make:97: recipe for target 'cmTC_35568' failed
make[1]: *** [cmTC_35568] Error 1
make[1]: Leaving directory '/build/cockatrice-client/src/Cockatrice-2015-08-09-Release/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_35568/fast' failed
make: *** [cmTC_35568/fast] Error 2

The error happened because the packaged qt5-tools wasn't installed. Installing it fix the error.

Was this page helpful?
0 / 5 - 0 ratings