pcre2 (10.42)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/pcre2-10.42/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures PCRE2 10.42 to adapt to many kinds of systems.

Usage: /bb.download/source/pcre2-10.42/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/pcre2]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-largefile     omit support for large files

  --disable-pcre2-8       disable 8 bit character support
  --enable-pcre2-16       enable 16 bit character support
  --enable-pcre2-32       enable 32 bit character support
  --enable-debug          enable debugging code
  --enable-jit            enable Just-In-Time compiling support
  --enable-jit-sealloc    enable SELinux compatible execmem allocator in JIT
                          (experimental)
  --disable-pcre2grep-jit disable JIT support in pcre2grep
  --disable-pcre2grep-callout
                          disable callout script support in pcre2grep
  --disable-pcre2grep-callout-fork
                          disable callout script fork support in pcre2grep
  --enable-rebuild-chartables
                          rebuild character tables in current locale
  --disable-unicode       disable Unicode support
  --enable-newline-is-cr  use CR as newline character
  --enable-newline-is-lf  use LF as newline character (default)
  --enable-newline-is-crlf
                          use CRLF as newline sequence
  --enable-newline-is-anycrlf
                          use CR, LF, or CRLF as newline sequence
  --enable-newline-is-any use any valid Unicode newline sequence
  --enable-newline-is-nul use NUL (binary zero) as newline character
  --enable-bsr-anycrlf    \R matches only CR, LF, CRLF by default
  --enable-never-backslash-C
                          use of \C causes an error
  --enable-ebcdic         assume EBCDIC coding rather than ASCII; incompatible
                          with --enable-utf; use only in (uncommon) EBCDIC
                          environments; it implies --enable-rebuild-chartables
  --enable-ebcdic-nl25    set EBCDIC code for NL to 0x25 instead of 0x15; it
                          implies --enable-ebcdic
  --enable-pcre2grep-libz link pcre2grep with libz to handle .gz files
  --enable-pcre2grep-libbz2
                          link pcre2grep with libbz2 to handle .bz2 files
  --enable-pcre2test-libedit
                          link pcre2test with libedit
  --enable-pcre2test-libreadline
                          link pcre2test with libreadline
  --enable-valgrind       enable valgrind support
  --enable-coverage       enable code coverage reports using gcov
  --enable-fuzz-support   enable fuzzer support
  --disable-percent-zt    disable the use of z and t formatting modifiers

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                          both]
  --with-aix-soname=aix|svr4|both
                          shared library versioning (aka "SONAME") variant to
                          provide on AIX, [default=aix].
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                          compiler's sysroot if not specified).
  --with-pcre2grep-bufsize=N
                          pcre2grep initial buffer size (default=20480,
                          minimum=8192)
  --with-pcre2grep-max-bufsize=N
                          pcre2grep maximum buffer size (default=1048576,
                          minimum=8192)
  --with-link-size=N      internal link size (2, 3, or 4 allowed; default=2)
  --with-parens-nest-limit=N
                          nested parentheses limit (default=250)
  --with-heap-limit=N     default limit on heap memory (kibibytes,
                          default=20000000)
  --with-match-limit=N    default limit on internal looping (default=10000000)
  --with-match-limit-depth=N
                          default limit on match tree depth
                          (default=MATCH_LIMIT)


Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  LT_SYS_LIBRARY_PATH
              User-defined run-time library search path.
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  VALGRIND_CFLAGS
              C compiler flags for VALGRIND, overriding pkg-config
  VALGRIND_LIBS
              linker flags for VALGRIND, overriding pkg-config
  LCOV        the ltp lcov program
  GENHTML     the ltp genhtml program

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to the package provider.
Stderr
/bb.download/source/pcre2-10.42/configure --prefix=/BuggyBox/pcre2/10.42/bootstrap
Result = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for int64_t... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for fgrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -F
checking for ld used by gcc... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking if the linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /BuggyBox/binutils/2.41/bootstrap/bin/nm -B
checking the name lister (/BuggyBox/binutils/2.41/bootstrap/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 32768
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /BuggyBox/binutils/2.41/bootstrap/bin/ld option to reload object files... -r
checking for file... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /BuggyBox/binutils/2.41/bootstrap/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd
checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for __attribute__((uninitialized))... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for dirent.h... yes
checking for windows.h... no
checking for sys/wait.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memfd_create... yes
checking for memmove... yes
checking for mkostemp... yes
checking for secure_getenv... yes
checking for strerror... yes
checking for realpath... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking for bzlib.h... yes
checking for libbz2... no
checking whether Intel CET is enabled... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre2-8.pc
config.status: creating libpcre2-16.pc
config.status: creating libpcre2-32.pc
config.status: creating libpcre2-posix.pc
config.status: creating pcre2-config
config.status: creating src/pcre2.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands

pcre2-10.42 configuration summary:

    Install prefix ..................... : /BuggyBox/pcre2/10.42/bootstrap
    C preprocessor ..................... : 
    C compiler ......................... : gcc
    Linker ............................. : /BuggyBox/binutils/2.41/bootstrap/bin/ld
    C preprocessor flags ............... : 
    C compiler flags ................... : -O2 -fvisibility=hidden
    Linker flags ....................... : 
    Extra libraries .................... : 

    Build 8-bit pcre2 library .......... : yes
    Build 16-bit pcre2 library ......... : no
    Build 32-bit pcre2 library ......... : no
    Include debugging code ............. : no
    Enable JIT compiling support ....... : no
    Use SELinux allocator in JIT ....... : no
    Enable Unicode support ............. : yes
    Newline char/sequence .............. : lf
    \R matches only ANYCRLF ............ : no
    \C is disabled ..................... : no
    EBCDIC coding ...................... : no
    EBCDIC code for NL ................. : n/a
    Rebuild char tables ................ : no
    Internal link size ................. : 2
    Nested parentheses limit ........... : 250
    Heap limit ......................... : 20000000 kibibytes
    Match limit ........................ : 10000000
    Match depth limit .................. : MATCH_LIMIT
    Build shared libs .................. : yes
    Build static libs .................. : yes
    Use JIT in pcre2grep ............... : no
    Enable callouts in pcre2grep ....... : yes
    Enable fork in pcre2grep callouts .. : yes
    Initial buffer size for pcre2grep .. : 20480
    Maximum buffer size for pcre2grep .. : 1048576
    Link pcre2grep with libz ........... : no
    Link pcre2grep with libbz2 ......... : no
    Link pcre2test with libedit ........ : no
    Link pcre2test with libreadline .... : no
    Valgrind support ................... : no
    Code coverage ...................... : no
    Fuzzer support ..................... : no
    Use %zu and %td .................... : auto

Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
rm -f src/pcre2_chartables.c
ln -s /bb.download/source/pcre2-10.42/src/pcre2_chartables.c.dist /bb.build/src/pcre2_chartables.c
/BuggyBox/make/4.4/bootstrap/bin/make  all-am
make[1]: Entering directory '/bb.build'
  CC       src/pcre2grep-pcre2grep.o
  CC       src/libpcre2_8_la-pcre2_compile.lo
  CC       src/libpcre2_8_la-pcre2_config.lo
  CC       src/libpcre2_8_la-pcre2_auto_possess.lo
  CC       src/libpcre2_8_la-pcre2_maketables.lo
  CC       src/libpcre2_8_la-pcre2_dfa_match.lo
  CC       src/libpcre2_8_la-pcre2_context.lo
  CC       src/libpcre2_8_la-pcre2_find_bracket.lo
  CC       src/libpcre2_8_la-pcre2_error.lo
  CC       src/libpcre2_8_la-pcre2_convert.lo
  CC       src/libpcre2_8_la-pcre2_extuni.lo
  CC       src/libpcre2_8_la-pcre2_jit_compile.lo
  CC       src/libpcre2_8_la-pcre2_match.lo
  CC       src/libpcre2_8_la-pcre2_newline.lo
  CC       src/libpcre2_8_la-pcre2_ord2utf.lo
  CC       src/libpcre2_8_la-pcre2_match_data.lo
  CC       src/libpcre2_8_la-pcre2_pattern_info.lo
  CC       src/libpcre2_8_la-pcre2_script_run.lo
  CC       src/libpcre2_8_la-pcre2_string_utils.lo
  CC       src/libpcre2_8_la-pcre2_study.lo
  CC       src/libpcre2_8_la-pcre2_serialize.lo
  CC       src/libpcre2_8_la-pcre2_substitute.lo
  CC       src/libpcre2_8_la-pcre2_substring.lo
  CC       src/libpcre2_8_la-pcre2_tables.lo
  CC       src/libpcre2_8_la-pcre2_ucd.lo
  CC       src/libpcre2_8_la-pcre2_valid_utf.lo
  CC       src/libpcre2_8_la-pcre2_xclass.lo
  CC       src/libpcre2_8_la-pcre2_chartables.lo
  CC       src/pcre2test-pcre2test.o
  CC       src/pcre2posix_test-pcre2posix_test.o
  CC       src/libpcre2_posix_la-pcre2posix.lo
  CCLD     libpcre2-8.la
  CCLD     libpcre2-posix.la
  CCLD     pcre2grep
  CCLD     pcre2test
  CCLD     pcre2posix_test
make[1]: Leaving directory '/bb.build'
Stderr
make install
Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make  install-am
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/lib'
 /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libpcre2-8.la libpcre2-posix.la '/BuggyBox/pcre2/10.42/bootstrap/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-8.so.0.11.2 /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-8.so.0.11.2
libtool: install: (cd /BuggyBox/pcre2/10.42/bootstrap/lib && { ln -s -f libpcre2-8.so.0.11.2 libpcre2-8.so.0 || { rm -f libpcre2-8.so.0 && ln -s libpcre2-8.so.0.11.2 libpcre2-8.so.0; }; })
libtool: install: (cd /BuggyBox/pcre2/10.42/bootstrap/lib && { ln -s -f libpcre2-8.so.0.11.2 libpcre2-8.so || { rm -f libpcre2-8.so && ln -s libpcre2-8.so.0.11.2 libpcre2-8.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-8.lai /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-8.la
libtool: install: (cd /bb.build; /bin/sh "/bb.build/libtool"  --silent --tag CC --mode=relink gcc -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -version-info 3:4:0 -o libpcre2-posix.la -rpath /BuggyBox/pcre2/10.42/bootstrap/lib src/libpcre2_posix_la-pcre2posix.lo libpcre2-8.la )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-posix.so.3.0.4T /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-posix.so.3.0.4
libtool: install: (cd /BuggyBox/pcre2/10.42/bootstrap/lib && { ln -s -f libpcre2-posix.so.3.0.4 libpcre2-posix.so.3 || { rm -f libpcre2-posix.so.3 && ln -s libpcre2-posix.so.3.0.4 libpcre2-posix.so.3; }; })
libtool: install: (cd /BuggyBox/pcre2/10.42/bootstrap/lib && { ln -s -f libpcre2-posix.so.3.0.4 libpcre2-posix.so || { rm -f libpcre2-posix.so && ln -s libpcre2-posix.so.3.0.4 libpcre2-posix.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-posix.lai /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-posix.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-8.a /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-8.a
libtool: install: chmod 644 /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-8.a
libtool: install: ranlib /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-8.a
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpcre2-posix.a /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-posix.a
libtool: install: chmod 644 /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-posix.a
libtool: install: ranlib /BuggyBox/pcre2/10.42/bootstrap/lib/libpcre2-posix.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/pcre2/10.42/bootstrap/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/pcre2/10.42/bootstrap/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:

   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/bin'
  /bin/sh ./libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c pcre2grep pcre2test '/BuggyBox/pcre2/10.42/bootstrap/bin'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/pcre2grep /BuggyBox/pcre2/10.42/bootstrap/bin/pcre2grep
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/pcre2test /BuggyBox/pcre2/10.42/bootstrap/bin/pcre2test
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/bin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c pcre2-config '/BuggyBox/pcre2/10.42/bootstrap/bin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/AUTHORS /bb.download/source/pcre2-10.42/COPYING /bb.download/source/pcre2-10.42/ChangeLog /bb.download/source/pcre2-10.42/LICENCE /bb.download/source/pcre2-10.42/NEWS /bb.download/source/pcre2-10.42/README /bb.download/source/pcre2-10.42/doc/pcre2.txt /bb.download/source/pcre2-10.42/doc/pcre2-config.txt /bb.download/source/pcre2-10.42/doc/pcre2grep.txt /bb.download/source/pcre2-10.42/doc/pcre2test.txt '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2/html'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/html/NON-AUTOTOOLS-BUILD.txt /bb.download/source/pcre2-10.42/doc/html/README.txt /bb.download/source/pcre2-10.42/doc/html/index.html /bb.download/source/pcre2-10.42/doc/html/pcre2-config.html /bb.download/source/pcre2-10.42/doc/html/pcre2.html /bb.download/source/pcre2-10.42/doc/html/pcre2_callout_enumerate.html /bb.download/source/pcre2-10.42/doc/html/pcre2_code_copy.html /bb.download/source/pcre2-10.42/doc/html/pcre2_code_copy_with_tables.html /bb.download/source/pcre2-10.42/doc/html/pcre2_code_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_compile.html /bb.download/source/pcre2-10.42/doc/html/pcre2_compile_context_copy.html /bb.download/source/pcre2-10.42/doc/html/pcre2_compile_context_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_compile_context_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_config.html /bb.download/source/pcre2-10.42/doc/html/pcre2_convert_context_copy.html /bb.download/source/pcre2-10.42/doc/html/pcre2_convert_context_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_convert_context_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_converted_pattern_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_dfa_match.html /bb.download/source/pcre2-10.42/doc/html/pcre2_general_context_copy.html /bb.download/source/pcre2-10.42/doc/html/pcre2_general_context_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_general_context_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_error_message.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_mark.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_match_data_size.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_ovector_count.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_ovector_pointer.html /bb.download/source/pcre2-10.42/doc/html/pcre2_get_startchar.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_compile.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_free_unused_memory.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_match.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_stack_assign.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_stack_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_jit_stack_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_maketables.html /bb.download/source/pcre2-10.42/doc/html/pcre2_maketables_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match_context_copy.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match_context_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match_context_free.html '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2/html'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/html/pcre2_match_data_create.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match_data_create_from_pattern.html /bb.download/source/pcre2-10.42/doc/html/pcre2_match_data_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_pattern_convert.html /bb.download/source/pcre2-10.42/doc/html/pcre2_pattern_info.html /bb.download/source/pcre2-10.42/doc/html/pcre2_serialize_decode.html /bb.download/source/pcre2-10.42/doc/html/pcre2_serialize_encode.html /bb.download/source/pcre2-10.42/doc/html/pcre2_serialize_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_serialize_get_number_of_codes.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_bsr.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_callout.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_character_tables.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_compile_extra_options.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_compile_recursion_guard.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_depth_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_glob_escape.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_glob_separator.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_heap_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_match_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_max_pattern_length.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_offset_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_newline.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_parens_nest_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_recursion_limit.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_recursion_memory_management.html /bb.download/source/pcre2-10.42/doc/html/pcre2_set_substitute_callout.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substitute.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_copy_byname.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_copy_bynumber.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_get_byname.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_get_bynumber.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_length_byname.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_length_bynumber.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_list_free.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_list_get.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_nametable_scan.html /bb.download/source/pcre2-10.42/doc/html/pcre2_substring_number_from_name.html /bb.download/source/pcre2-10.42/doc/html/pcre2api.html /bb.download/source/pcre2-10.42/doc/html/pcre2build.html '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2/html'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/html/pcre2callout.html /bb.download/source/pcre2-10.42/doc/html/pcre2compat.html /bb.download/source/pcre2-10.42/doc/html/pcre2convert.html /bb.download/source/pcre2-10.42/doc/html/pcre2demo.html /bb.download/source/pcre2-10.42/doc/html/pcre2grep.html /bb.download/source/pcre2-10.42/doc/html/pcre2jit.html /bb.download/source/pcre2-10.42/doc/html/pcre2limits.html /bb.download/source/pcre2-10.42/doc/html/pcre2matching.html /bb.download/source/pcre2-10.42/doc/html/pcre2partial.html /bb.download/source/pcre2-10.42/doc/html/pcre2pattern.html /bb.download/source/pcre2-10.42/doc/html/pcre2perform.html /bb.download/source/pcre2-10.42/doc/html/pcre2posix.html /bb.download/source/pcre2-10.42/doc/html/pcre2sample.html /bb.download/source/pcre2-10.42/doc/html/pcre2serialize.html /bb.download/source/pcre2-10.42/doc/html/pcre2syntax.html /bb.download/source/pcre2-10.42/doc/html/pcre2test.html /bb.download/source/pcre2-10.42/doc/html/pcre2unicode.html '/BuggyBox/pcre2/10.42/bootstrap/share/doc/pcre2/html'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/src/pcre2posix.h '/BuggyBox/pcre2/10.42/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/share/man/man1'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/pcre2-config.1 /bb.download/source/pcre2-10.42/doc/pcre2grep.1 /bb.download/source/pcre2-10.42/doc/pcre2test.1 '/BuggyBox/pcre2/10.42/bootstrap/share/man/man1'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/pcre2.3 /bb.download/source/pcre2-10.42/doc/pcre2_callout_enumerate.3 /bb.download/source/pcre2-10.42/doc/pcre2_code_copy.3 /bb.download/source/pcre2-10.42/doc/pcre2_code_copy_with_tables.3 /bb.download/source/pcre2-10.42/doc/pcre2_code_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_compile.3 /bb.download/source/pcre2-10.42/doc/pcre2_compile_context_copy.3 /bb.download/source/pcre2-10.42/doc/pcre2_compile_context_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_compile_context_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_config.3 /bb.download/source/pcre2-10.42/doc/pcre2_convert_context_copy.3 /bb.download/source/pcre2-10.42/doc/pcre2_convert_context_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_convert_context_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_converted_pattern_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_dfa_match.3 /bb.download/source/pcre2-10.42/doc/pcre2_general_context_copy.3 /bb.download/source/pcre2-10.42/doc/pcre2_general_context_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_general_context_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_error_message.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_mark.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_match_data_size.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_ovector_count.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_ovector_pointer.3 /bb.download/source/pcre2-10.42/doc/pcre2_get_startchar.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_compile.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_free_unused_memory.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_match.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_stack_assign.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_stack_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_jit_stack_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_maketables.3 /bb.download/source/pcre2-10.42/doc/pcre2_maketables_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_match.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_context_copy.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_context_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_context_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_data_create.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_data_create_from_pattern.3 /bb.download/source/pcre2-10.42/doc/pcre2_match_data_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_pattern_convert.3 '/BuggyBox/pcre2/10.42/bootstrap/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/pcre2_pattern_info.3 /bb.download/source/pcre2-10.42/doc/pcre2_serialize_decode.3 /bb.download/source/pcre2-10.42/doc/pcre2_serialize_encode.3 /bb.download/source/pcre2-10.42/doc/pcre2_serialize_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_serialize_get_number_of_codes.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_bsr.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_callout.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_character_tables.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_compile_extra_options.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_compile_recursion_guard.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_depth_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_glob_escape.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_glob_separator.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_heap_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_match_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_max_pattern_length.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_offset_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_newline.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_parens_nest_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_recursion_limit.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_recursion_memory_management.3 /bb.download/source/pcre2-10.42/doc/pcre2_set_substitute_callout.3 /bb.download/source/pcre2-10.42/doc/pcre2_substitute.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_copy_byname.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_copy_bynumber.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_get_byname.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_get_bynumber.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_length_byname.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_length_bynumber.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_list_free.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_list_get.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_nametable_scan.3 /bb.download/source/pcre2-10.42/doc/pcre2_substring_number_from_name.3 /bb.download/source/pcre2-10.42/doc/pcre2api.3 /bb.download/source/pcre2-10.42/doc/pcre2build.3 /bb.download/source/pcre2-10.42/doc/pcre2callout.3 /bb.download/source/pcre2-10.42/doc/pcre2compat.3 /bb.download/source/pcre2-10.42/doc/pcre2convert.3 /bb.download/source/pcre2-10.42/doc/pcre2demo.3 '/BuggyBox/pcre2/10.42/bootstrap/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pcre2-10.42/doc/pcre2jit.3 /bb.download/source/pcre2-10.42/doc/pcre2limits.3 /bb.download/source/pcre2-10.42/doc/pcre2matching.3 /bb.download/source/pcre2-10.42/doc/pcre2partial.3 /bb.download/source/pcre2-10.42/doc/pcre2pattern.3 /bb.download/source/pcre2-10.42/doc/pcre2perform.3 /bb.download/source/pcre2-10.42/doc/pcre2posix.3 /bb.download/source/pcre2-10.42/doc/pcre2sample.3 /bb.download/source/pcre2-10.42/doc/pcre2serialize.3 /bb.download/source/pcre2-10.42/doc/pcre2syntax.3 /bb.download/source/pcre2-10.42/doc/pcre2unicode.3 '/BuggyBox/pcre2/10.42/bootstrap/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 src/pcre2.h '/BuggyBox/pcre2/10.42/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pcre2/10.42/bootstrap/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libpcre2-8.pc libpcre2-posix.pc '/BuggyBox/pcre2/10.42/bootstrap/lib/pkgconfig'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
libtool: warning: relinking 'libpcre2-posix.la'
/bb.build/libtool: line 1889: ldconfig: command not found