******************************************************************************** conan install uriparser/0.9.3@#85fa5e7388d81866398a3b3b3f7d9fff --build=uriparser -pr /home/conan/w/prod/BuildSingleReference/15213/e0f5c54b-6e7e-4666-baa6-dbaa9a7ea138/profile_linux_10_libstdcpp11_gcc_debug_64.uriparser-shared-True.txt ******************************************************************************** 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 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/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=10 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=10 os=Linux [options] uriparser:shared=True [build_requires] [env] uriparser/0.9.3: Forced build from source Installing package: uriparser/0.9.3 Requirements uriparser/0.9.3 from local cache - Cache Packages uriparser/0.9.3:a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK uriparser/0.9.3: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/source [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 uriparser/0.9.3: Copying sources to build folder uriparser/0.9.3: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd uriparser/0.9.3: Generator cmake created conanbuildinfo.cmake uriparser/0.9.3: 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 uriparser/0.9.3: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/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" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd" -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" -DURIPARSER_BUILD_DOCS="False" -DURIPARSER_BUILD_TESTS="False" -DURIPARSER_BUILD_TOOLS="False" -DURIPARSER_BUILD_CHAR="True" -DURIPARSER_BUILD_WCHAR="True" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.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 language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Performing Test URIPARSER_COMPILER_SUPPORTS_VISIBILITY -- Performing Test URIPARSER_COMPILER_SUPPORTS_VISIBILITY - Success -- Looking for wprintf -- Looking for wprintf - found -- Looking for reallocarray -- Looking for reallocarray - found -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/build_subfolder ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target uriparser [ 6%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriCommon.c.o [ 12%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriCompare.c.o [ 18%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriEscape.c.o [ 25%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriFile.c.o [ 31%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriIp4Base.c.o [ 37%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriIp4.c.o [ 43%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriMemory.c.o [ 50%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriNormalizeBase.c.o [ 56%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriNormalize.c.o [ 62%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriParseBase.c.o [ 68%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriParse.c.o [ 75%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriQuery.c.o [ 81%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriRecompose.c.o [ 87%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriResolve.c.o [ 93%] Building C object source_subfolder/CMakeFiles/uriparser.dir/src/UriShorten.c.o [100%] Linking C shared library ../lib/liburiparser.so [100%] Built target uriparser uriparser/0.9.3: Package 'a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd' built uriparser/0.9.3: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd uriparser/0.9.3: Generated conaninfo.txt uriparser/0.9.3: Generated conanbuildinfo.txt uriparser/0.9.3: Generating the package uriparser/0.9.3: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd uriparser/0.9.3: Calling package() ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/build/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/build_subfolder' '--target' 'install' '--' '-j3' ----------------- [100%] Built target uriparser Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/liburiparser.so.1.0.26 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/liburiparser.so.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/liburiparser.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/UriBase.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/UriDefsAnsi.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/UriDefsConfig.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/UriDefsUnicode.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/Uri.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/include/uriparser/UriIp4.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/cmake/uriparser-0.9.3/uriparser-config.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/cmake/uriparser-0.9.3/uriparser-config-version.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/cmake/uriparser-0.9.3/uriparser.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/cmake/uriparser-0.9.3/uriparser-debug.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd/lib/pkgconfig/liburiparser.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(): [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 uriparser/0.9.3 package(): Packaged 6 '.h' files uriparser/0.9.3 package(): Packaged 1 '.26' file: liburiparser.so.1.0.26 uriparser/0.9.3 package(): Packaged 1 '.1' file: liburiparser.so.1 uriparser/0.9.3 package(): Packaged 1 '.so' file: liburiparser.so uriparser/0.9.3 package(): Packaged 1 file: COPYING uriparser/0.9.3: Package 'a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd' created uriparser/0.9.3: Created package revision 2759a656b1e115628272c380ee5bd490 [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 =========================================================================== Configuration Prefix ............... /home/conan/w/prod/BuildSingleReference/.conan/data/uriparser/0.9.3/_/_/package/a4c5cd67e376ed0986d7ac4c9543d1e22c8ea3bd Shared libraries ..... ON Code for char * ...... True Code for wchar_t * ... ON Tools ................ False Test suite ........... False Documentation ........ False Continue with make make test sudo make install =========================================================================== CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY URIPARSER_BUILD_WCHAR