******************************************************************************** conan install uri-template/1.1.2@ --profile=/home/conan/w/BuildSingleReference/11525/6a82a38a-1a06-4323-94e0-1d089c111f84/profile.txt --build=uri-template ******************************************************************************** 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 10 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=10 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=10 os=Linux os_build=Linux [options] uri-template:shared=False [build_requires] [env] uri-template/1.1.2: Forced build from source Installing package: uri-template/1.1.2 Requirements uri-template/1.1.2 from local cache - Cache Packages uri-template/1.1.2:a25d6c83542b56b72fdaa05a85db5d46f5f0f71c - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK uri-template/1.1.2: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK uri-template/1.1.2: Copying sources to build folder uri-template/1.1.2: Building your package in /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c uri-template/1.1.2: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK uri-template/1.1.2: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="False" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_PREFIX_PATH="/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_TESTING="False" -DURITEMPLATE_BUNDLED_MODE="False" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c' ----------------- -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.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 -- 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: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/build_subfolder ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target uri-template [ 12%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Matcher.cpp.o [ 25%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Expander.cpp.o [ 37%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Modifier.cpp.o [ 50%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Operator.cpp.o [ 62%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Parser.cpp.o [ 75%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Template.cpp.o [ 87%] Building CXX object source_subfolder/CMakeFiles/uri-template.dir/src/Variable.cpp.o [100%] Linking CXX static library ../lib/liburi-template.a [100%] Built target uri-template uri-template/1.1.2: Package 'a25d6c83542b56b72fdaa05a85db5d46f5f0f71c' built uri-template/1.1.2: Build folder /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c uri-template/1.1.2: Generated conaninfo.txt uri-template/1.1.2: Generated conanbuildinfo.txt uri-template/1.1.2: Generating the package uri-template/1.1.2: Package folder /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c uri-template/1.1.2: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/build/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/build_subfolder' '--target' 'install' '--' '-j3' ----------------- [100%] Built target uri-template Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/lib/liburi-template.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/uri-template.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Template.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Expander.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Variable.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Operator.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Matcher.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Parser.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/include/uri-template/Modifier.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/lib/cmake/uritemplate/uritemplateConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/lib/cmake/uritemplate/uritemplateConfigVersion.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/lib/cmake/uritemplate/uritemplateTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/uri-template/1.1.2/_/_/package/a25d6c83542b56b72fdaa05a85db5d46f5f0f71c/lib/cmake/uritemplate/uritemplateTargets-debug.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 uri-template/1.1.2 package(): Packaged 1 '.a' file: liburi-template.a uri-template/1.1.2 package(): Packaged 8 '.h' files uri-template/1.1.2 package(): Packaged 1 file: LICENSE uri-template/1.1.2: Package 'a25d6c83542b56b72fdaa05a85db5d46f5f0f71c' created uri-template/1.1.2: Created package revision f440e82af0f51b82ad13b9d6ef3a6896 [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 uri-template/1.1.2: WARN: uri-template recipe lacks information about the gcc compiler standard version support.