******************************************************************************** conan install libcbor/0.7.0@#d3996971092b8bbe77d417f38edc7992 --build=libcbor -pr /home/conan/w/prod/BuildSingleReference/144392/70109493-6bfc-49e6-80cc-f7bbd26d4f37/profile_linux_5_libstdcpp11_gcc_debug_64.libcbor-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) 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/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=5 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=5 os=Linux [options] libcbor:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libcbor/0.7.0: Forced build from source Installing package: libcbor/0.7.0 Requirements libcbor/0.7.0 from local cache - Cache Packages libcbor/0.7.0:bf1c6ea4e3247ac82251a985d7c76181da69a6fa - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libcbor/0.7.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/source/src libcbor/0.7.0: [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 libcbor/0.7.0: Copying sources to build folder libcbor/0.7.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa libcbor/0.7.0: Generator txt created conanbuildinfo.txt libcbor/0.7.0: Calling generate() libcbor/0.7.0: Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libcbor/0.7.0: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libcbor/0.7.0: 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 libcbor/0.7.0: Calling build() libcbor/0.7.0: Apply patch (conan): fix shared build compilation error libcbor/0.7.0: Apply patch (portability): fix cmake module path libcbor/0.7.0: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = ON -- 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 -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- Check size of size_t -- Check size of size_t - done -- LTO is enabled -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug libcbor/0.7.0: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug" '--' '-j3' ----------------- Scanning dependencies of target cbor [ 5%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [ 10%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [ 15%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [ 20%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [ 25%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [ 30%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [ 35%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [ 40%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [ 45%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [ 60%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [ 70%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [ 80%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [ 85%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [ 90%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [ 95%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [100%] Linking C shared library libcbor.so [100%] Built target cbor libcbor/0.7.0: Package 'bf1c6ea4e3247ac82251a985d7c76181da69a6fa' built libcbor/0.7.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug libcbor/0.7.0: Generated conaninfo.txt libcbor/0.7.0: Generated conanbuildinfo.txt libcbor/0.7.0: Generating the package libcbor/0.7.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa libcbor/0.7.0: Calling package() libcbor/0.7.0: Copied 1 '.md' file: LICENSE.md libcbor/0.7.0: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/build/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa" ----------------- -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/configuration.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/cbor_export.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/lib/libcbor.so.0.7.0 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/lib/libcbor.so.0.7 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/lib/libcbor.so -- Up-to-date: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/encoders.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/memory_utils.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/unicode.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/stack.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/builder_callbacks.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/internal/loaders.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/encoding.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/callbacks.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/maps.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/strings.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/ints.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/floats_ctrls.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/serialization.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/bytestrings.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/arrays.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/tags.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/streaming.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/data.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor/common.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/include/cbor.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libcbor/0.7.0/_/_/package/bf1c6ea4e3247ac82251a985d7c76181da69a6fa/lib/pkgconfig/libcbor.pc [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK libcbor/0.7.0 package(): Packaged 22 '.h' files libcbor/0.7.0 package(): Packaged 1 '.0' file: libcbor.so.0.7.0 libcbor/0.7.0 package(): Packaged 1 '.7' file: libcbor.so.0.7 libcbor/0.7.0 package(): Packaged 1 '.so' file: libcbor.so libcbor/0.7.0 package(): Packaged 1 '.md' file: LICENSE.md libcbor/0.7.0: Package 'bf1c6ea4e3247ac82251a985d7c76181da69a6fa' created libcbor/0.7.0: Created package revision 1f7397cac6d5111cc3d660de5d04aefd [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 [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators libcbor/0.7.0: 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