added http server

This commit is contained in:
Jonas Zeunert
2019-04-15 18:08:00 +02:00
parent 8bc0155c8d
commit 762d64ae29
55 changed files with 12817 additions and 7 deletions

View File

@@ -0,0 +1,676 @@
The system is: Linux - 4.19.13_1 - 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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/3.13.2/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/3.13.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b1e80/fast"
/usr/bin/make -f CMakeFiles/cmTC_b1e80.dir/build.make CMakeFiles/cmTC_b1e80.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b1e80.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b1e80.dir/testCCompiler.c.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_b1e80
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1e80.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_b1e80.dir/testCCompiler.c.o -o cmTC_b1e80
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d231f/fast"
/usr/bin/make -f CMakeFiles/cmTC_d231f.dir/build.make CMakeFiles/cmTC_d231f.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o -c /opt/clion/bin/cmake/linux/share/cmake-3.13/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_d231f
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d231f.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o -o cmTC_d231f
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /builddir/gcc-8.2.0/configure --build=x86_64-unknown-linux-gnu --enable-fast-character --enable-vtable-verify --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib --libdir=/usr/lib --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-plugins --enable-linker-build-id --disable-werror --disable-nls --enable-default-pie --enable-default-ssp --enable-checking=release --disable-libstdcxx-pch --with-isl --with-linker-hash-style=gnu --disable-libunwind-exceptions --disable-target-libiberty --enable-serial-configure --enable-languages=c,c++,objc,obj-c++,fortran,lto,go,ada
Thread model: posix
gcc version 8.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d231f' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4xxgN3.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_x86_64 -dynamic-linker /lib/ld-linux-x86-64.so.2 -pie -o cmTC_d231f /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../.. CMakeFiles/cmTC_d231f.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-unknown-linux-gnu/8.2.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d231f' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_d231f/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_d231f.dir/build.make CMakeFiles/cmTC_d231f.dir/build]
ignore line: [make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o -c /opt/clion/bin/cmake/linux/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_d231f]
ignore line: [/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d231f.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_d231f.dir/CMakeCCompilerABI.c.o -o cmTC_d231f ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Configured with: /builddir/gcc-8.2.0/configure --build=x86_64-unknown-linux-gnu --enable-fast-character --enable-vtable-verify --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib --libdir=/usr/lib --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-plugins --enable-linker-build-id --disable-werror --disable-nls --enable-default-pie --enable-default-ssp --enable-checking=release --disable-libstdcxx-pch --with-isl --with-linker-hash-style=gnu --disable-libunwind-exceptions --disable-target-libiberty --enable-serial-configure --enable-languages=c,c++,objc,obj-c++,fortran,lto,go,ada]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.2.0 (GCC) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d231f' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4xxgN3.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_x86_64 -dynamic-linker /lib/ld-linux-x86-64.so.2 -pie -o cmTC_d231f /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../.. CMakeFiles/cmTC_d231f.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-unknown-linux-gnu/8.2.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o]
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc4xxgN3.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_x86_64] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_d231f] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0]
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..]
arg [CMakeFiles/cmTC_d231f.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-unknown-linux-gnu/8.2.0/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0]
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0;/usr/lib;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6156c/fast"
/usr/bin/make -f CMakeFiles/cmTC_6156c.dir/build.make CMakeFiles/cmTC_6156c.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6156c.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_6156c.dir/feature_tests.c.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_6156c
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6156c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_6156c.dir/feature_tests.c.o -o cmTC_6156c
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3760a/fast"
/usr/bin/make -f CMakeFiles/cmTC_3760a.dir/build.make CMakeFiles/cmTC_3760a.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3760a.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_3760a.dir/feature_tests.c.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_3760a
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3760a.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_3760a.dir/feature_tests.c.o -o cmTC_3760a
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ccf6c/fast"
/usr/bin/make -f CMakeFiles/cmTC_ccf6c.dir/build.make CMakeFiles/cmTC_ccf6c.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ccf6c.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ccf6c.dir/feature_tests.c.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_ccf6c
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccf6c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_ccf6c.dir/feature_tests.c.o -o cmTC_ccf6c
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_90ddd/fast"
/usr/bin/make -f CMakeFiles/cmTC_90ddd.dir/build.make CMakeFiles/cmTC_90ddd.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_90ddd.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_90ddd.dir/testCXXCompiler.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_90ddd
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90ddd.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_90ddd.dir/testCXXCompiler.cxx.o -o cmTC_90ddd
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bebf9/fast"
/usr/bin/make -f CMakeFiles/cmTC_bebf9.dir/build.make CMakeFiles/cmTC_bebf9.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -c /opt/clion/bin/cmake/linux/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_bebf9
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bebf9.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bebf9
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /builddir/gcc-8.2.0/configure --build=x86_64-unknown-linux-gnu --enable-fast-character --enable-vtable-verify --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib --libdir=/usr/lib --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-plugins --enable-linker-build-id --disable-werror --disable-nls --enable-default-pie --enable-default-ssp --enable-checking=release --disable-libstdcxx-pch --with-isl --with-linker-hash-style=gnu --disable-libunwind-exceptions --disable-target-libiberty --enable-serial-configure --enable-languages=c,c++,objc,obj-c++,fortran,lto,go,ada
Thread model: posix
gcc version 8.2.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bebf9' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIsiDwD.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_x86_64 -dynamic-linker /lib/ld-linux-x86-64.so.2 -pie -o cmTC_bebf9 /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../.. CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bebf9' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_bebf9/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_bebf9.dir/build.make CMakeFiles/cmTC_bebf9.dir/build]
ignore line: [make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -c /opt/clion/bin/cmake/linux/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_bebf9]
ignore line: [/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bebf9.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_bebf9 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper]
ignore line: [Target: x86_64-unknown-linux-gnu]
ignore line: [Configured with: /builddir/gcc-8.2.0/configure --build=x86_64-unknown-linux-gnu --enable-fast-character --enable-vtable-verify --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib --libdir=/usr/lib --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-plugins --enable-linker-build-id --disable-werror --disable-nls --enable-default-pie --enable-default-ssp --enable-checking=release --disable-libstdcxx-pch --with-isl --with-linker-hash-style=gnu --disable-libunwind-exceptions --disable-target-libiberty --enable-serial-configure --enable-languages=c,c++,objc,obj-c++,fortran,lto,go,ada]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.2.0 (GCC) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bebf9' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIsiDwD.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_x86_64 -dynamic-linker /lib/ld-linux-x86-64.so.2 -pie -o cmTC_bebf9 /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../.. CMakeFiles/cmTC_bebf9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o]
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccIsiDwD.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_x86_64] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_bebf9] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0]
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..]
arg [CMakeFiles/cmTC_bebf9.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-unknown-linux-gnu/8.2.0/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0] ==> [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0]
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-unknown-linux-gnu/8.2.0;/usr/lib;/lib]
implicit fwks: []
Detecting CXX [-std=c++2a] compiler features compiled with the following output:
Change Dir: /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_94278/fast"
/usr/bin/make -f CMakeFiles/cmTC_94278.dir/build.make CMakeFiles/cmTC_94278.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_94278.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++2a -o CMakeFiles/cmTC_94278.dir/feature_tests.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_94278
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94278.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_94278.dir/feature_tests.cxx.o -o cmTC_94278
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e79cd/fast"
/usr/bin/make -f CMakeFiles/cmTC_e79cd.dir/build.make CMakeFiles/cmTC_e79cd.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e79cd.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_e79cd.dir/feature_tests.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_e79cd
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e79cd.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_e79cd.dir/feature_tests.cxx.o -o cmTC_e79cd
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7a5e9/fast"
/usr/bin/make -f CMakeFiles/cmTC_7a5e9.dir/build.make CMakeFiles/cmTC_7a5e9.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7a5e9.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_7a5e9.dir/feature_tests.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_7a5e9
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a5e9.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_7a5e9.dir/feature_tests.cxx.o -o cmTC_7a5e9
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9822a/fast"
/usr/bin/make -f CMakeFiles/cmTC_9822a.dir/build.make CMakeFiles/cmTC_9822a.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9822a.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_9822a.dir/feature_tests.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_9822a
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9822a.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_9822a.dir/feature_tests.cxx.o -o cmTC_9822a
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d1884/fast"
/usr/bin/make -f CMakeFiles/cmTC_d1884.dir/build.make CMakeFiles/cmTC_d1884.dir/build
make[1]: Entering directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d1884.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_d1884.dir/feature_tests.cxx.o -c /home/rhetenor/FlippR/flippr-code/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_d1884
/opt/clion/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1884.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_d1884.dir/feature_tests.cxx.o -o cmTC_d1884
make[1]: Leaving directory '/home/rhetenor/FlippR/flippr-code/cmake-build-debug/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