******************************************************************************** conan install oniguruma/6.9.7.1@ --build=oniguruma --profile=/home/conan/w/BuildSingleReference/70577/2fb5253b-f88e-46bd-82c2-cc2979651b99/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 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 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] oniguruma:shared=False [build_requires] [env] oniguruma/6.9.7.1: Forced build from source Installing package: oniguruma/6.9.7.1 Requirements oniguruma/6.9.7.1 from local cache - Cache Packages oniguruma/6.9.7.1:2e24f0a0a9d1d246c05abd6c50f89f4bd10be114 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK oniguruma/6.9.7.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK oniguruma/6.9.7.1: Copying sources to build folder oniguruma/6.9.7.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114 oniguruma/6.9.7.1: Generator cmake created conanbuildinfo.cmake oniguruma/6.9.7.1: Aggregating env generators [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 oniguruma/6.9.7.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -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="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114" -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_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DENABLE_POSIX_API="True" -DENABLE_BINARY_COMPATIBLE_POSIX_API="True" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' ----------------- -- 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 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 -- Looking for alloca -- Looking for alloca - not found -- Looking for include file alloca.h -- Looking for include file alloca.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file sys/times.h -- Looking for include file sys/times.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of void* -- Check size of void* - done -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' '--' '-j3' ----------------- Scanning dependencies of target onig [ 1%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regerror.c.o [ 3%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regext.c.o [ 5%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regparse.c.o [ 7%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regcomp.c.o [ 9%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regexec.c.o [ 11%] Building C object source_subfolder/CMakeFiles/onig.dir/src/reggnu.c.o [ 13%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regenc.c.o [ 15%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regsyntax.c.o [ 17%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regtrav.c.o [ 19%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regversion.c.o [ 21%] Building C object source_subfolder/CMakeFiles/onig.dir/src/st.c.o [ 23%] Building C object source_subfolder/CMakeFiles/onig.dir/src/onig_init.c.o [ 25%] Building C object source_subfolder/CMakeFiles/onig.dir/src/unicode.c.o [ 27%] Building C object source_subfolder/CMakeFiles/onig.dir/src/ascii.c.o [ 29%] Building C object source_subfolder/CMakeFiles/onig.dir/src/utf8.c.o [ 31%] Building C object source_subfolder/CMakeFiles/onig.dir/src/utf16_be.c.o [ 33%] Building C object source_subfolder/CMakeFiles/onig.dir/src/utf16_le.c.o [ 35%] Building C object source_subfolder/CMakeFiles/onig.dir/src/utf32_be.c.o [ 37%] Building C object source_subfolder/CMakeFiles/onig.dir/src/utf32_le.c.o [ 39%] Building C object source_subfolder/CMakeFiles/onig.dir/src/euc_jp.c.o [ 41%] Building C object source_subfolder/CMakeFiles/onig.dir/src/sjis.c.o [ 43%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_1.c.o [ 45%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_2.c.o [ 47%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_3.c.o [ 49%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_4.c.o [ 50%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_5.c.o [ 52%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_6.c.o [ 54%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_7.c.o [ 56%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_8.c.o [ 58%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_9.c.o [ 60%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_10.c.o [ 62%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_11.c.o [ 64%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_13.c.o [ 66%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_14.c.o [ 68%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_15.c.o [ 70%] Building C object source_subfolder/CMakeFiles/onig.dir/src/iso8859_16.c.o [ 72%] Building C object source_subfolder/CMakeFiles/onig.dir/src/euc_tw.c.o [ 74%] Building C object source_subfolder/CMakeFiles/onig.dir/src/euc_kr.c.o [ 76%] Building C object source_subfolder/CMakeFiles/onig.dir/src/big5.c.o [ 78%] Building C object source_subfolder/CMakeFiles/onig.dir/src/gb18030.c.o [ 80%] Building C object source_subfolder/CMakeFiles/onig.dir/src/koi8_r.c.o [ 82%] Building C object source_subfolder/CMakeFiles/onig.dir/src/cp1251.c.o [ 84%] Building C object source_subfolder/CMakeFiles/onig.dir/src/euc_jp_prop.c.o [ 86%] Building C object source_subfolder/CMakeFiles/onig.dir/src/sjis_prop.c.o [ 88%] Building C object source_subfolder/CMakeFiles/onig.dir/src/unicode_unfold_key.c.o [ 90%] Building C object source_subfolder/CMakeFiles/onig.dir/src/unicode_fold1_key.c.o [ 92%] Building C object source_subfolder/CMakeFiles/onig.dir/src/unicode_fold2_key.c.o [ 94%] Building C object source_subfolder/CMakeFiles/onig.dir/src/unicode_fold3_key.c.o [ 96%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regposix.c.o [ 98%] Building C object source_subfolder/CMakeFiles/onig.dir/src/regposerr.c.o [100%] Linking C static library ../lib/libonig.a [100%] Built target onig oniguruma/6.9.7.1: Package '2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' built oniguruma/6.9.7.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114 oniguruma/6.9.7.1: Generated conaninfo.txt oniguruma/6.9.7.1: Generated conanbuildinfo.txt oniguruma/6.9.7.1: Generating the package oniguruma/6.9.7.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114 oniguruma/6.9.7.1: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' '--target' 'install' '--' '-j3' ----------------- [100%] Built target onig Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/libonig.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/include/oniguruma.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/include/oniggnu.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/include/onigposix.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/cmake/oniguruma/onigurumaConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/cmake/oniguruma/onigurumaConfigVersion.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/cmake/oniguruma/onigurumaTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/cmake/oniguruma/onigurumaTargets-release.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/API -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/API.ja -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/RE -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/RE.ja -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/FAQ -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/FAQ.ja -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/CALLOUTS.BUILTIN -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/CALLOUTS.BUILTIN.ja -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/CALLOUTS.API -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/CALLOUTS.API.ja -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/UNICODE_PROPERTIES -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/AUTHORS -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/COPYING -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/HISTORY -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/share/onig/README.md -- Installing: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/package/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/lib/pkgconfig/oniguruma.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 oniguruma/6.9.7.1 package(): Packaged 1 file: COPYING oniguruma/6.9.7.1 package(): Packaged 3 '.h' files: onigposix.h, oniggnu.h, oniguruma.h oniguruma/6.9.7.1 package(): Packaged 1 '.a' file: libonig.a oniguruma/6.9.7.1: Package '2e24f0a0a9d1d246c05abd6c50f89f4bd10be114' created oniguruma/6.9.7.1: Created package revision 8b0138e10145012b189af95cec8298e9 [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 /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/source_subfolder/src/regcomp.c: In function ‘detect_can_be_slow’: /home/conan/w/BuildSingleReference/.conan/data/oniguruma/6.9.7.1/_/_/build/2e24f0a0a9d1d246c05abd6c50f89f4bd10be114/source_subfolder/src/regcomp.c:8013:16: warning: ‘prev_heavy_element’ may be used uninitialized in this function [-Wmaybe-uninitialized] 8013 | if (prev_heavy_element == ct->heavy_element) | ^