******************************************************************************** conan install bzip2/1.0.6@#8e43c2e520fa8cefd90e036f615251f8 --build=bzip2 -pr /home/conan/w/prod/BuildSingleReference/69309/383e666b-b5a0-4ee6-8ab6-7f0952e5e29e/profile_linux_11_libstdcpp11_gcc_release_64.bzip2-shared-True.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/w/prod/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 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=11 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=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] bzip2:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True bzip2/1.0.6: Forced build from source Installing package: bzip2/1.0.6 Requirements bzip2/1.0.6 from local cache - Cache Packages bzip2/1.0.6:d47b7dd97f503792f0e2103d59c090225d859006 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK bzip2/1.0.6: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/source/src bzip2/1.0.6: [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 bzip2/1.0.6: Copying sources to build folder bzip2/1.0.6: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006 bzip2/1.0.6: Generator txt created conanbuildinfo.txt bzip2/1.0.6: Calling generate() bzip2/1.0.6: Aggregating env generators [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 bzip2/1.0.6: Calling build() bzip2/1.0.6: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/package/d47b7dd97f503792f0e2103d59c090225d859006" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/src/.." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/package/d47b7dd97f503792f0e2103d59c090225d859006" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/src/.." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = ON -- The C compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/Release bzip2/1.0.6: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/Release" '--' '-j3' ----------------- Scanning dependencies of target bz2 [ 20%] Building C object CMakeFiles/bz2.dir/src/blocksort.c.o [ 20%] Building C object CMakeFiles/bz2.dir/src/bzlib.c.o [ 30%] Building C object CMakeFiles/bz2.dir/src/compress.c.o [ 40%] Building C object CMakeFiles/bz2.dir/src/crctable.c.o [ 50%] Building C object CMakeFiles/bz2.dir/src/decompress.c.o [ 60%] Building C object CMakeFiles/bz2.dir/src/huffman.c.o [ 70%] Building C object CMakeFiles/bz2.dir/src/randtable.c.o [ 80%] Linking C shared library libbz2.so CMakeFiles/bz2.dir/build.make:173: recipe for target 'libbz2.so.1.0.6' failed CMakeFiles/Makefile2:108: recipe for target 'CMakeFiles/bz2.dir/all' failed Makefile:129: recipe for target 'all' failed bzip2/1.0.6: /opt/conan/binutils/bin/ld: cannot find method: No such file or directory /opt/conan/binutils/bin/ld: cannot find Version.major: No such file or directory /opt/conan/binutils/bin/ld: cannot find of: No such file or directory /opt/conan/binutils/bin/ld: cannot find 1.0.6>: No such file or directory collect2: error: ld returned 1 exit status make[2]: *** [libbz2.so.1.0.6] Error 1 make[1]: *** [CMakeFiles/bz2.dir/all] Error 2 make: *** [all] Error 2 bzip2/1.0.6: 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 bzip2/1.0.6: ERROR: Package 'd47b7dd97f503792f0e2103d59c090225d859006' build failed bzip2/1.0.6: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/Release ERROR: bzip2/1.0.6: Error in build() method, line 71 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.6/_/_/build/d47b7dd97f503792f0e2103d59c090225d859006/build/Release" '--' '-j3'