******************************************************************************** conan install cryptopp/8.6.0@#b4f984c4a4b8675824fc505d81ddb4f5 --build=cryptopp -pr /home/conan/w/prod/BuildSingleReference/31953/a0059234-16cb-4d98-8ec2-0ddfae52bdd5/profile_linux_9_libstdcpp11_gcc_debug_64.cryptopp-shared-False.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] cryptopp:shared=False [build_requires] [env] cryptopp/8.6.0: Forced build from source Installing package: cryptopp/8.6.0 Requirements cryptopp/8.6.0 from local cache - Cache Packages cryptopp/8.6.0:038baac88f4c7bfa972ce5adac1616bed8fe2ef4 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK cryptopp/8.6.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK cryptopp/8.6.0: Copying sources to build folder cryptopp/8.6.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4 cryptopp/8.6.0: Generator cmake created conanbuildinfo.cmake cryptopp/8.6.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK cryptopp/8.6.0: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/package/038baac88f4c7bfa972ce5adac1616bed8fe2ef4" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_STATIC="True" -DBUILD_SHARED="False" -DBUILD_TESTING="False" -DBUILD_DOCUMENTATION="False" -DUSE_INTERMEDIATE_OBJECTS_TARGET="False" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4' ----------------- -- The C compiler identification is GNU 9.2.1 -- The CXX compiler identification is GNU 9.2.1 -- 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: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- ************************************************************************* The Crypto++ library does not officially support CMake. CMake support is a community effort, and the library works with the folks using CMake to help improve it. If you find an issue then please fix it or report it at https://github.com/noloader/cryptopp-cmake. -- ************************************************************************* -- CMake version 3.18.2 -- System Linux -- Processor x86_64 -- Performing Test CRYPTOPP_X86_SSE2 -- Performing Test CRYPTOPP_X86_SSE2 - Success -- Performing Test CRYPTOPP_X86_SSSE3 -- Performing Test CRYPTOPP_X86_SSSE3 - Success -- Performing Test CRYPTOPP_X86_SSE41 -- Performing Test CRYPTOPP_X86_SSE41 - Success -- Performing Test CRYPTOPP_X86_SSE42 -- Performing Test CRYPTOPP_X86_SSE42 - Success -- Performing Test CRYPTOPP_X86_CLMUL -- Performing Test CRYPTOPP_X86_CLMUL - Success -- Performing Test CRYPTOPP_X86_AES -- Performing Test CRYPTOPP_X86_AES - Success -- Performing Test CRYPTOPP_X86_AVX -- Performing Test CRYPTOPP_X86_AVX - Success -- Performing Test CRYPTOPP_X86_AVX2 -- Performing Test CRYPTOPP_X86_AVX2 - Success -- Performing Test CRYPTOPP_X86_SHA -- Performing Test CRYPTOPP_X86_SHA - Success -- Performing Test CRYPTOPP_MIXED_ASM -- Performing Test CRYPTOPP_MIXED_ASM - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Platform: x86_64 -- Compiler: /usr/bin/g++ -- Compiler options: -m64 -- Compiler definitions: -- Build type: Debug -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/build_subfolder ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target cryptopp-static [ 0%] Building CXX object source_subfolder/CMakeFiles/cryptopp-static.dir/cryptlib.cpp.o [ 0%] Building CXX object source_subfolder/CMakeFiles/cryptopp-static.dir/integer.cpp.o [ 1%] Building CXX object source_subfolder/CMakeFiles/cryptopp-static.dir/cpu.cpp.o cryptopp/8.6.0: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY g++: error: -m64: No such file or directory make[2]: *** [source_subfolder/CMakeFiles/cryptopp-static.dir/build.make:82: source_subfolder/CMakeFiles/cryptopp-static.dir/cryptlib.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... g++: error: -m64: No such file or directory make[2]: *** [source_subfolder/CMakeFiles/cryptopp-static.dir/build.make:108: source_subfolder/CMakeFiles/cryptopp-static.dir/integer.cpp.o] Error 1 g++: error: -m64: No such file or directory make[2]: *** [source_subfolder/CMakeFiles/cryptopp-static.dir/build.make:95: source_subfolder/CMakeFiles/cryptopp-static.dir/cpu.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:114: source_subfolder/CMakeFiles/cryptopp-static.dir/all] Error 2 make: *** [Makefile:149: all] Error 2 cryptopp/8.6.0: ERROR: Package '038baac88f4c7bfa972ce5adac1616bed8fe2ef4' build failed cryptopp/8.6.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4 ERROR: cryptopp/8.6.0: Error in build() method, line 109 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/cryptopp/8.6.0/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/build_subfolder' '--' '-j3'