******************************************************************************** conan install libyaml/0.2.2@ --build=libyaml --profile=/home/conan/w/BuildSingleReference/72266/8499afab-3923-4f6a-8a2e-e724f4e611e7/profile.txt ******************************************************************************** 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 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/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/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] libyaml:shared=True [build_requires] [env] libyaml/0.2.2: Forced build from source Installing package: libyaml/0.2.2 Requirements libyaml/0.2.2 from local cache - Cache Packages libyaml/0.2.2:30eae4e50fefe0f7b788ed8928ac248681ea6af0 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libyaml/0.2.2: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libyaml/0.2.2: Copying sources to build folder libyaml/0.2.2: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libyaml/0.2.2: Generator cmake created conanbuildinfo.cmake libyaml/0.2.2: 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 libyaml/0.2.2: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0' && 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" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" -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" -DINSTALL_CMAKE_DIR="lib/cmake/libyaml" -DYAML_STATIC_LIB_NAME="yaml" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0' ----------------- -- 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: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0' '--' '-j3' ----------------- Scanning dependencies of target yaml [ 2%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/dumper.c.o [ 5%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/api.c.o [ 8%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/emitter.c.o [ 11%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/loader.c.o [ 14%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/parser.c.o [ 17%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/reader.c.o [ 20%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/scanner.c.o [ 22%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/writer.c.o [ 25%] Linking C shared library ../lib/libyaml.so [ 25%] Built target yaml Scanning dependencies of target test-version Scanning dependencies of target test-reader Scanning dependencies of target run-scanner [ 31%] Building C object source_subfolder/tests/CMakeFiles/test-version.dir/test-version.c.o [ 31%] Building C object source_subfolder/tests/CMakeFiles/test-reader.dir/test-reader.c.o [ 34%] Building C object source_subfolder/tests/CMakeFiles/run-scanner.dir/run-scanner.c.o [ 37%] Linking C executable ../../bin/test-version [ 40%] Linking C executable ../../bin/run-scanner [ 40%] Built target test-version [ 42%] Linking C executable ../../bin/test-reader Scanning dependencies of target example-reformatter-alt [ 45%] Building C object source_subfolder/tests/CMakeFiles/example-reformatter-alt.dir/example-reformatter-alt.c.o [ 45%] Built target run-scanner Scanning dependencies of target run-parser [ 48%] Building C object source_subfolder/tests/CMakeFiles/run-parser.dir/run-parser.c.o [ 48%] Built target test-reader Scanning dependencies of target example-reformatter [ 51%] Building C object source_subfolder/tests/CMakeFiles/example-reformatter.dir/example-reformatter.c.o [ 54%] Linking C executable ../../bin/example-reformatter-alt [ 54%] Built target example-reformatter-alt [ 57%] Linking C executable ../../bin/run-parser Scanning dependencies of target example-deconstructor-alt [ 60%] Building C object source_subfolder/tests/CMakeFiles/example-deconstructor-alt.dir/example-deconstructor-alt.c.o [ 62%] Linking C executable ../../bin/example-reformatter [ 62%] Built target run-parser Scanning dependencies of target run-dumper [ 65%] Building C object source_subfolder/tests/CMakeFiles/run-dumper.dir/run-dumper.c.o [ 65%] Built target example-reformatter Scanning dependencies of target example-deconstructor [ 68%] Building C object source_subfolder/tests/CMakeFiles/example-deconstructor.dir/example-deconstructor.c.o [ 71%] Linking C executable ../../bin/example-deconstructor-alt [ 74%] Linking C executable ../../bin/run-dumper [ 74%] Built target example-deconstructor-alt Scanning dependencies of target run-emitter [ 77%] Building C object source_subfolder/tests/CMakeFiles/run-emitter.dir/run-emitter.c.o [ 77%] Built target run-dumper Scanning dependencies of target run-emitter-test-suite [ 80%] Linking C executable ../../bin/example-deconstructor [ 82%] Building C object source_subfolder/tests/CMakeFiles/run-emitter-test-suite.dir/run-emitter-test-suite.c.o [ 82%] Built target example-deconstructor Scanning dependencies of target run-loader [ 85%] Building C object source_subfolder/tests/CMakeFiles/run-loader.dir/run-loader.c.o [ 88%] Linking C executable ../../bin/run-emitter [ 91%] Linking C executable ../../bin/run-emitter-test-suite [ 91%] Built target run-emitter [ 94%] Linking C executable ../../bin/run-loader Scanning dependencies of target run-parser-test-suite [ 97%] Building C object source_subfolder/tests/CMakeFiles/run-parser-test-suite.dir/run-parser-test-suite.c.o [ 97%] Built target run-emitter-test-suite [ 97%] Built target run-loader [100%] Linking C executable ../../bin/run-parser-test-suite [100%] Built target run-parser-test-suite libyaml/0.2.2: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' built libyaml/0.2.2: Build folder /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libyaml/0.2.2: Generated conaninfo.txt libyaml/0.2.2: Generated conanbuildinfo.txt libyaml/0.2.2: Generating the package libyaml/0.2.2: Package folder /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libyaml/0.2.2: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0' '--target' 'install' '--' '-j3' ----------------- [ 25%] Built target yaml [ 31%] Built target test-reader [ 40%] Built target test-version [ 42%] Built target run-scanner [ 48%] Built target example-reformatter-alt [ 54%] Built target run-parser [ 60%] Built target example-reformatter [ 65%] Built target example-deconstructor-alt [ 71%] Built target example-deconstructor [ 77%] Built target run-dumper [ 82%] Built target run-emitter-test-suite [ 88%] Built target run-emitter [ 94%] Built target run-loader [100%] Built target run-parser-test-suite Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/yaml.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libyaml.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/libyaml/yamlConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/libyaml/yamlTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/libyaml/yamlTargets-debug.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/libyaml/yamlConfigVersion.cmake [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 libyaml/0.2.2 package(): Packaged 1 file: LICENSE libyaml/0.2.2 package(): Packaged 1 '.h' file: yaml.h libyaml/0.2.2 package(): Packaged 1 '.so' file: libyaml.so libyaml/0.2.2 package(): Packaged 1 '.cmake' file: conan-official-libyaml-targets.cmake libyaml/0.2.2: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' created libyaml/0.2.2: Created package revision 4f2f511390dadb258e0080b6aa057e38 [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 Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] The *.cmake files have to be placed in a folder declared as `cpp_info.builddirs`. Currently folders declared: [''] [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] Found files: ./lib/cmake/conan-official-libyaml-targets.cmake