LibreELEC.tv
                                
                                
                                
                                    LibreELEC.tv copied to clipboard
                            
                            
                            
                        pcre2: fix build on aarch64 without ncurses
- Fixes #6782 build on aarch64 of pcre2
 
@pretoriano80 please check this works for you too.
It still fails ,with and without adding ncurses dependency to target.
FAILED: pcre2test 
: && /home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/host-gcc -march=native -O2 -Wall -pipe -I/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/include -Wno-format-security -DDUMMYOPT -Wl,-rpath,/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib -L/home/ubuntu/LibreELEC.tv/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib   -rdynamic CMakeFiles/pcre2test.dir/src/pcre2test.c.o -o pcre2test  -lreadline  libpcre2-posix.a  libpcre2-8.a && :
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tgetent@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tgoto@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `UP@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `BC@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tputs@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tgetstr@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tgetnum@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `PC@NCURSES6_TINFO_5.0.19991023'
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libreadline.so: undefined reference to `tgetflag@NCURSES6_TINFO_5.0.19991023'
Is "pcre2test" required ?
I can’t reproduce your failure. See below.
$ lscpu
Architecture:                    aarch64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
CPU(s):                          4
On-line CPU(s) list:             0-3
Thread(s) per core:              1
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       ARM
Model:                           1
Model name:                      Neoverse-N1
Stepping:                        r3p1
…
$ docker run --rm -v `pwd`:/build -w /build -e PROJECT=RPi -e ARCH=arm -e DEVICE=RPi4 -it libreelec scripts/build pcre2
BUILD      pcre2 (target)
    TOOLCHAIN      cmake
Executing (target): cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=/build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/etc/cmake-armv8a-libreelec-linux-gnueabihf.conf -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_SHARED_LIBS=OFF -DPCRE2_BUILD_PCRE2_16=ON -DPCRE2_SUPPORT_LIBEDIT=OFF -DPCRE2_SUPPORT_LIBREADLINE=OFF /build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40
-- The C compiler identification is GNU 12.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/armv8a-libreelec-linux-gnueabihf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) 
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could not find OPTIONAL package Readline
-- Could not find OPTIONAL package Editline
-- 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 - Success
-- Performing Test INTEL_CET_ENABLED
-- Performing Test INTEL_CET_ENABLED - Failed
-- 
-- 
-- PCRE2-10.40 configuration summary:
-- 
--   Install prefix .................. : /usr
--   C compiler ...................... : /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/armv8a-libreelec-linux-gnueabihf-gcc
--   C compiler flags ................ : -march=armv8-a+crc -mtune=cortex-a53 -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -mfloat-abi=hard -mfpu=neon-fp-armv8 -Wall -pipe  -O2 -fomit-frame-pointer -DNDEBUG -fPIC -DPIC -DDUMMYOPT
-- 
--   Build 8 bit PCRE2 library ....... : ON
--   Build 16 bit PCRE2 library ...... : ON
--   Build 32 bit PCRE2 library ...... : OFF
--   Enable JIT compiling support .... : OFF
--   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 ................. : ON
--   Enable JIT in pcre2grep ......... : ON
--   Enable callouts in pcre2grep .... : ON
--   Enable callout fork in pcre2grep. : ON
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test .. : ON
--                and pcre2grep)
--   Link pcre2grep with libz ........ : Library not found
--   Link pcre2grep with libbz2 ...... : Library not found
--   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: /build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/.armv8a-libreelec-linux-gnueabihf
Executing (target): ninja 
[57/62] Building C object CMakeFiles/pcre2test.dir/src/pcre2test.c.o
/build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/src/pcre2test.c: In function 'process_data':
/build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/src/pcre2test.c:6761:35: warning: pointer may be used after 'realloc' [-Wuse-after-free]
 6761 |     size_t rep_offset = start_rep - dbuffer;
      |                         ~~~~~~~~~~^~~~~~~~~
/build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/src/pcre2test.c:6796:28: note: call to 'realloc' here
 6796 |       dbuffer = (uint8_t *)realloc(dbuffer, dbuffer_size);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/src/pcre2test.c:6760:34: warning: pointer may be used after 'realloc' [-Wuse-after-free]
 6760 |     size_t qoffset = CAST8VAR(q) - dbuffer;
      |                                  ^
/build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/src/pcre2test.c:6796:28: note: call to 'realloc' here
 6796 |       dbuffer = (uint8_t *)realloc(dbuffer, dbuffer_size);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[62/62] Linking C executable pcre2test
[0/1] Install the project...
-- Install configuration: "MinSizeRel"
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/libpcre2-8.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/libpcre2-posix.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/libpcre2-16.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/bin/pcre2grep
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/bin/pcre2test
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/pkgconfig/libpcre2-posix.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/pkgconfig/libpcre2-8.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/lib/pkgconfig/libpcre2-16.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/bin/pcre2-config
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/include/pcre2.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/include/pcre2posix.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/cmake/pcre2-config.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/cmake/pcre2-config-version.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man1/pcre2-config.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man1/pcre2grep.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man1/pcre2test.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_callout_enumerate.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_code_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_code_copy_with_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_code_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_compile_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_compile_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_compile_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_config.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_convert_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_convert_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_convert_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_converted_pattern_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_dfa_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_general_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_general_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_general_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_error_message.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_mark.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_match_data_size.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_ovector_count.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_ovector_pointer.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_get_startchar.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_free_unused_memory.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_stack_assign.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_stack_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_jit_stack_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_maketables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_maketables_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_data_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_data_create_from_pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_match_data_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_pattern_convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_pattern_info.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_serialize_decode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_serialize_encode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_serialize_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_serialize_get_number_of_codes.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_bsr.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_character_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_compile_extra_options.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_compile_recursion_guard.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_depth_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_glob_escape.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_glob_separator.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_heap_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_match_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_max_pattern_length.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_newline.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_offset_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_parens_nest_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_recursion_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_recursion_memory_management.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_set_substitute_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substitute.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_copy_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_copy_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_get_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_get_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_length_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_length_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_list_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_list_get.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_nametable_scan.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2_substring_number_from_name.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2api.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2build.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2compat.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2demo.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2jit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2limits.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2matching.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2partial.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2perform.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2posix.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2sample.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2serialize.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2syntax.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/man/man3/pcre2unicode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/index.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2-config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_callout_enumerate.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_code_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_code_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_compile_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_compile_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_compile_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_convert_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_convert_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_convert_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_converted_pattern_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_dfa_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_general_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_general_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_general_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_error_message.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_mark.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_match_data_size.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_ovector_count.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_get_startchar.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_stack_assign.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_stack_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_jit_stack_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_maketables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_maketables_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_data_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_match_data_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_pattern_convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_pattern_info.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_serialize_decode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_serialize_encode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_serialize_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_bsr.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_character_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_compile_extra_options.html-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_depth_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_glob_escape.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_glob_separator.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_heap_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_match_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_newline.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_offset_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_recursion_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_set_substitute_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substitute.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_copy_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_get_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_length_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_length_bynumber.html-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_list_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_list_get.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2_substring_number_from_name.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2api.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2build.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2compat.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2demo.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2grep.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2jit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2limits.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2matching.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2partial.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2perform.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2posix.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2sample.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2serialize.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2syntax.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2test.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/.sysroot/pcre2.target/usr/share/doc/pcre2/html/pcre2unicode.html
[0/1] Install the project...
-- Install configuration: "MinSizeRel"
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/libpcre2-8.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/libpcre2-posix.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/libpcre2-16.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/bin/pcre2grep
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/bin/pcre2test
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/pkgconfig/libpcre2-posix.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/pkgconfig/libpcre2-8.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/lib/pkgconfig/libpcre2-16.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/bin/pcre2-config
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/include/pcre2.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/include/pcre2posix.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/cmake/pcre2-config.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/cmake/pcre2-config-version.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man1/pcre2-config.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man1/pcre2grep.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man1/pcre2test.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_callout_enumerate.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_code_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_code_copy_with_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_code_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_compile_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_compile_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_compile_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_config.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_convert_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_convert_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_convert_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_converted_pattern_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_dfa_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_general_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_general_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_general_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_error_message.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_mark.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_match_data_size.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_ovector_count.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_ovector_pointer.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_get_startchar.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_free_unused_memory.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_stack_assign.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_stack_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_jit_stack_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_maketables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_maketables_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_data_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_data_create_from_pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_match_data_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_pattern_convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_pattern_info.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_serialize_decode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_serialize_encode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_serialize_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_serialize_get_number_of_codes.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_bsr.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_character_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_compile_extra_options.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_compile_recursion_guard.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_depth_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_glob_escape.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_glob_separator.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_heap_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_match_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_max_pattern_length.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_newline.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_offset_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_parens_nest_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_recursion_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_recursion_memory_management.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_set_substitute_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substitute.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_copy_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_copy_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_get_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_get_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_length_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_length_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_list_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_list_get.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_nametable_scan.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2_substring_number_from_name.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2api.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2build.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2compat.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2demo.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2jit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2limits.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2matching.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2partial.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2perform.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2posix.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2sample.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2serialize.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2syntax.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/man/man3/pcre2unicode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/index.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2-config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_callout_enumerate.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_code_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_code_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_compile_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_compile_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_compile_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_convert_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_convert_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_convert_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_converted_pattern_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_dfa_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_general_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_general_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_general_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_error_message.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_mark.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_match_data_size.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_ovector_count.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_get_startchar.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_stack_assign.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_stack_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_jit_stack_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_maketables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_maketables_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_data_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_match_data_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_pattern_convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_pattern_info.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_serialize_decode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_serialize_encode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_serialize_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_bsr.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_character_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_compile_extra_options.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_depth_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_glob_escape.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_glob_separator.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_heap_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_match_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_newline.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_offset_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_recursion_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_set_substitute_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substitute.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_copy_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_get_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_length_byname.html-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_list_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_list_get.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2_substring_number_from_name.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2api.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2build.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2compat.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2demo.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2grep.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2jit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2limits.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2matching.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2partial.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2perform.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2posix.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2sample.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2serialize.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2syntax.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2test.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/install_pkg/pcre2-10.40/usr/share/doc/pcre2/html/pcre2unicode.html
ubuntu@instance-20220101-1951:~/LibreELEC.tv$ 
ubuntu@instance-20220101-1951:~/LibreELEC.tv$ docker run --rm -v `pwd`:/build -w /build -e PROJECT=RPi -e ARCH=arm -e DEVICE=RPi4 -it libreelec scripts/build pcre2:host
BUILD      pcre2 (host)
    TOOLCHAIN      cmake
Executing (host): cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=/build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/etc/cmake-aarch64-linux-gnu.conf -DCMAKE_INSTALL_PREFIX=/build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain -DCMAKE_BUILD_TYPE=Release /build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40
-- The C compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/host-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found BZip2: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/libbz2.a (found version "1.0.8") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/libz.so (found version "1.2.12") 
-- Could not find OPTIONAL package Readline
-- Could not find OPTIONAL package Editline
-- 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 - Failed
-- 
-- 
-- PCRE2-10.40 configuration summary:
-- 
--   Install prefix .................. : /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain
--   C compiler ...................... : /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/host-gcc
--   C compiler flags ................ : -march=native -O2 -Wall -pipe -I/build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/include -Wno-format-security -DDUMMYOPT
-- 
--   Build 8 bit PCRE2 library ....... : ON
--   Build 16 bit PCRE2 library ...... : OFF
--   Build 32 bit PCRE2 library ...... : OFF
--   Enable JIT compiling support .... : OFF
--   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 ................. : ON
--   Enable JIT in pcre2grep ......... : ON
--   Enable callouts in pcre2grep .... : ON
--   Enable callout fork in pcre2grep. : ON
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test .. : ON
--                and pcre2grep)
--   Link pcre2grep with libz ........ : ON
--   Link pcre2grep with libbz2 ...... : ON
--   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: /build/build.LibreELEC-RPi4.arm-11.0-devel/build/pcre2-10.40/.aarch64-linux-gnu
Executing (host): ninja 
[34/34] Linking C executable pcre2test
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/libpcre2-8.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/libpcre2-posix.a
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/pcre2grep
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/pcre2test
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/pkgconfig/libpcre2-posix.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/lib/pkgconfig/libpcre2-8.pc
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/bin/pcre2-config
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/include/pcre2.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/include/pcre2posix.h
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/cmake/pcre2-config.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/cmake/pcre2-config-version.cmake
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man1/pcre2-config.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man1/pcre2grep.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man1/pcre2test.1
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_callout_enumerate.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_code_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_code_copy_with_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_code_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_compile_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_compile_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_compile_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_config.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_convert_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_convert_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_convert_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_converted_pattern_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_dfa_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_general_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_general_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_general_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_error_message.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_mark.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_match_data_size.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_ovector_count.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_ovector_pointer.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_get_startchar.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_compile.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_free_unused_memory.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_stack_assign.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_stack_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_jit_stack_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_maketables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_maketables_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_context_copy.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_context_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_context_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_data_create.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_data_create_from_pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_match_data_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_pattern_convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_pattern_info.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_serialize_decode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_serialize_encode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_serialize_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_serialize_get_number_of_codes.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_bsr.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_character_tables.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_compile_extra_options.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_compile_recursion_guard.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_depth_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_glob_escape.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_glob_separator.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_heap_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_match_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_max_pattern_length.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_newline.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_offset_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_parens_nest_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_recursion_limit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_recursion_memory_management.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_set_substitute_callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substitute.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_copy_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_copy_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_get_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_get_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_length_byname.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_length_bynumber.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_list_free.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_list_get.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_nametable_scan.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2_substring_number_from_name.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2api.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2build.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2callout.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2compat.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2convert.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2demo.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2jit.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2limits.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2matching.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2partial.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2pattern.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2perform.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2posix.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2sample.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2serialize.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2syntax.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/man/man3/pcre2unicode.3
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/index.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2-config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_callout_enumerate.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_code_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_code_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_compile_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_compile_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_compile_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_config.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_convert_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_convert_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_convert_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_converted_pattern_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_dfa_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_general_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_general_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_general_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_error_message.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_mark.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_match_data_size.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_ovector_count.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_get_startchar.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_compile.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_stack_assign.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_stack_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_jit_stack_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_maketables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_maketables_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_context_copy.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_context_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_context_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_data_create.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_match_data_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_pattern_convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_pattern_info.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_serialize_decode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_serialize_encode.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_serialize_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_bsr.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_character_tables.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_compile_extra_options.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_depth_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_glob_escape.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_glob_separator.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_heap_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_match_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_newline.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_offset_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_recursion_limit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_set_substitute_callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substitute.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_copy_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_get_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_length_byname.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_list_free.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_list_get.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2_substring_number_from_name.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2api.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2build.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2callout.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2compat.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2convert.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2demo.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2grep.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2jit.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2limits.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2matching.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2partial.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2pattern.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2perform.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2posix.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2sample.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2serialize.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2syntax.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2test.html
-- Installing: /build/build.LibreELEC-RPi4.arm-11.0-devel/toolchain/share/doc/pcre2/html/pcre2unicode.html
                                    
                                    
                                    
                                
See if it builds without tests.
https://github.com/SupervisedThinking/LibreELEC-RR/commit/e0e81cfac50c78d7eaca8cd6916d1b17920a68a0
Hmmm,the error presented after distclean build,so no leftover.I will try a git reset HARD on master,followed by a distclean & build.
@pretoriano80 / @SupervisedThinking - updated
@heitbaum tested the updated PR too,all good here. :+1: