******************************************************************************** conan test conan-center-index/recipes/crc_cpp/all/test_package/conanfile.py crc_cpp/1.0.0@ --profile=/home/conan/w/BuildSingleReference/20714/6b94569e-6b74-4de2-bd7f-1d21d47d6910/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=4.9 os=Linux os_build=Linux [options] [build_requires] [env] crc_cpp/1.0.0 (test package): Installing package Requirements crc_cpp/1.0.0 from local cache - Cache Packages crc_cpp/1.0.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... crc_cpp/1.0.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK crc_cpp/1.0.0 (test package): Generator cmake created conanbuildinfo.cmake crc_cpp/1.0.0 (test package): Generator txt created conanbuildinfo.txt crc_cpp/1.0.0 (test package): Generated conaninfo.txt crc_cpp/1.0.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK crc_cpp/1.0.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="4.9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package' ----------------- -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Checking correct version: 4.9 -- Conan: C++ stdlib: libstdc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /usr/include/c++/4.9/cstdint:35:0, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:1: /usr/include/c++/4.9/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:5:0: /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/crc_cpp.h:33:5: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class table_size ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:32:0, from /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/crc_cpp.h:43, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:5: /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:37:26: error: 'constexpr' does not name a type template constexpr T reverse_bits(T value); ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:37:26: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:39:16: error: expected unqualified-id before '[' token template<> [[nodiscard]] constexpr uint8_t reverse_bits(uint8_t value) ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:47:16: error: expected unqualified-id before '[' token template<> [[nodiscard]] constexpr uint16_t reverse_bits(uint16_t value) ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:56:16: error: expected unqualified-id before '[' token template<> [[nodiscard]] constexpr uint32_t reverse_bits(uint32_t value) ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/reverse_bits.h:66:16: error: expected unqualified-id before '[' token template<> [[nodiscard]] constexpr uint64_t reverse_bits(uint64_t value) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/crc_cpp.h:43:0, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:5: /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:46:53: error: template argument 2 is invalid struct crc_traits ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:57:54: error: template argument 2 is invalid struct crc_traits ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:68:54: error: template argument 2 is invalid struct crc_traits ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:88:15: error: expected nested-name-specifier before 'traits' using traits = crc_traits; ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:91:9: error: expected unqualified-id before '[' token [[nodiscard]] static constexpr TAccumulator update_impl_tiny( ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:101:9: error: expected unqualified-id before '[' token [[nodiscard]] static constexpr TAccumulator update_impl_small( ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:109:9: error: expected unqualified-id before '[' token [[nodiscard]] static constexpr TAccumulator update_impl_large( ^ /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/impl/table_gen.h:116:9: error: expected unqualified-id before '[' token [[nodiscard]] static constexpr TAccumulator update_chunk( ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:35:1: error: expected '}' at end of input } ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:35:1: error: expected unqualified-id at end of input /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:35:1: error: expected '}' at end of input /home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/test_package.cpp:35:1: error: expected '}' at end of input make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 crc_cpp/1.0.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/crc_cpp/1.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib ERROR: crc_cpp/1.0.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/crc_cpp/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' '--' '-j3'