Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] <pcre2>/<10.42>: pcre2 ignores setting the CMake generator to Ninja #25306

Closed
mmomtchev opened this issue Sep 18, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@mmomtchev
Copy link

Description

pcre2 always uses UNIX Makefiles

Package and Environment Details

  • Package Name/Version: pcre2/10.42
  • Operating System+version: Linux Ubuntu 22.04
  • Compiler+version: GCC 11
  • Conan version: conan 2.7.0
  • Python version: Python 3.10.12

Conan profile

======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
tools.cmake.cmaketoolchain:generator=Ninja

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux

Steps to reproduce

conan install --requires pcre2/10.42 --settings tools.cmake.cmaketoolchain:generator=Ninja --build=pcre2/10.42

Logs

Click to expand log
======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
tools.cmake.cmaketoolchain:generator=Ninja

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux


======== Computing dependency graph ========
Graph root
    cli
Requirements
    bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4 - Cache
    pcre2/10.42#a7a2c122056510509a7525c83d6a6695 - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Resolved version ranges
    zlib/[>=1.2.11 <2]: zlib/1.3.1

======== Computing necessary packages ========
pcre2/10.42: Forced build from source
Requirements
    bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4:763ddd53d7a4775fe84a285f56005a096d9786fd#53f22895547ac66130effcf590404b46 - Cache
    pcre2/10.42#a7a2c122056510509a7525c83d6a6695:8baec0c9d093887e22dbf6deb7d44e730957ee62 - Build
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205#6b307bbcbae23635c4006543ffdbf3ef - Cache

======== Installing packages ========
bzip2/1.0.8: Already installed! (1 of 3)
zlib/1.3.1: Already installed! (2 of 3)

-------- Installing package pcre2/10.42 (3 of 3) --------
pcre2/10.42: Building from source
pcre2/10.42: Package pcre2/10.42:8baec0c9d093887e22dbf6deb7d44e730957ee62
pcre2/10.42: Copying sources to build folder
pcre2/10.42: Building your package in /home/mmom/.conan2/p/b/pcre235836c98e8b86/b
pcre2/10.42: Calling generate()
pcre2/10.42: Generators folder: /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release/generators
pcre2/10.42: CMakeToolchain generated: conan_toolchain.cmake
pcre2/10.42: CMakeToolchain generated: /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release/generators/CMakePresets.json
pcre2/10.42: CMakeToolchain generated: /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/src/CMakeUserPresets.json
pcre2/10.42: CMakeDeps necessary find_package() and targets for your CMakeLists.txt
    find_package(ZLIB)
    find_package(BZip2)
    target_link_libraries(... ZLIB::ZLIB BZip2::BZip2)
pcre2/10.42: Generating aggregated env files
pcre2/10.42: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
pcre2/10.42: Calling build()
pcre2/10.42: apply_conandata_patches(): No patches defined in conandata
pcre2/10.42: Running CMake.configure()
pcre2/10.42: RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/mmom/.conan2/p/b/pcre235836c98e8b86/p" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/mmom/.conan2/p/b/pcre235836c98e8b86/b/src"
-- Using Conan toolchain: /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC)
-- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF
-- The C compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Conan: Target declared 'BZip2::BZip2'
-- Conan: Including build module from '/home/mmom/.conan2/p/bzip24ed69d4fecc16/p/lib/cmake/conan-official-bzip2-variables.cmake'
-- Conan: Target declared 'ZLIB::ZLIB'
CMake Warning at CMakeLists.txt:129 (FIND_PACKAGE):
  By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Readline",
  but CMake did not find one.

  Could not find a package configuration file provided by "Readline" with any
  of the following names:

    ReadlineConfig.cmake
    readline-config.cmake

  Add the installation prefix of "Readline" to CMAKE_PREFIX_PATH or set
  "Readline_DIR" to a directory containing one of the above files.  If
  "Readline" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:130 (FIND_PACKAGE):
  By not providing "FindEditline.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Editline",
  but CMake did not find one.

  Could not find a package configuration file provided by "Editline" with any
  of the following names:

    EditlineConfig.cmake
    editline-config.cmake

  Add the installation prefix of "Editline" to CMAKE_PREFIX_PATH or set
  "Editline_DIR" to a directory containing one of the above files.  If
  "Editline" provides a separate development package or SDK, be sure it has
  been installed.


-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memfd_create
-- Looking for memfd_create - not found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for secure_getenv
-- Looking for secure_getenv - not found
-- Looking for strerror
-- Looking for strerror - found
-- Performing Test HAVE_REALPATH
-- Performing Test HAVE_REALPATH - Success
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED - Failed
-- Performing Test INTEL_CET_ENABLED
-- Performing Test INTEL_CET_ENABLED - Success
-- 
-- 
-- PCRE2-10.42 configuration summary:
-- 
--   Install prefix .................. : /home/mmom/.conan2/p/b/pcre235836c98e8b86/p
--   C compiler ...................... : /usr/local/bin/gcc
--   C compiler flags ................ : -m64 -mshstk -O3 -DNDEBUG
-- 
--   Build 8 bit PCRE2 library ....... : True
--   Build 16 bit PCRE2 library ...... : True
--   Build 32 bit PCRE2 library ...... : True
--   Enable JIT compiling support .... : False
--   Use SELinux allocator in JIT .... : OFF
--   Enable Unicode support .......... : ON
--   Newline char/sequence ........... : LF
--   \R matches only ANYCRLF ......... : OFF
--   \C is disabled .................. : OFF
--   EBCDIC coding ................... : OFF
--   EBCDIC coding with NL=0x25 ...... : OFF
--   Rebuild char tables ............. : OFF
--   Internal link size .............. : 2
--   Parentheses nest limit .......... : 250
--   Heap limit ...................... : 20000000
--   Match limit ..................... : 10000000
--   Match depth limit ............... : MATCH_LIMIT
--   Build shared libs ............... : OFF
--   Build static libs ............... : ON
--      with PIC enabled ............. : OFF
--   Build pcre2grep ................. : True
--   Enable JIT in pcre2grep ......... : ON
--   Enable callouts in pcre2grep .... : ON
--   Enable callout fork in pcre2grep. : True
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test .. : OFF
--                and pcre2grep)
--   Link pcre2grep with libz ........ : True
--   Link pcre2grep with libbz2 ...... : True
--   Link pcre2test with libeditline . : Library not found
--   Link pcre2test with libreadline . : Library not found
--   Support Valgrind .................: OFF
--   Use %zu and %td ..................: AUTO
-- 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release

pcre2/10.42: Running CMake.build()
pcre2/10.42: RUN: cmake --build "/home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release" -- -j4
[  1%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_auto_possess.c.o
[  2%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_auto_possess.c.o
[  3%] Building C object CMakeFiles/pcre2-8-static.dir/pcre2_chartables.c.o
[  4%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_auto_possess.c.o
[  5%] Building C object CMakeFiles/pcre2-16-static.dir/pcre2_chartables.c.o
[  6%] Building C object CMakeFiles/pcre2-32-static.dir/pcre2_chartables.c.o
[  7%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_compile.c.o
[  9%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_compile.c.o
[ 10%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_compile.c.o
[ 11%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_config.c.o
[ 12%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_config.c.o
[ 13%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_context.c.o
[ 14%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_config.c.o
[ 15%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_context.c.o
[ 17%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_convert.c.o

[ 18%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_context.c.o
[ 19%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_convert.c.o
[ 20%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_convert.c.o
[ 21%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_dfa_match.c.o
[ 22%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_dfa_match.c.o
[ 23%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_dfa_match.c.o
[ 25%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_error.c.o
[ 26%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_extuni.c.o
[ 27%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_error.c.o
[ 28%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_find_bracket.c.o
[ 29%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_extuni.c.o
[ 30%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_jit_compile.c.o
[ 31%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_find_bracket.c.o
[ 32%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_maketables.c.o
[ 34%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_jit_compile.c.o
[ 35%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_error.c.o
[ 36%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_match.c.o
[ 37%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_maketables.c.o
[ 38%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_match_data.c.o
[ 39%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_extuni.c.o
[ 40%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_match.c.o
[ 42%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_newline.c.o
[ 43%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_find_bracket.c.o
[ 44%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_ord2utf.c.o
[ 45%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_jit_compile.c.o
[ 46%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_pattern_info.c.o
[ 47%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_maketables.c.o
[ 48%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_script_run.c.o
[ 50%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_match.c.o
[ 51%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_serialize.c.o
[ 52%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_match_data.c.o
[ 53%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_newline.c.o
[ 54%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_ord2utf.c.o
[ 55%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_pattern_info.c.o
[ 56%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_script_run.c.o
[ 57%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_string_utils.c.o
[ 59%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_study.c.o
[ 60%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_match_data.c.o
[ 61%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_newline.c.o
[ 62%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_serialize.c.o
[ 63%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_string_utils.c.o
[ 64%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_substitute.c.o
[ 65%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_ord2utf.c.o
[ 67%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_substring.c.o
[ 68%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_pattern_info.c.o
[ 69%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_script_run.c.o
[ 70%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_study.c.o
[ 71%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_tables.c.o
[ 72%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_serialize.c.o
[ 73%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_substitute.c.o
[ 75%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_substring.c.o
[ 76%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_ucd.c.o
[ 77%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_valid_utf.c.o
[ 78%] Building C object CMakeFiles/pcre2-16-static.dir/src/pcre2_xclass.c.o
[ 79%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_tables.c.o
[ 80%] Linking C static library libpcre2-16.a
[ 81%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_string_utils.c.o
[ 81%] Built target pcre2-16-static
[ 82%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_study.c.o
[ 84%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_ucd.c.o
[ 85%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_valid_utf.c.o
[ 86%] Building C object CMakeFiles/pcre2-32-static.dir/src/pcre2_xclass.c.o
[ 87%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_substitute.c.o
[ 88%] Linking C static library libpcre2-32.a
[ 89%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_substring.c.o
[ 89%] Built target pcre2-32-static
[ 90%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_tables.c.o
[ 92%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_ucd.c.o
[ 93%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_valid_utf.c.o
[ 94%] Building C object CMakeFiles/pcre2-8-static.dir/src/pcre2_xclass.c.o
[ 95%] Linking C static library libpcre2-8.a
[ 95%] Built target pcre2-8-static
[ 96%] Building C object CMakeFiles/pcre2-posix-static.dir/src/pcre2posix.c.o
[ 97%] Linking C static library libpcre2-posix.a
[ 97%] Built target pcre2-posix-static
[ 98%] Building C object CMakeFiles/pcre2grep.dir/src/pcre2grep.c.o
[100%] Linking C executable pcre2grep
[100%] Built target pcre2grep

pcre2/10.42: Package '8baec0c9d093887e22dbf6deb7d44e730957ee62' built
pcre2/10.42: Build folder /home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release
pcre2/10.42: Generating the package
pcre2/10.42: Packaging in folder /home/mmom/.conan2/p/b/pcre235836c98e8b86/p
pcre2/10.42: Calling package()
pcre2/10.42: Running CMake.install()
pcre2/10.42: RUN: cmake --install "/home/mmom/.conan2/p/b/pcre235836c98e8b86/b/build/Release" --prefix "/home/mmom/.conan2/p/b/pcre235836c98e8b86/p"
-- Install configuration: "Release"
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/libpcre2-8.a
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/libpcre2-posix.a
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/libpcre2-16.a
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/libpcre2-32.a
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/bin/pcre2grep
-- Set runtime path of "/home/mmom/.conan2/p/b/pcre235836c98e8b86/p/bin/pcre2grep" to ""
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/pkgconfig/libpcre2-posix.pc
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/pkgconfig/libpcre2-8.pc
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/pkgconfig/libpcre2-16.pc
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/lib/pkgconfig/libpcre2-32.pc
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/bin/pcre2-config
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/include/pcre2.h
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/include/pcre2posix.h
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/cmake/pcre2-config.cmake
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/cmake/pcre2-config-version.cmake
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man1/pcre2-config.1
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man1/pcre2grep.1
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man1/pcre2test.1
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_callout_enumerate.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_code_copy.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_code_copy_with_tables.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_code_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_compile.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_compile_context_copy.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_compile_context_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_compile_context_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_config.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_convert_context_copy.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_convert_context_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_convert_context_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_converted_pattern_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_dfa_match.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_general_context_copy.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_general_context_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_general_context_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_error_message.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_mark.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_match_data_size.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_ovector_count.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_ovector_pointer.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_get_startchar.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_compile.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_free_unused_memory.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_match.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_stack_assign.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_stack_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_jit_stack_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_maketables.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_maketables_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_context_copy.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_context_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_context_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_data_create.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_data_create_from_pattern.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_match_data_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_pattern_convert.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_pattern_info.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_serialize_decode.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_serialize_encode.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_serialize_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_serialize_get_number_of_codes.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_bsr.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_callout.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_character_tables.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_compile_extra_options.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_compile_recursion_guard.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_depth_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_glob_escape.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_glob_separator.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_heap_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_match_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_max_pattern_length.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_newline.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_offset_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_parens_nest_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_recursion_limit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_recursion_memory_management.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_set_substitute_callout.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substitute.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_copy_byname.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_copy_bynumber.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_get_byname.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_get_bynumber.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_length_byname.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_length_bynumber.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_list_free.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_list_get.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_nametable_scan.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2_substring_number_from_name.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2api.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2build.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2callout.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2compat.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2convert.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2demo.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2jit.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2limits.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2matching.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2partial.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2pattern.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2perform.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2posix.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2sample.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2serialize.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2syntax.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/man/man3/pcre2unicode.3
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/index.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2-config.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_callout_enumerate.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_code_copy.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_code_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_compile.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_compile_context_copy.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_compile_context_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_compile_context_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_config.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_convert_context_copy.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_convert_context_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_convert_context_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_converted_pattern_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_dfa_match.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_general_context_copy.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_general_context_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_general_context_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_error_message.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_mark.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_match_data_size.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_ovector_count.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_get_startchar.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_compile.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_match.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_stack_assign.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_stack_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_jit_stack_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_maketables.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_maketables_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_context_copy.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_context_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_context_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_data_create.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_match_data_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_pattern_convert.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_pattern_info.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_serialize_decode.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_serialize_encode.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_serialize_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_bsr.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_callout.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_character_tables.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_compile_extra_options.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_depth_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_glob_escape.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_glob_separator.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_heap_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_match_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_newline.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_offset_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_recursion_limit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_set_substitute_callout.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substitute.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_copy_byname.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_get_byname.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_length_byname.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_list_free.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_list_get.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2_substring_number_from_name.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2api.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2build.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2callout.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2compat.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2convert.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2demo.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2grep.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2jit.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2limits.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2matching.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2partial.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2pattern.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2perform.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2posix.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2sample.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2serialize.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2syntax.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2test.html
-- Installing: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/share/doc/pcre2/html/pcre2unicode.html

pcre2/10.42: package(): Packaged 2 '.h' files: pcre2.h, pcre2posix.h
pcre2/10.42: package(): Packaged 4 '.a' files: libpcre2-8.a, libpcre2-16.a, libpcre2-32.a, libpcre2-posix.a
pcre2/10.42: package(): Packaged 3 files: pcre2grep, pcre2-config, LICENCE
pcre2/10.42: Created package revision 07280f9e66f4c847e1b9649b131cbf2d
pcre2/10.42: Package '8baec0c9d093887e22dbf6deb7d44e730957ee62' created
pcre2/10.42: Full package reference: pcre2/10.42#a7a2c122056510509a7525c83d6a6695:8baec0c9d093887e22dbf6deb7d44e730957ee62#07280f9e66f4c847e1b9649b131cbf2d
pcre2/10.42: Package folder /home/mmom/.conan2/p/b/pcre235836c98e8b86/p
pcre2/10.42: Appending PATH environment variable: /home/mmom/.conan2/p/b/pcre235836c98e8b86/p/bin
WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
WARN: deprecated:     'cpp_info.names' used in: bzip2/1.0.8, pcre2/10.42, zlib/1.3.1
WARN: deprecated:     'cpp_info.build_modules' used in: bzip2/1.0.8
WARN: deprecated:     'env_info' used in: bzip2/1.0.8, pcre2/10.42

======== Finalizing install (deploy, generators) ========
cli: Generating aggregated env files
cli: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
Install finished successfully
@mmomtchev mmomtchev added the bug Something isn't working label Sep 18, 2024
@Nekto89
Copy link
Contributor

Nekto89 commented Sep 19, 2024

You are missing [conf] part in profile

[conf]
tools.cmake.cmaketoolchain:generator=Ninja

@mmomtchev
Copy link
Author

I was actually building it twice, once as a build tool and once as a library, and only one of the profiles had the conf item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants