******************************************************************************** conan install libyaml/0.2.2@ --build=libyaml --profile=/home/conan/w/BuildSingleReference/24778/6ab0cdc1-2773-4af8-ad9f-85712cc0d21d/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 4.0 Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=4.0 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=clang compiler.libcxx=libstdc++ compiler.version=4.0 os=Linux os_build=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:eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35 - 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/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35 libyaml/0.2.2: 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 libyaml/0.2.2: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="4.0" -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/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35" -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/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' ----------------- -- The C compiler identification is Clang 4.0.1 -- The CXX compiler identification is Clang 4.0.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - 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/clang++ - 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: Checking correct version: 4.0 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' '--' '-j3' ----------------- Scanning dependencies of target yaml [ 2%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/api.c.o [ 5%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/emitter.c.o [ 8%] Building C object source_subfolder/CMakeFiles/yaml.dir/src/dumper.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-reader Scanning dependencies of target test-version Scanning dependencies of target run-scanner [ 28%] Building C object source_subfolder/tests/CMakeFiles/test-reader.dir/test-reader.c.o [ 31%] Building C object source_subfolder/tests/CMakeFiles/run-scanner.dir/run-scanner.c.o [ 34%] Building C object source_subfolder/tests/CMakeFiles/test-version.dir/test-version.c.o [ 37%] Linking C executable ../../bin/test-version [ 40%] Linking C executable ../../bin/run-scanner [ 42%] Linking C executable ../../bin/test-reader [ 42%] Built target test-version Scanning dependencies of target example-reformatter-alt [ 42%] Built target run-scanner [ 45%] Building C object source_subfolder/tests/CMakeFiles/example-reformatter-alt.dir/example-reformatter-alt.c.o Scanning dependencies of target run-parser [ 45%] Built target test-reader Scanning dependencies of target example-reformatter [ 48%] Building C object source_subfolder/tests/CMakeFiles/run-parser.dir/run-parser.c.o [ 51%] Building C object source_subfolder/tests/CMakeFiles/example-reformatter.dir/example-reformatter.c.o [ 54%] Linking C executable ../../bin/example-reformatter-alt [ 57%] Linking C executable ../../bin/example-reformatter [ 60%] Linking C executable ../../bin/run-parser [ 60%] Built target example-reformatter-alt [ 60%] Built target example-reformatter Scanning dependencies of target example-deconstructor-alt [ 62%] Building C object source_subfolder/tests/CMakeFiles/example-deconstructor-alt.dir/example-deconstructor-alt.c.o Scanning dependencies of target run-dumper [ 62%] Built target run-parser [ 65%] Building C object source_subfolder/tests/CMakeFiles/run-dumper.dir/run-dumper.c.o 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/run-dumper [ 74%] Linking C executable ../../bin/example-deconstructor-alt [ 77%] Linking C executable ../../bin/example-deconstructor [ 77%] Built target run-dumper Scanning dependencies of target run-emitter [ 80%] Building C object source_subfolder/tests/CMakeFiles/run-emitter.dir/run-emitter.c.o [ 80%] Built target example-deconstructor-alt Scanning dependencies of target run-emitter-test-suite [ 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 [ 94%] Linking C executable ../../bin/run-loader [ 94%] Built target run-emitter 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 'eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' built libyaml/0.2.2: Build folder /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35 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/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35 libyaml/0.2.2: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/build/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' '--target' 'install' '--' '-j3' ----------------- [ 25%] Built target yaml [ 37%] Built target test-reader [ 37%] Built target run-scanner [ 42%] Built target test-version [ 48%] Built target example-reformatter-alt [ 60%] Built target run-parser [ 60%] Built target example-reformatter [ 65%] Built target run-dumper [ 71%] Built target example-deconstructor [ 77%] Built target example-deconstructor-alt [ 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/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/include/yaml.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/lib/libyaml.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/lib/cmake/libyaml/yamlConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/lib/cmake/libyaml/yamlTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/lib/cmake/libyaml/yamlTargets-debug.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libyaml/0.2.2/_/_/package/eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35/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 '.so' file: libyaml.so libyaml/0.2.2 package(): Packaged 1 '.cmake' file: conan-official-libyaml-targets.cmake libyaml/0.2.2 package(): Packaged 1 '.h' file: yaml.h libyaml/0.2.2 package(): Packaged 1 file: LICENSE libyaml/0.2.2: Package 'eaf9d8cbae37da33e4a2aee2f51a2e0120c76d35' created libyaml/0.2.2: Created package revision e4910f4f24bca7073e7dd9f21651e5a2 [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 CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR