******************************************************************************** conan install libelfin/0.3@ --profile=/home/conan/w/BuildSingleReference/8743/187193a4-8689-47cf-a0b8-dd12df47157b/profile.txt --build=libelfin ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 6.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/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=6 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] libelfin:shared=True [build_requires] [env] libelfin/0.3: Forced build from source Installing package: libelfin/0.3 Requirements libelfin/0.3 from local cache - Cache Packages libelfin/0.3:fb3febff600cca4aaabce135ed5f3e8edeb34f03 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libelfin/0.3: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libelfin/0.3: Copying sources to build folder libelfin/0.3: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03 libelfin/0.3: Generator cmake created conanbuildinfo.cmake [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 libelfin/0.3: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="6" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03" -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/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03' ----------------- -- The CXX compiler identification is GNU 6.4.0 -- 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: Compiler GCC>=5, checking major version 6 -- Conan: Checking correct version: 6 -- Conan: C++ stdlib: libstdc++11 -- Found PythonInterp: /opt/pyenv/versions/3.7.5/bin/python3 (found suitable version "3.7.5", minimum required is "3") -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03' '--' '-j3' ----------------- [ 5%] Generating source_subfolder/elf/to_string.cc [ 10%] Generating source_subfolder/dwarf/to_string.cc Scanning dependencies of target elf++ [ 15%] Building CXX object CMakeFiles/elf++.dir/source_subfolder/elf/elf.cc.o [ 21%] Building CXX object CMakeFiles/elf++.dir/source_subfolder/elf/mmap_loader.cc.o Scanning dependencies of target dwarf++ [ 26%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/abbrev.cc.o [ 31%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/attrs.cc.o [ 36%] Building CXX object CMakeFiles/elf++.dir/source_subfolder/elf/to_string.cc.o [ 42%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/cursor.cc.o [ 47%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/die.cc.o [ 52%] Linking CXX shared library lib/libelf++.so [ 52%] Built target elf++ [ 57%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/die_str_map.cc.o [ 63%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/dwarf.cc.o [ 68%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/elf.cc.o [ 73%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/expr.cc.o [ 78%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/line.cc.o [ 84%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/rangelist.cc.o [ 89%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/value.cc.o [ 94%] Building CXX object CMakeFiles/dwarf++.dir/source_subfolder/dwarf/to_string.cc.o [100%] Linking CXX shared library lib/libdwarf++.so [100%] Built target dwarf++ libelfin/0.3: Package 'fb3febff600cca4aaabce135ed5f3e8edeb34f03' built libelfin/0.3: Build folder /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03 libelfin/0.3: Generated conaninfo.txt libelfin/0.3: Generated conanbuildinfo.txt libelfin/0.3: Generating the package libelfin/0.3: Package folder /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03 libelfin/0.3: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/build/fb3febff600cca4aaabce135ed5f3e8edeb34f03' '--target' 'install' '--' '-j3' ----------------- [ 26%] Built target elf++ [100%] Built target dwarf++ Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/lib/libelf++.so.0.3 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/lib/libelf++.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/elf/common.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/elf/data.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/elf/elf++.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/lib/libdwarf++.so.0.3 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/lib/libdwarf++.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/dwarf/data.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/dwarf/dwarf++.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/include/libelfin/dwarf/small_vector.hh -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libelfin/0.3/_/_/package/fb3febff600cca4aaabce135ed5f3e8edeb34f03/licenses/LICENSE [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(): [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 libelfin/0.3 package(): Packaged 2 '.3' files: libelf++.so.0.3, libdwarf++.so.0.3 libelfin/0.3 package(): Packaged 2 '.so' files: libelf++.so, libdwarf++.so libelfin/0.3 package(): Packaged 1 file: LICENSE libelfin/0.3 package(): Packaged 6 '.hh' files libelfin/0.3: Package 'fb3febff600cca4aaabce135ed5f3e8edeb34f03' created libelfin/0.3: Created package revision aaab536d44d53f2a9f7a67ce51fc22cb [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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component libelfin::libelfin libdir "lib" does not contain any declared library