******************************************************************************** conan install pole/0.5.4@#1e31c8c00abda01015ffcee2965970c3 --build=pole -pr /home/conan/workspace/prod-v1/bsr/105498/bfcba/profile_linux_5_libstdcpp11_gcc_release_64.pole-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 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/workspace/prod-v1/bsr/105498/fceea/.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=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] pole:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True pole/0.5.4: Forced build from source Installing package: pole/0.5.4 Requirements pole/0.5.4 from local cache - Cache Packages pole/0.5.4:4d887c1c2779c63d2cdd81580698d2e22cb35b29 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK pole/0.5.4: Configuring sources in /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/source/src pole/0.5.4: pole/0.5.4: Unzipping 111.9KB, this can take a while pole/0.5.4: [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 pole/0.5.4: Copying sources to build folder pole/0.5.4: Building your package in /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29 pole/0.5.4: Generator txt created conanbuildinfo.txt pole/0.5.4: Calling generate() pole/0.5.4: Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' pole/0.5.4: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' pole/0.5.4: 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 pole/0.5.4: Calling build() pole/0.5.4: Apply patch (conan): Add conan support with a cmake pole/0.5.4: Apply patch (portability): Add conan support with a cmake pole/0.5.4: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src" ----------------- -- Using Conan toolchain: /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- 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 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release pole/0.5.4: CMake command: cmake --build "/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3' ----------------- Scanning dependencies of target pole [ 50%] Building CXX object CMakeFiles/pole.dir/pole/pole.o CMakeFiles/pole.dir/build.make:81: recipe for target 'CMakeFiles/pole.dir/pole/pole.o' failed CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/pole.dir/all' failed Makefile:148: recipe for target 'all' failed pole/0.5.4: CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.18) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/pole/pole.cpp: In constructor ‘POLE::StorageIO::StorageIO(POLE::Storage*, const char*)’: /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/src/pole/pole.cpp:1234:27: error: ‘uint64_t’ was not declared in this scope dirtree(new DirTree( (uint64_t) 1 << header->b_shift)), ^ make[2]: *** [CMakeFiles/pole.dir/pole/pole.o] Error 1 make[1]: *** [CMakeFiles/pole.dir/all] Error 2 make: *** [all] Error 2 WARN: ************************************************** WARN: *** Conan 1 is legacy and on a deprecation path ** WARN: *********** Please upgrade to Conan 2 ************ WARN: ************************************************** pole/0.5.4: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior pole/0.5.4: ERROR: Package '4d887c1c2779c63d2cdd81580698d2e22cb35b29' build failed pole/0.5.4: WARN: Build folder /home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release ERROR: pole/0.5.4: Error in build() method, line 49 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/workspace/prod-v1/bsr/105498/fceea/.conan/data/pole/0.5.4/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build/Release" '--' '-j3'