Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/pcre2.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-455688-73648/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/pcre2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1748908800 Wrote: /builddir/build/SRPMS/pcre2-10.42-3.an23_sw8a.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/pcre2.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-455688-73648/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/pcre2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1748908800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bbUn6V + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pcre2-10.42 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/pcre2-10.42.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd pcre2-10.42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oW0to8 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd pcre2-10.42 + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2022-12-12 16:40:22.000000000 +0000 +++ ./configure 2025-07-30 20:02:25.411171007 +0000 @@ -1949,7 +1949,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2025-07-30 20:02:25.411171007 +0000 +++ ./configure 2025-07-30 20:02:25.447171572 +0000 @@ -7434,7 +7434,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -17276,7 +17276,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/anolis/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.sub ./config.sub '/usr/lib/rpm/anolis/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/anolis/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.guess ./config.guess '/usr/lib/rpm/anolis/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld"~' ./ltmain.sh ++ dirname ./configure + /usr/lib/rpm/anolis/force-as-needed-for-shared-lib-in-libtool . Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/anolis/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking ++ dirname ./configure + /usr/lib/rpm/anolis/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/anolis/fix-dlsearch-path-in-libtool . lib64 Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection) + ./configure --build=sw_64-koji-linux-gnu --host=sw_64-koji-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage --disable-ebcdic --disable-fuzz-support --disable-jit-sealloc --disable-never-backslash-C --enable-newline-is-lf --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-callout --enable-pcre2grep-callout-fork --disable-pcre2grep-libbz2 --disable-pcre2grep-libz --disable-pcre2test-libedit --enable-pcre2test-libreadline --enable-percent-zt --disable-rebuild-chartables --enable-shared --disable-silent-rules --enable-static --enable-unicode --disable-valgrind checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/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 sw_64-koji-linux-gnu-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... none 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 sw_64-koji-linux-gnu-ar... no checking for sw_64-koji-linux-gnu-lib... no checking for sw_64-koji-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for int64_t... yes checking build system type... sw_64-koji-linux-gnu checking host system type... sw_64-koji-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert sw_64-koji-linux-gnu file names to sw_64-koji-linux-gnu format... func_convert_file_noop checking how to convert sw_64-koji-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for sw_64-koji-linux-gnu-file... no checking for file... file checking for sw_64-koji-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for sw_64-koji-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sw_64-koji-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for sw_64-koji-linux-gnu-strip... no checking for strip... strip checking for sw_64-koji-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 7440: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sw_64-koji-linux-gnu-mt... no 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... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/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... no checking for gzopen in -lz... no checking for bzlib.h... no checking for libbz2... no checking for readline/readline.h... yes checking for readline/history.h... yes checking for readline in -lreadline... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes 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 ..................... : /usr C preprocessor ..................... : C compiler ......................... : gcc Linker ............................. : /usr/bin/ld C preprocessor flags ............... : C compiler flags ................... : -O2 -g -mieee -fvisibility=hidden Linker flags ....................... : -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 Extra libraries .................... : Build 8-bit pcre2 library .......... : yes Build 16-bit pcre2 library ......... : yes Build 32-bit pcre2 library ......... : yes Include debugging code ............. : no Enable JIT compiling support ....... : yes 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 ............... : yes 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 .... : yes Valgrind support ................... : no Code coverage ...................... : no Fuzzer support ..................... : no Use %zu and %td .................... : auto + /usr/bin/make -O -j256 V=1 VERBOSE=1 rm -f src/pcre2_chartables.c ln -s /builddir/build/BUILD/pcre2-10.42/src/pcre2_chartables.c.dist /builddir/build/BUILD/pcre2-10.42/src/pcre2_chartables.c /usr/bin/make all-am make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -O2 -g -mieee -c -o src/pcre2posix_test-pcre2posix_test.o `test -f 'src/pcre2posix_test.c' || echo './'`src/pcre2posix_test.c make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo './'`src/pcre2_chartables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_chartables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -o src/libpcre2_8_la-pcre2_chartables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo './'`src/pcre2_chartables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_chartables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -o src/libpcre2_16_la-pcre2_chartables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo './'`src/pcre2_ord2utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_ord2utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -o src/libpcre2_16_la-pcre2_ord2utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo './'`src/pcre2_ord2utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_ord2utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -o src/libpcre2_32_la-pcre2_ord2utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo './'`src/pcre2_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -o src/libpcre2_16_la-pcre2_error.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo './'`src/pcre2_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -o src/libpcre2_8_la-pcre2_error.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo './'`src/pcre2_valid_utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_valid_utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -o src/libpcre2_16_la-pcre2_valid_utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo './'`src/pcre2_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_error.c -o src/libpcre2_32_la-pcre2_error.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo './'`src/pcre2_chartables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_chartables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_chartables.c -o src/libpcre2_32_la-pcre2_chartables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo './'`src/pcre2_tables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_tables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -o src/libpcre2_8_la-pcre2_tables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo './'`src/pcre2_config.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_config.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -o src/libpcre2_32_la-pcre2_config.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo './'`src/pcre2_ord2utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_ord2utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ord2utf.c -o src/libpcre2_8_la-pcre2_ord2utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo './'`src/pcre2_match_data.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_match_data.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -o src/libpcre2_16_la-pcre2_match_data.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo './'`src/pcre2_find_bracket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_find_bracket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -o src/libpcre2_32_la-pcre2_find_bracket.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo './'`src/pcre2_tables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_tables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -o src/libpcre2_16_la-pcre2_tables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo './'`src/pcre2_config.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_config.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -o src/libpcre2_8_la-pcre2_config.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo './'`src/pcre2_config.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_config.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_config.c -o src/libpcre2_16_la-pcre2_config.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo './'`src/pcre2_string_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_string_utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -o src/libpcre2_8_la-pcre2_string_utils.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo './'`src/pcre2_match_data.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_match_data.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -o src/libpcre2_8_la-pcre2_match_data.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo './'`src/pcre2_find_bracket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_find_bracket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -o src/libpcre2_8_la-pcre2_find_bracket.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo './'`src/pcre2_valid_utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_valid_utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -o src/libpcre2_32_la-pcre2_valid_utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo './'`src/pcre2_newline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_newline.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -o src/libpcre2_32_la-pcre2_newline.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo './'`src/pcre2_newline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_newline.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -o src/libpcre2_16_la-pcre2_newline.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo './'`src/pcre2_find_bracket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_find_bracket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_find_bracket.c -o src/libpcre2_16_la-pcre2_find_bracket.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo './'`src/pcre2_tables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_tables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_tables.c -o src/libpcre2_32_la-pcre2_tables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo './'`src/pcre2_string_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_string_utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -o src/libpcre2_32_la-pcre2_string_utils.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo './'`src/pcre2_extuni.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_extuni.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -o src/libpcre2_32_la-pcre2_extuni.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo './'`src/pcre2_string_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_string_utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_string_utils.c -o src/libpcre2_16_la-pcre2_string_utils.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo './'`src/pcre2_extuni.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_extuni.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -o src/libpcre2_16_la-pcre2_extuni.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo './'`src/pcre2_match_data.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_match_data.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match_data.c -o src/libpcre2_32_la-pcre2_match_data.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo './'`src/pcre2_newline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_newline.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_newline.c -o src/libpcre2_8_la-pcre2_newline.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo './'`src/pcre2_valid_utf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_valid_utf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_valid_utf.c -o src/libpcre2_8_la-pcre2_valid_utf.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo './'`src/pcre2_pattern_info.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_pattern_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -o src/libpcre2_8_la-pcre2_pattern_info.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo './'`src/pcre2_maketables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_maketables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -o src/libpcre2_8_la-pcre2_maketables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo './'`src/pcre2_maketables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_maketables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -o src/libpcre2_16_la-pcre2_maketables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo './'`src/pcre2_pattern_info.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_pattern_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -o src/libpcre2_16_la-pcre2_pattern_info.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_script_run.lo `test -f 'src/pcre2_script_run.c' || echo './'`src/pcre2_script_run.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_script_run.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -o src/libpcre2_32_la-pcre2_script_run.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_script_run.lo `test -f 'src/pcre2_script_run.c' || echo './'`src/pcre2_script_run.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_script_run.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -o src/libpcre2_16_la-pcre2_script_run.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo './'`src/pcre2_maketables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_maketables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_maketables.c -o src/libpcre2_32_la-pcre2_maketables.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo './'`src/pcre2_serialize.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_serialize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -o src/libpcre2_8_la-pcre2_serialize.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo './'`src/pcre2_context.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_context.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -o src/libpcre2_8_la-pcre2_context.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo './'`src/pcre2_xclass.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_xclass.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -o src/libpcre2_32_la-pcre2_xclass.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo './'`src/pcre2_serialize.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_serialize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -o src/libpcre2_16_la-pcre2_serialize.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo './'`src/pcre2_context.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_context.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -o src/libpcre2_16_la-pcre2_context.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_script_run.lo `test -f 'src/pcre2_script_run.c' || echo './'`src/pcre2_script_run.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_script_run.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_script_run.c -o src/libpcre2_8_la-pcre2_script_run.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo './'`src/pcre2_extuni.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_extuni.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_extuni.c -o src/libpcre2_8_la-pcre2_extuni.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo './'`src/pcre2_serialize.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_serialize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_serialize.c -o src/libpcre2_32_la-pcre2_serialize.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo './'`src/pcre2_pattern_info.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_pattern_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_pattern_info.c -o src/libpcre2_32_la-pcre2_pattern_info.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo './'`src/pcre2_substring.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_substring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -o src/libpcre2_8_la-pcre2_substring.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo './'`src/pcre2_xclass.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_xclass.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -o src/libpcre2_16_la-pcre2_xclass.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_posix_la-pcre2posix.lo `test -f 'src/pcre2posix.c' || echo './'`src/pcre2posix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2posix.c -fPIC -DPIC -o src/.libs/libpcre2_posix_la-pcre2posix.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2posix.c -o src/libpcre2_posix_la-pcre2posix.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo './'`src/pcre2_ucd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_ucd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -o src/libpcre2_16_la-pcre2_ucd.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo './'`src/pcre2_context.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_context.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_context.c -o src/libpcre2_32_la-pcre2_context.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo './'`src/pcre2_ucd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_ucd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -o src/libpcre2_8_la-pcre2_ucd.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo './'`src/pcre2_jit_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_jit_compile.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_jit_compile.o make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' src/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture 82 | #error Unsupported architecture | ^~~~~ src/pcre2_jit_compile.c: In function 'init_frame': src/pcre2_jit_compile.c:545:30: warning: implicit declaration of function 'SSIZE_OF'; did you mean 'SSIZE_MAX'? [-Wimplicit-function-declaration] 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~~~~~~~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: note: each undeclared identifier is reported only once for each function it appears in 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c: In function 'get_recurse_data_length': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2421:35: note: in expansion of macro 'OVECTOR' 2421 | if (recurse_check_bit(common, OVECTOR(offset << 1))) | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_recurse_data': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2643:12: note: in expansion of macro 'STACK' 2643 | stackptr = STACK(stackptr); | ^~~~~ src/pcre2_jit_compile.c: In function 'allocate_stack': src/pcre2_jit_compile.c:3147:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3147 | OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'free_stack': src/pcre2_jit_compile.c:3163:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3163 | OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'reset_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3199:42: note: in expansion of macro 'OVECTOR' 3199 | OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(i), SLJIT_R0, 0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'reset_early_fail': src/pcre2_jit_compile.c:3264:48: error: 'sw' undeclared (first use in this function) 3264 | OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), -2 * SSIZE_OF(sw), src, 0); | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'do_reset_match': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3284:49: note: in expansion of macro 'OVECTOR' 3284 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3360:51: note: in expansion of macro 'OVECTOR' 3360 | OP1(SLJIT_MOV, SLJIT_S2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'do_revertframes': src/pcre2_jit_compile.c:6575:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 6575 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(STACK_TOP), -SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'compile_dnref_search': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9242:47: note: in expansion of macro 'OVECTOR' 9242 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9281:49: note: in expansion of macro 'OVECTOR' 9281 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9487:53: note: in expansion of macro 'OVECTOR' 9487 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_callout_matchingpath': src/pcre2_jit_compile.c:9759:74: error: 'sw' undeclared (first use in this function) 9759 | sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * SSIZE_OF(sw); | ^~ src/pcre2_jit_compile.c: In function 'compile_assert_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9906:53: note: in expansion of macro 'STACK' 9906 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_once_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10303:90: note: in expansion of macro 'STACK' 10303 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : STACK(-1)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_capture_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10339:41: note: in expansion of macro 'STACK' 10339 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), TMP1, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:10516:24: note: in expansion of macro 'OVECTOR_PRIV' 10516 | private_data_ptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11047:17: note: in expansion of macro 'OVECTOR_PRIV' 11047 | cbraprivptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11453:41: note: in expansion of macro 'STACK' 11453 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_fail_accept_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:634:62: note: in definition of macro 'CMP' 634 | sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c:11973:94: note: in expansion of macro 'OVECTOR' 11973 | add_jump(compiler, &common->accept, CMP(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0))); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_close_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12013:49: note: in expansion of macro 'OVECTOR_PRIV' 12013 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR_PRIV(offset)); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12037:41: note: in expansion of macro 'STACK' 12037 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12077:39: note: in expansion of macro 'STACK' 12077 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)->start); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12146:51: note: in expansion of macro 'OVECTOR' 12146 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:12430:41: note: in expansion of macro 'STACK' 12430 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12558:53: note: in expansion of macro 'STACK' 12558 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_assert_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12607:53: note: in expansion of macro 'STACK' 12607 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12724:50: note: in expansion of macro 'STACK' 12724 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13137:52: note: in expansion of macro 'STACK' 13137 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13209:57: note: in expansion of macro 'STACK' 13209 | OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13267:48: note: in expansion of macro 'STACK' 13267 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(size - 3)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13297:52: note: in expansion of macro 'STACK' 13297 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_recurse': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13515:39: note: in expansion of macro 'STACK' 13515 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(local_size - 1), TMP2, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'jit_compile': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:13874:23: note: in expansion of macro 'OVECTOR' 13874 | common->start_ptr = OVECTOR(0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'pcre2_jit_compile_32': src/pcre2_jit_compile.c:14455:15: warning: implicit declaration of function 'SLJIT_MALLOC_EXEC'; did you mean 'SLJIT_MALLOC'? [-Wimplicit-function-declaration] 14455 | void *ptr = SLJIT_MALLOC_EXEC(32, NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_MALLOC src/pcre2_jit_compile.c:14455:15: warning: initialization of 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] src/pcre2_jit_compile.c:14458:5: warning: implicit declaration of function 'SLJIT_FREE_EXEC'; did you mean 'SLJIT_FREE'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~ | SLJIT_FREE src/pcre2_jit_compile.c:14458:42: warning: implicit declaration of function 'SLJIT_EXEC_OFFSET'; did you mean 'SLJIT_LOCALS_OFFSET'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_LOCALS_OFFSET make[1]: *** [Makefile:2263: src/libpcre2_32_la-pcre2_jit_compile.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo './'`src/pcre2_jit_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_jit_compile.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_jit_compile.o make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo './'`src/pcre2_substring.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_substring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -o src/libpcre2_32_la-pcre2_substring.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo './'`src/pcre2_substring.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_substring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substring.c -o src/libpcre2_16_la-pcre2_substring.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo './'`src/pcre2_jit_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_jit_compile.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_jit_compile.o make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' src/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture 82 | #error Unsupported architecture | ^~~~~ src/pcre2_jit_compile.c: In function 'init_frame': src/pcre2_jit_compile.c:545:30: warning: implicit declaration of function 'SSIZE_OF'; did you mean 'SSIZE_MAX'? [-Wimplicit-function-declaration] 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~~~~~~~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: note: each undeclared identifier is reported only once for each function it appears in 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c: In function 'get_recurse_data_length': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2421:35: note: in expansion of macro 'OVECTOR' 2421 | if (recurse_check_bit(common, OVECTOR(offset << 1))) | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_recurse_data': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2643:12: note: in expansion of macro 'STACK' 2643 | stackptr = STACK(stackptr); | ^~~~~ src/pcre2_jit_compile.c: In function 'allocate_stack': src/pcre2_jit_compile.c:3147:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3147 | OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'free_stack': src/pcre2_jit_compile.c:3163:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3163 | OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'reset_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3199:42: note: in expansion of macro 'OVECTOR' 3199 | OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(i), SLJIT_R0, 0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'reset_early_fail': src/pcre2_jit_compile.c:3264:48: error: 'sw' undeclared (first use in this function) 3264 | OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), -2 * SSIZE_OF(sw), src, 0); | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'do_reset_match': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3284:49: note: in expansion of macro 'OVECTOR' 3284 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3360:51: note: in expansion of macro 'OVECTOR' 3360 | OP1(SLJIT_MOV, SLJIT_S2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'do_revertframes': src/pcre2_jit_compile.c:6575:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 6575 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(STACK_TOP), -SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'compile_dnref_search': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9242:47: note: in expansion of macro 'OVECTOR' 9242 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9281:49: note: in expansion of macro 'OVECTOR' 9281 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9487:53: note: in expansion of macro 'OVECTOR' 9487 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_callout_matchingpath': src/pcre2_jit_compile.c:9759:74: error: 'sw' undeclared (first use in this function) 9759 | sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * SSIZE_OF(sw); | ^~ src/pcre2_jit_compile.c: In function 'compile_assert_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9906:53: note: in expansion of macro 'STACK' 9906 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_once_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10303:90: note: in expansion of macro 'STACK' 10303 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : STACK(-1)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_capture_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10339:41: note: in expansion of macro 'STACK' 10339 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), TMP1, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:10516:24: note: in expansion of macro 'OVECTOR_PRIV' 10516 | private_data_ptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11047:17: note: in expansion of macro 'OVECTOR_PRIV' 11047 | cbraprivptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11453:41: note: in expansion of macro 'STACK' 11453 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_fail_accept_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:634:62: note: in definition of macro 'CMP' 634 | sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c:11973:94: note: in expansion of macro 'OVECTOR' 11973 | add_jump(compiler, &common->accept, CMP(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0))); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_close_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12013:49: note: in expansion of macro 'OVECTOR_PRIV' 12013 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR_PRIV(offset)); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12037:41: note: in expansion of macro 'STACK' 12037 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12077:39: note: in expansion of macro 'STACK' 12077 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)->start); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12146:51: note: in expansion of macro 'OVECTOR' 12146 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:12430:41: note: in expansion of macro 'STACK' 12430 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12558:53: note: in expansion of macro 'STACK' 12558 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_assert_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12607:53: note: in expansion of macro 'STACK' 12607 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12724:50: note: in expansion of macro 'STACK' 12724 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13137:52: note: in expansion of macro 'STACK' 13137 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13209:57: note: in expansion of macro 'STACK' 13209 | OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13267:48: note: in expansion of macro 'STACK' 13267 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(size - 3)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13297:52: note: in expansion of macro 'STACK' 13297 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_recurse': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13515:39: note: in expansion of macro 'STACK' 13515 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(local_size - 1), TMP2, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'jit_compile': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:13874:23: note: in expansion of macro 'OVECTOR' 13874 | common->start_ptr = OVECTOR(0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'pcre2_jit_compile_16': src/pcre2_jit_compile.c:14455:15: warning: implicit declaration of function 'SLJIT_MALLOC_EXEC'; did you mean 'SLJIT_MALLOC'? [-Wimplicit-function-declaration] 14455 | void *ptr = SLJIT_MALLOC_EXEC(32, NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_MALLOC src/pcre2_jit_compile.c:14455:15: warning: initialization of 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] src/pcre2_jit_compile.c:14458:5: warning: implicit declaration of function 'SLJIT_FREE_EXEC'; did you mean 'SLJIT_FREE'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~ | SLJIT_FREE src/pcre2_jit_compile.c:14458:42: warning: implicit declaration of function 'SLJIT_EXEC_OFFSET'; did you mean 'SLJIT_LOCALS_OFFSET'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_LOCALS_OFFSET make[1]: *** [Makefile:2074: src/libpcre2_16_la-pcre2_jit_compile.lo] Error 1 src/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture 82 | #error Unsupported architecture | ^~~~~ src/pcre2_jit_compile.c: In function 'init_frame': src/pcre2_jit_compile.c:545:30: warning: implicit declaration of function 'SSIZE_OF'; did you mean 'SSIZE_MAX'? [-Wimplicit-function-declaration] 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~~~~~~~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c:545:39: note: each undeclared identifier is reported only once for each function it appears in 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2136:12: note: in expansion of macro 'STACK' 2136 | stackpos = STACK(stackpos); | ^~~~~ src/pcre2_jit_compile.c: In function 'get_recurse_data_length': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2421:35: note: in expansion of macro 'OVECTOR' 2421 | if (recurse_check_bit(common, OVECTOR(offset << 1))) | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_recurse_data': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:2643:12: note: in expansion of macro 'STACK' 2643 | stackptr = STACK(stackptr); | ^~~~~ src/pcre2_jit_compile.c: In function 'allocate_stack': src/pcre2_jit_compile.c:3147:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3147 | OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'free_stack': src/pcre2_jit_compile.c:3163:71: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 3163 | OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:618:75: note: in definition of macro 'OP2' 618 | sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c: In function 'reset_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3199:42: note: in expansion of macro 'OVECTOR' 3199 | OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(i), SLJIT_R0, 0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'reset_early_fail': src/pcre2_jit_compile.c:3264:48: error: 'sw' undeclared (first use in this function) 3264 | OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), -2 * SSIZE_OF(sw), src, 0); | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'do_reset_match': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3284:49: note: in expansion of macro 'OVECTOR' 3284 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'copy_ovector': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:3360:51: note: in expansion of macro 'OVECTOR' 3360 | OP1(SLJIT_MOV, SLJIT_S2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'do_revertframes': src/pcre2_jit_compile.c:6575:58: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 6575 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(STACK_TOP), -SSIZE_OF(sw)); | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c: In function 'compile_dnref_search': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9242:47: note: in expansion of macro 'OVECTOR' 9242 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9281:49: note: in expansion of macro 'OVECTOR' 9281 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9487:53: note: in expansion of macro 'OVECTOR' 9487 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_callout_matchingpath': src/pcre2_jit_compile.c:9759:74: error: 'sw' undeclared (first use in this function) 9759 | sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * SSIZE_OF(sw); | ^~ src/pcre2_jit_compile.c: In function 'compile_assert_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:9906:53: note: in expansion of macro 'STACK' 9906 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_once_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10303:90: note: in expansion of macro 'STACK' 10303 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : STACK(-1)); | ^~~~~ src/pcre2_jit_compile.c: In function 'match_capture_common': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:10339:41: note: in expansion of macro 'STACK' 10339 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(stacksize), TMP1, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:10516:24: note: in expansion of macro 'OVECTOR_PRIV' 10516 | private_data_ptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11047:17: note: in expansion of macro 'OVECTOR_PRIV' 11047 | cbraprivptr = OVECTOR_PRIV(offset); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:11453:41: note: in expansion of macro 'STACK' 11453 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_fail_accept_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:634:62: note: in definition of macro 'CMP' 634 | sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)) | ^~~~~ src/pcre2_jit_compile.c:11973:94: note: in expansion of macro 'OVECTOR' 11973 | add_jump(compiler, &common->accept, CMP(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0))); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_close_matchingpath': src/pcre2_jit_compile.c:594:61: error: 'sw' undeclared (first use in this function) 594 | #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12013:49: note: in expansion of macro 'OVECTOR_PRIV' 12013 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR_PRIV(offset)); | ^~~~~~~~~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12037:41: note: in expansion of macro 'STACK' 12037 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_matchingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12077:39: note: in expansion of macro 'STACK' 12077 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)->start); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_matchingpath': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12146:51: note: in expansion of macro 'OVECTOR' 12146 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'compile_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:12430:41: note: in expansion of macro 'STACK' 12430 | int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_ref_iterator_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12558:53: note: in expansion of macro 'STACK' 12558 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_assert_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12607:53: note: in expansion of macro 'STACK' 12607 | OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracket_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:12724:50: note: in expansion of macro 'STACK' 12724 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_bracketpos_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13137:52: note: in expansion of macro 'STACK' 13137 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_control_verb_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13209:57: note: in expansion of macro 'STACK' 13209 | OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_then_trap_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13267:48: note: in expansion of macro 'STACK' 13267 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(size - 3)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_backtrackingpath': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function); did you mean 'swab'? 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:57: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13297:52: note: in expansion of macro 'STACK' 13297 | OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(0)); | ^~~~~ src/pcre2_jit_compile.c: In function 'compile_recurse': src/pcre2_jit_compile.c:545:39: error: 'sw' undeclared (first use in this function) 545 | #define STACK(i) ((i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:616:42: note: in definition of macro 'OP1' 616 | sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) | ^~~~ src/pcre2_jit_compile.c:13515:39: note: in expansion of macro 'STACK' 13515 | OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(local_size - 1), TMP2, 0); | ^~~~~ src/pcre2_jit_compile.c: In function 'jit_compile': src/pcre2_jit_compile.c:593:58: error: 'sw' undeclared (first use in this function) 593 | #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) | ^~ src/pcre2_jit_compile.c:13874:23: note: in expansion of macro 'OVECTOR' 13874 | common->start_ptr = OVECTOR(0); | ^~~~~~~ src/pcre2_jit_compile.c: In function 'pcre2_jit_compile_8': src/pcre2_jit_compile.c:14455:15: warning: implicit declaration of function 'SLJIT_MALLOC_EXEC'; did you mean 'SLJIT_MALLOC'? [-Wimplicit-function-declaration] 14455 | void *ptr = SLJIT_MALLOC_EXEC(32, NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_MALLOC src/pcre2_jit_compile.c:14455:15: warning: initialization of 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] src/pcre2_jit_compile.c:14458:5: warning: implicit declaration of function 'SLJIT_FREE_EXEC'; did you mean 'SLJIT_FREE'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~ | SLJIT_FREE src/pcre2_jit_compile.c:14458:42: warning: implicit declaration of function 'SLJIT_EXEC_OFFSET'; did you mean 'SLJIT_LOCALS_OFFSET'? [-Wimplicit-function-declaration] 14458 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); | ^~~~~~~~~~~~~~~~~ | SLJIT_LOCALS_OFFSET make[1]: *** [Makefile:2452: src/libpcre2_8_la-pcre2_jit_compile.lo] Error 1 make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo './'`src/pcre2_ucd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_ucd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_ucd.c -o src/libpcre2_32_la-pcre2_ucd.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo './'`src/pcre2_xclass.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_xclass.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_xclass.c -o src/libpcre2_8_la-pcre2_xclass.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -O2 -g -mieee -c -o src/pcre2_jit_test-pcre2_jit_test.o `test -f 'src/pcre2_jit_test.c' || echo './'`src/pcre2_jit_test.c make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo './'`src/pcre2_auto_possess.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_auto_possess.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -o src/libpcre2_32_la-pcre2_auto_possess.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo './'`src/pcre2_auto_possess.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_auto_possess.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -o src/libpcre2_16_la-pcre2_auto_possess.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo './'`src/pcre2_study.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_study.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -o src/libpcre2_16_la-pcre2_study.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo './'`src/pcre2_study.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_study.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -o src/libpcre2_32_la-pcre2_study.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo './'`src/pcre2_substitute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_substitute.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -o src/libpcre2_32_la-pcre2_substitute.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo './'`src/pcre2_auto_possess.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_auto_possess.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_auto_possess.c -o src/libpcre2_8_la-pcre2_auto_possess.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo './'`src/pcre2_substitute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_substitute.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -o src/libpcre2_16_la-pcre2_substitute.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo './'`src/pcre2_substitute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_substitute.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_substitute.c -o src/libpcre2_8_la-pcre2_substitute.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo './'`src/pcre2_study.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_study.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_study.c -o src/libpcre2_8_la-pcre2_study.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -O2 -g -mieee -c -o src/pcre2grep-pcre2grep.o `test -f 'src/pcre2grep.c' || echo './'`src/pcre2grep.c make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo './'`src/pcre2_convert.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_convert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -o src/libpcre2_32_la-pcre2_convert.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo './'`src/pcre2_convert.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_convert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -o src/libpcre2_16_la-pcre2_convert.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo './'`src/pcre2_convert.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_convert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_convert.c -o src/libpcre2_8_la-pcre2_convert.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo './'`src/pcre2_dfa_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_dfa_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -o src/libpcre2_32_la-pcre2_dfa_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo './'`src/pcre2_dfa_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_dfa_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -o src/libpcre2_16_la-pcre2_dfa_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo './'`src/pcre2_dfa_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_dfa_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_dfa_match.c -o src/libpcre2_8_la-pcre2_dfa_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -O2 -g -mieee -c -o src/pcre2test-pcre2test.o `test -f 'src/pcre2test.c' || echo './'`src/pcre2test.c make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo './'`src/pcre2_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_compile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -o src/libpcre2_32_la-pcre2_compile.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo './'`src/pcre2_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_compile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -o src/libpcre2_16_la-pcre2_compile.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo './'`src/pcre2_compile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_compile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_compile.c -o src/libpcre2_8_la-pcre2_compile.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_32_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo './'`src/pcre2_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -fPIC -DPIC -o src/.libs/libpcre2_32_la-pcre2_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=32 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -o src/libpcre2_32_la-pcre2_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_16_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo './'`src/pcre2_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -fPIC -DPIC -o src/.libs/libpcre2_16_la-pcre2_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=16 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -o src/libpcre2_16_la-pcre2_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make[1]: Entering directory '/builddir/build/BUILD/pcre2-10.42' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c -o src/libpcre2_8_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo './'`src/pcre2_match.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -fPIC -DPIC -o src/.libs/libpcre2_8_la-pcre2_match.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I./src -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -O2 -g -mieee -c src/pcre2_match.c -o src/libpcre2_8_la-pcre2_match.o >/dev/null 2>&1 make[1]: Leaving directory '/builddir/build/BUILD/pcre2-10.42' make: *** [Makefile:1440: all] Error 2 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.oW0to8 (%build) Bad exit status from /var/tmp/rpm-tmp.oW0to8 (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/pcre2.spec