Build of pcre2 with clang_glibc toolchain

The build took 00h 01m 48s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
74,196 ansic
5,835 sh
2,466 makefile
367 perl
82,864 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: pcre2 10.21-1 (Thu Apr 13 16:28:17 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe 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 style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# 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 we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for int64_t... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... 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 x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) 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 whether the -Werror option is usable... yes
# checking for simple visibility declarations... yes
# checking for ANSI C header files... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for sys/types.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for bcopy... yes
# checking for memmove... yes
# checking for strerror... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for gzopen in -lz... yes
# checking bzlib.h usability... yes
# checking bzlib.h presence... yes
# checking for bzlib.h... yes
# checking for libbz2... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking readline/history.h usability... yes
# checking readline/history.h presence... 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... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... 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 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.21 configuration summary:
#
# Install prefix .................. : /usr
# C preprocessor .................. : clang -E
# C compiler ...................... : clang
# Linker .......................... : /usr/bin/ld -m elf_x86_64
# C preprocessor flags ............ :
# C compiler flags ................ : -pthread -fvisibility=hidden
# Linker flags .................... :
# 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
# 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
# Use stack recursion ............. : yes
# Internal link size .............. : 2
# Nested parentheses limit ........ : 250
# Match limit ..................... : 10000000
# Match limit recursion ........... : MATCH_LIMIT
# Build shared libs ............... : yes
# Build static libs ............... : yes
# Use JIT in pcre2grep ............ : yes
# Buffer size for pcre2grep ....... : 20480
# Link pcre2grep with libz ........ : yes
# Link pcre2grep with libbz2 ...... : yes
# Link pcre2test with libedit ..... : no
# Link pcre2test with libreadline . : yes
# Valgrind support ................ : no
# Code coverage ................... : no
#
# rm -f src/pcre2_chartables.c
# ln -s /tmp/pcre2/src/pcre2-10.21/src/pcre2_chartables.c.dist /tmp/pcre2/src/pcre2-10.21/src/pcre2_chartables.c
# make all-am
# make[1]: Entering directory '/tmp/pcre2/src/pcre2-10.21'
# CC src/libpcre2_8_la-pcre2_auto_possess.lo
# CC src/libpcre2_8_la-pcre2_compile.lo
# CC src/libpcre2_8_la-pcre2_config.lo
# CC src/libpcre2_8_la-pcre2_context.lo
# CC src/libpcre2_8_la-pcre2_dfa_match.lo
# CC src/libpcre2_8_la-pcre2_error.lo
# CC src/libpcre2_8_la-pcre2_find_bracket.lo
# CC src/libpcre2_8_la-pcre2_jit_compile.lo
# CC src/libpcre2_8_la-pcre2_maketables.lo
# CC src/libpcre2_8_la-pcre2_match.lo
# CC src/libpcre2_8_la-pcre2_match_data.lo
# CC src/libpcre2_8_la-pcre2_newline.lo
# CC src/libpcre2_8_la-pcre2_ord2utf.lo
# CC src/libpcre2_8_la-pcre2_pattern_info.lo
# CC src/libpcre2_8_la-pcre2_serialize.lo
# CC src/libpcre2_8_la-pcre2_string_utils.lo
# CC src/libpcre2_8_la-pcre2_study.lo
# CC src/libpcre2_8_la-pcre2_substitute.lo
# CC src/libpcre2_8_la-pcre2_substring.lo
# CC src/libpcre2_8_la-pcre2_tables.lo
# CC src/libpcre2_8_la-pcre2_ucd.lo
# CC src/libpcre2_8_la-pcre2_valid_utf.lo
# CC src/libpcre2_8_la-pcre2_xclass.lo
# CC src/libpcre2_8_la-pcre2_chartables.lo
# CCLD libpcre2-8.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC src/libpcre2_16_la-pcre2_auto_possess.lo
# CC src/libpcre2_16_la-pcre2_compile.lo
# CC src/libpcre2_16_la-pcre2_config.lo
# CC src/libpcre2_16_la-pcre2_context.lo
# CC src/libpcre2_16_la-pcre2_dfa_match.lo
# CC src/libpcre2_16_la-pcre2_error.lo
# CC src/libpcre2_16_la-pcre2_find_bracket.lo
# CC src/libpcre2_16_la-pcre2_jit_compile.lo
# src/pcre2_jit_compile.c:3334:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:4513:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:4606:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-2));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:4607:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP2, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:6154:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-2));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:6155:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP2, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:9689:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:543:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# 7 warnings generated.
# CC src/libpcre2_16_la-pcre2_maketables.lo
# CC src/libpcre2_16_la-pcre2_match.lo
# CC src/libpcre2_16_la-pcre2_match_data.lo
# CC src/libpcre2_16_la-pcre2_newline.lo
# CC src/libpcre2_16_la-pcre2_ord2utf.lo
# CC src/libpcre2_16_la-pcre2_pattern_info.lo
# CC src/libpcre2_16_la-pcre2_serialize.lo
# CC src/libpcre2_16_la-pcre2_string_utils.lo
# CC src/libpcre2_16_la-pcre2_study.lo
# CC src/libpcre2_16_la-pcre2_substitute.lo
# CC src/libpcre2_16_la-pcre2_substring.lo
# CC src/libpcre2_16_la-pcre2_tables.lo
# CC src/libpcre2_16_la-pcre2_ucd.lo
# CC src/libpcre2_16_la-pcre2_valid_utf.lo
# CC src/libpcre2_16_la-pcre2_xclass.lo
# CC src/libpcre2_16_la-pcre2_chartables.lo
# CCLD libpcre2-16.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC src/libpcre2_32_la-pcre2_auto_possess.lo
# CC src/libpcre2_32_la-pcre2_compile.lo
# CC src/libpcre2_32_la-pcre2_config.lo
# CC src/libpcre2_32_la-pcre2_context.lo
# CC src/libpcre2_32_la-pcre2_dfa_match.lo
# CC src/libpcre2_32_la-pcre2_error.lo
# CC src/libpcre2_32_la-pcre2_find_bracket.lo
# CC src/libpcre2_32_la-pcre2_jit_compile.lo
# src/pcre2_jit_compile.c:3334:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:4606:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-2));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:4607:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP2, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:6154:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-2));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:6155:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP2, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# src/pcre2_jit_compile.c:9689:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-1));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# src/pcre2_jit_compile.c:548:27: note: expanded from macro 'IN_UCHARS'
# #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
# ^
# src/pcre2_jit_compile.c:557:57: note: expanded from macro 'OP1'
# sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
# ^~~~
# 6 warnings generated.
# CC src/libpcre2_32_la-pcre2_maketables.lo
# CC src/libpcre2_32_la-pcre2_match.lo
# CC src/libpcre2_32_la-pcre2_match_data.lo
# CC src/libpcre2_32_la-pcre2_newline.lo
# CC src/libpcre2_32_la-pcre2_ord2utf.lo
# CC src/libpcre2_32_la-pcre2_pattern_info.lo
# CC src/libpcre2_32_la-pcre2_serialize.lo
# CC src/libpcre2_32_la-pcre2_string_utils.lo
# CC src/libpcre2_32_la-pcre2_study.lo
# CC src/libpcre2_32_la-pcre2_substitute.lo
# CC src/libpcre2_32_la-pcre2_substring.lo
# CC src/libpcre2_32_la-pcre2_tables.lo
# CC src/libpcre2_32_la-pcre2_ucd.lo
# CC src/libpcre2_32_la-pcre2_valid_utf.lo
# CC src/libpcre2_32_la-pcre2_xclass.lo
# CC src/libpcre2_32_la-pcre2_chartables.lo
# CCLD libpcre2-32.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC src/libpcre2_posix_la-pcre2posix.lo
# CCLD libpcre2-posix.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC src/pcre2grep-pcre2grep.o
# CCLD pcre2grep
# CC src/pcre2test-pcre2test.o
# CCLD pcre2test
# CC src/pcre2_jit_test-pcre2_jit_test.o
# CCLD pcre2_jit_test
# make[1]: Leaving directory '/tmp/pcre2/src/pcre2-10.21'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-am
# make[1]: Entering directory '/tmp/pcre2/src/pcre2-10.21'
# make[2]: Entering directory '/tmp/pcre2/src/pcre2-10.21'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libpcre2-8.la libpcre2-16.la libpcre2-32.la libpcre2-posix.la '/tmp/pcre2/pkg/pcre2/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libpcre2-8.so.0.3.0 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-8.so.0.3.0
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-8.so.0.3.0 libpcre2-8.so.0 || { rm -f libpcre2-8.so.0 && ln -s libpcre2-8.so.0.3.0 libpcre2-8.so.0; }; })
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-8.so.0.3.0 libpcre2-8.so || { rm -f libpcre2-8.so && ln -s libpcre2-8.so.0.3.0 libpcre2-8.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpcre2-8.lai /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-8.la
# libtool: install: /usr/bin/install -c .libs/libpcre2-16.so.0.3.0 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-16.so.0.3.0
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-16.so.0.3.0 libpcre2-16.so.0 || { rm -f libpcre2-16.so.0 && ln -s libpcre2-16.so.0.3.0 libpcre2-16.so.0; }; })
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-16.so.0.3.0 libpcre2-16.so || { rm -f libpcre2-16.so && ln -s libpcre2-16.so.0.3.0 libpcre2-16.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpcre2-16.lai /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-16.la
# libtool: install: /usr/bin/install -c .libs/libpcre2-32.so.0.3.0 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-32.so.0.3.0
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-32.so.0.3.0 libpcre2-32.so.0 || { rm -f libpcre2-32.so.0 && ln -s libpcre2-32.so.0.3.0 libpcre2-32.so.0; }; })
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-32.so.0.3.0 libpcre2-32.so || { rm -f libpcre2-32.so && ln -s libpcre2-32.so.0.3.0 libpcre2-32.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpcre2-32.lai /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-32.la
# libtool: warning: relinking 'libpcre2-posix.la'
# libtool: install: (cd /tmp/pcre2/src/pcre2-10.21; /bin/sh "/tmp/pcre2/src/pcre2-10.21/libtool" --silent --tag CC --mode=relink clang -DPCRE2_CODE_UNIT_WIDTH=8 -fvisibility=hidden -pthread -version-info 0:1:0 -o libpcre2-posix.la -rpath /usr/lib src/libpcre2_posix_la-pcre2posix.lo libpcre2-8.la -inst-prefix-dir /tmp/pcre2/pkg/pcre2)
# libtool: install: /usr/bin/install -c .libs/libpcre2-posix.so.0.0.1T /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-posix.so.0.0.1
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-posix.so.0.0.1 libpcre2-posix.so.0 || { rm -f libpcre2-posix.so.0 && ln -s libpcre2-posix.so.0.0.1 libpcre2-posix.so.0; }; })
# libtool: install: (cd /tmp/pcre2/pkg/pcre2/usr/lib && { ln -s -f libpcre2-posix.so.0.0.1 libpcre2-posix.so || { rm -f libpcre2-posix.so && ln -s libpcre2-posix.so.0.0.1 libpcre2-posix.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpcre2-posix.lai /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-posix.la
# libtool: install: /usr/bin/install -c .libs/libpcre2-8.a /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-8.a
# libtool: install: chmod 644 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-8.a
# libtool: install: ranlib /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-8.a
# libtool: install: /usr/bin/install -c .libs/libpcre2-16.a /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-16.a
# libtool: install: chmod 644 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-16.a
# libtool: install: ranlib /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-16.a
# libtool: install: /usr/bin/install -c .libs/libpcre2-32.a /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-32.a
# libtool: install: chmod 644 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-32.a
# libtool: install: ranlib /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-32.a
# libtool: install: /usr/bin/install -c .libs/libpcre2-posix.a /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-posix.a
# libtool: install: chmod 644 /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-posix.a
# libtool: install: ranlib /tmp/pcre2/pkg/pcre2/usr/lib/libpcre2-posix.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c pcre2grep pcre2test '/tmp/pcre2/pkg/pcre2/usr/bin'
# libtool: warning: 'libpcre2-8.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/pcre2grep /tmp/pcre2/pkg/pcre2/usr/bin/pcre2grep
# libtool: warning: 'libpcre2-8.la' has not been installed in '/usr/lib'
# libtool: warning: 'libpcre2-posix.la' has not been installed in '/usr/lib'
# libtool: warning: '/tmp/pcre2/src/pcre2-10.21/libpcre2-8.la' has not been installed in '/usr/lib'
# libtool: warning: 'libpcre2-16.la' has not been installed in '/usr/lib'
# libtool: warning: 'libpcre2-32.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/pcre2test /tmp/pcre2/pkg/pcre2/usr/bin/pcre2test
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/bin'
# /usr/bin/install -c pcre2-config '/tmp/pcre2/pkg/pcre2/usr/bin'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2'
# /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog LICENCE NEWS README doc/pcre2.txt doc/pcre2-config.txt doc/pcre2grep.txt doc/pcre2test.txt '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2/html'
# /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre2-config.html doc/html/pcre2.html doc/html/pcre2_callout_enumerate.html doc/html/pcre2_code_free.html doc/html/pcre2_compile.html doc/html/pcre2_compile_context_copy.html doc/html/pcre2_compile_context_create.html doc/html/pcre2_compile_context_free.html doc/html/pcre2_config.html doc/html/pcre2_dfa_match.html doc/html/pcre2_general_context_copy.html doc/html/pcre2_general_context_create.html doc/html/pcre2_general_context_free.html doc/html/pcre2_get_error_message.html doc/html/pcre2_get_mark.html doc/html/pcre2_get_ovector_count.html doc/html/pcre2_get_ovector_pointer.html doc/html/pcre2_get_startchar.html doc/html/pcre2_jit_compile.html doc/html/pcre2_jit_free_unused_memory.html doc/html/pcre2_jit_match.html doc/html/pcre2_jit_stack_assign.html doc/html/pcre2_jit_stack_create.html doc/html/pcre2_jit_stack_free.html doc/html/pcre2_maketables.html doc/html/pcre2_match.html doc/html/pcre2_match_context_copy.html doc/html/pcre2_match_context_create.html doc/html/pcre2_match_context_free.html doc/html/pcre2_match_data_create.html doc/html/pcre2_match_data_create_from_pattern.html doc/html/pcre2_match_data_free.html doc/html/pcre2_pattern_info.html doc/html/pcre2_serialize_decode.html doc/html/pcre2_serialize_encode.html doc/html/pcre2_serialize_free.html doc/html/pcre2_serialize_get_number_of_codes.html '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2/html'
# /usr/bin/install -c -m 644 doc/html/pcre2_set_bsr.html doc/html/pcre2_set_callout.html doc/html/pcre2_set_character_tables.html doc/html/pcre2_set_compile_recursion_guard.html doc/html/pcre2_set_match_limit.html doc/html/pcre2_set_offset_limit.html doc/html/pcre2_set_newline.html doc/html/pcre2_set_parens_nest_limit.html doc/html/pcre2_set_recursion_limit.html doc/html/pcre2_set_recursion_memory_management.html doc/html/pcre2_substitute.html doc/html/pcre2_substring_copy_byname.html doc/html/pcre2_substring_copy_bynumber.html doc/html/pcre2_substring_free.html doc/html/pcre2_substring_get_byname.html doc/html/pcre2_substring_get_bynumber.html doc/html/pcre2_substring_length_byname.html doc/html/pcre2_substring_length_bynumber.html doc/html/pcre2_substring_list_free.html doc/html/pcre2_substring_list_get.html doc/html/pcre2_substring_nametable_scan.html doc/html/pcre2_substring_number_from_name.html doc/html/pcre2api.html doc/html/pcre2build.html doc/html/pcre2callout.html doc/html/pcre2compat.html doc/html/pcre2demo.html doc/html/pcre2grep.html doc/html/pcre2jit.html doc/html/pcre2limits.html doc/html/pcre2matching.html doc/html/pcre2partial.html doc/html/pcre2pattern.html doc/html/pcre2perform.html doc/html/pcre2posix.html doc/html/pcre2sample.html doc/html/pcre2serialize.html doc/html/pcre2stack.html doc/html/pcre2syntax.html doc/html/pcre2test.html '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2/html'
# /usr/bin/install -c -m 644 doc/html/pcre2unicode.html '/tmp/pcre2/pkg/pcre2/usr/share/doc/pcre2/html'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/include'
# /usr/bin/install -c -m 644 src/pcre2posix.h '/tmp/pcre2/pkg/pcre2/usr/include'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/share/man/man1'
# /usr/bin/install -c -m 644 doc/pcre2-config.1 doc/pcre2grep.1 doc/pcre2test.1 '/tmp/pcre2/pkg/pcre2/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/share/man/man3'
# /usr/bin/install -c -m 644 doc/pcre2.3 doc/pcre2_callout_enumerate.3 doc/pcre2_code_free.3 doc/pcre2_compile.3 doc/pcre2_compile_context_copy.3 doc/pcre2_compile_context_create.3 doc/pcre2_compile_context_free.3 doc/pcre2_config.3 doc/pcre2_dfa_match.3 doc/pcre2_general_context_copy.3 doc/pcre2_general_context_create.3 doc/pcre2_general_context_free.3 doc/pcre2_get_error_message.3 doc/pcre2_get_mark.3 doc/pcre2_get_ovector_count.3 doc/pcre2_get_ovector_pointer.3 doc/pcre2_get_startchar.3 doc/pcre2_jit_compile.3 doc/pcre2_jit_free_unused_memory.3 doc/pcre2_jit_match.3 doc/pcre2_jit_stack_assign.3 doc/pcre2_jit_stack_create.3 doc/pcre2_jit_stack_free.3 doc/pcre2_maketables.3 doc/pcre2_match.3 doc/pcre2_match_context_copy.3 doc/pcre2_match_context_create.3 doc/pcre2_match_context_free.3 doc/pcre2_match_data_create.3 doc/pcre2_match_data_create_from_pattern.3 doc/pcre2_match_data_free.3 doc/pcre2_pattern_info.3 doc/pcre2_serialize_decode.3 doc/pcre2_serialize_encode.3 doc/pcre2_serialize_free.3 doc/pcre2_serialize_get_number_of_codes.3 doc/pcre2_set_bsr.3 doc/pcre2_set_callout.3 doc/pcre2_set_character_tables.3 doc/pcre2_set_compile_recursion_guard.3 '/tmp/pcre2/pkg/pcre2/usr/share/man/man3'
# /usr/bin/install -c -m 644 doc/pcre2_set_match_limit.3 doc/pcre2_set_offset_limit.3 doc/pcre2_set_newline.3 doc/pcre2_set_parens_nest_limit.3 doc/pcre2_set_recursion_limit.3 doc/pcre2_set_recursion_memory_management.3 doc/pcre2_substitute.3 doc/pcre2_substring_copy_byname.3 doc/pcre2_substring_copy_bynumber.3 doc/pcre2_substring_free.3 doc/pcre2_substring_get_byname.3 doc/pcre2_substring_get_bynumber.3 doc/pcre2_substring_length_byname.3 doc/pcre2_substring_length_bynumber.3 doc/pcre2_substring_list_free.3 doc/pcre2_substring_list_get.3 doc/pcre2_substring_nametable_scan.3 doc/pcre2_substring_number_from_name.3 doc/pcre2api.3 doc/pcre2build.3 doc/pcre2callout.3 doc/pcre2compat.3 doc/pcre2demo.3 doc/pcre2jit.3 doc/pcre2limits.3 doc/pcre2matching.3 doc/pcre2partial.3 doc/pcre2pattern.3 doc/pcre2perform.3 doc/pcre2posix.3 doc/pcre2sample.3 doc/pcre2serialize.3 doc/pcre2stack.3 doc/pcre2syntax.3 doc/pcre2unicode.3 '/tmp/pcre2/pkg/pcre2/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/include'
# /usr/bin/install -c -m 644 src/pcre2.h '/tmp/pcre2/pkg/pcre2/usr/include'
# /usr/bin/mkdir -p '/tmp/pcre2/pkg/pcre2/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libpcre2-8.pc libpcre2-posix.pc libpcre2-16.pc libpcre2-32.pc '/tmp/pcre2/pkg/pcre2/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/pcre2/src/pcre2-10.21'
# make[1]: Leaving directory '/tmp/pcre2/src/pcre2-10.21'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "pcre2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: pcre2 10.21-1 (Thu Apr 13 16:28:53 UTC 2017)

CMD: pacman --query --file pcre2-10.21-1-x86_64.pkg.tar.xz
# pcre2 10.21-1

Creating hybrid package for 'pcre2'

Trying to find vanilla package 'pcre2'...

CMD: pacman --query --file /mirror/pcre2-10.21-1.pkg.tar.xz
# pcre2 10.21-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/pcre2-config
# /usr/bin/pcre2test
# /usr/bin/pcre2grep
# /usr/share/licenses/pcre2/LICENSE
# /usr/share/man/man3/pcre2stack.3.gz
# /usr/share/man/man3/pcre2syntax.3.gz
# /usr/share/man/man3/pcre2_jit_match.3.gz
# /usr/share/man/man3/pcre2sample.3.gz
# /usr/share/man/man3/pcre2_jit_stack_free.3.gz
# /usr/share/man/man3/pcre2_serialize_encode.3.gz
# /usr/share/man/man3/pcre2_compile_context_create.3.gz
# /usr/share/man/man3/pcre2_substring_list_get.3.gz
# /usr/share/man/man3/pcre2matching.3.gz
# /usr/share/man/man3/pcre2_get_mark.3.gz
# /usr/share/man/man3/pcre2posix.3.gz
# /usr/share/man/man3/pcre2_dfa_match.3.gz
# /usr/share/man/man3/pcre2_substring_free.3.gz
# /usr/share/man/man3/pcre2.3.gz
# /usr/share/man/man3/pcre2_serialize_get_number_of_codes.3.gz
# /usr/share/man/man3/pcre2_substring_get_bynumber.3.gz
# /usr/share/man/man3/pcre2_substring_nametable_scan.3.gz
# /usr/share/man/man3/pcre2perform.3.gz
# /usr/share/man/man3/pcre2_jit_free_unused_memory.3.gz
# /usr/share/man/man3/pcre2unicode.3.gz
# /usr/share/man/man3/pcre2_general_context_copy.3.gz
# /usr/share/man/man3/pcre2_substitute.3.gz
# /usr/share/man/man3/pcre2_match_context_free.3.gz
# /usr/share/man/man3/pcre2_set_compile_recursion_guard.3.gz
# /usr/share/man/man3/pcre2compat.3.gz
# /usr/share/man/man3/pcre2build.3.gz
# /usr/share/man/man3/pcre2_substring_list_free.3.gz
# /usr/share/man/man3/pcre2_match_data_create.3.gz
# /usr/share/man/man3/pcre2_get_error_message.3.gz
# /usr/share/man/man3/pcre2_set_recursion_limit.3.gz
# /usr/share/man/man3/pcre2_substring_number_from_name.3.gz
# /usr/share/man/man3/pcre2_set_callout.3.gz
# /usr/share/man/man3/pcre2pattern.3.gz
# /usr/share/man/man3/pcre2_set_newline.3.gz
# /usr/share/man/man3/pcre2_set_parens_nest_limit.3.gz
# /usr/share/man/man3/pcre2_general_context_create.3.gz
# /usr/share/man/man3/pcre2_compile_context_free.3.gz
# /usr/share/man/man3/pcre2_set_bsr.3.gz
# /usr/share/man/man3/pcre2_substring_length_bynumber.3.gz
# /usr/share/man/man3/pcre2_config.3.gz
# /usr/share/man/man3/pcre2_compile_context_copy.3.gz
# /usr/share/man/man3/pcre2jit.3.gz
# /usr/share/man/man3/pcre2_get_startchar.3.gz
# /usr/share/man/man3/pcre2serialize.3.gz
# /usr/share/man/man3/pcre2_substring_length_byname.3.gz
# /usr/share/man/man3/pcre2_match_data_free.3.gz
# /usr/share/man/man3/pcre2_set_recursion_memory_management.3.gz
# /usr/share/man/man3/pcre2_serialize_free.3.gz
# /usr/share/man/man3/pcre2_serialize_decode.3.gz
# /usr/share/man/man3/pcre2callout.3.gz
# /usr/share/man/man3/pcre2_match_context_copy.3.gz
# /usr/share/man/man3/pcre2_maketables.3.gz
# /usr/share/man/man3/pcre2_jit_stack_assign.3.gz
# /usr/share/man/man3/pcre2_callout_enumerate.3.gz
# /usr/share/man/man3/pcre2_set_character_tables.3.gz
# /usr/share/man/man3/pcre2partial.3.gz
# /usr/share/man/man3/pcre2_pattern_info.3.gz
# /usr/share/man/man3/pcre2_jit_compile.3.gz
# /usr/share/man/man3/pcre2limits.3.gz
# /usr/share/man/man3/pcre2_substring_copy_bynumber.3.gz
# /usr/share/man/man3/pcre2_set_offset_limit.3.gz
# /usr/share/man/man3/pcre2_get_ovector_pointer.3.gz
# /usr/share/man/man3/pcre2_substring_get_byname.3.gz
# /usr/share/man/man3/pcre2_code_free.3.gz
# /usr/share/man/man3/pcre2demo.3.gz
# /usr/share/man/man3/pcre2_match.3.gz
# /usr/share/man/man3/pcre2_jit_stack_create.3.gz
# /usr/share/man/man3/pcre2_substring_copy_byname.3.gz
# /usr/share/man/man3/pcre2_compile.3.gz
# /usr/share/man/man3/pcre2_match_context_create.3.gz
# /usr/share/man/man3/pcre2api.3.gz
# /usr/share/man/man3/pcre2_general_context_free.3.gz
# /usr/share/man/man3/pcre2_match_data_create_from_pattern.3.gz
# /usr/share/man/man3/pcre2_set_match_limit.3.gz
# /usr/share/man/man3/pcre2_get_ovector_count.3.gz
# /usr/share/man/man1/pcre2-config.1.gz
# /usr/share/man/man1/pcre2test.1.gz
# /usr/share/man/man1/pcre2grep.1.gz
# /usr/share/doc/pcre2/pcre2test.txt
# /usr/share/doc/pcre2/pcre2-config.txt
# /usr/share/doc/pcre2/ChangeLog
# /usr/share/doc/pcre2/pcre2.txt
# /usr/share/doc/pcre2/NEWS
# /usr/share/doc/pcre2/README
# /usr/share/doc/pcre2/LICENCE
# /usr/share/doc/pcre2/COPYING
# /usr/share/doc/pcre2/AUTHORS
# /usr/share/doc/pcre2/pcre2grep.txt
# /usr/share/doc/pcre2/html/pcre2_substring_length_byname.html
# /usr/share/doc/pcre2/html/pcre2_serialize_decode.html
# /usr/share/doc/pcre2/html/pcre2matching.html
# /usr/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
# /usr/share/doc/pcre2/html/pcre2_match_context_create.html
# /usr/share/doc/pcre2/html/NON-AUTOTOOLS-BUILD.txt
# /usr/share/doc/pcre2/html/pcre2_serialize_encode.html
# /usr/share/doc/pcre2/html/pcre2_set_offset_limit.html
# /usr/share/doc/pcre2/html/pcre2api.html
# /usr/share/doc/pcre2/html/pcre2_jit_match.html
# /usr/share/doc/pcre2/html/pcre2_get_error_message.html
# /usr/share/doc/pcre2/html/pcre2_general_context_free.html
# /usr/share/doc/pcre2/html/pcre2_substring_copy_byname.html
# /usr/share/doc/pcre2/html/pcre2limits.html
# /usr/share/doc/pcre2/html/pcre2_substring_number_from_name.html
# /usr/share/doc/pcre2/html/pcre2test.html
# /usr/share/doc/pcre2/html/pcre2_get_ovector_count.html
# /usr/share/doc/pcre2/html/pcre2_substitute.html
# /usr/share/doc/pcre2/html/pcre2_substring_list_free.html
# /usr/share/doc/pcre2/html/pcre2_compile.html
# /usr/share/doc/pcre2/html/pcre2_compile_context_free.html
# /usr/share/doc/pcre2/html/pcre2_general_context_copy.html
# /usr/share/doc/pcre2/html/pcre2sample.html
# /usr/share/doc/pcre2/html/pcre2stack.html
# /usr/share/doc/pcre2/html/pcre2_match_context_copy.html
# /usr/share/doc/pcre2/html/pcre2posix.html
# /usr/share/doc/pcre2/html/pcre2_callout_enumerate.html
# /usr/share/doc/pcre2/html/pcre2compat.html
# /usr/share/doc/pcre2/html/pcre2_get_mark.html
# /usr/share/doc/pcre2/html/pcre2_jit_stack_assign.html
# /usr/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
# /usr/share/doc/pcre2/html/pcre2jit.html
# /usr/share/doc/pcre2/html/pcre2_general_context_create.html
# /usr/share/doc/pcre2/html/pcre2_pattern_info.html
# /usr/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
# /usr/share/doc/pcre2/html/pcre2_set_newline.html
# /usr/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
# /usr/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
# /usr/share/doc/pcre2/html/pcre2_substring_get_byname.html
# /usr/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
# /usr/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
# /usr/share/doc/pcre2/html/pcre2_code_free.html
# /usr/share/doc/pcre2/html/pcre2_set_recursion_limit.html
# /usr/share/doc/pcre2/html/pcre2_substring_list_get.html
# /usr/share/doc/pcre2/html/pcre2_match_context_free.html
# /usr/share/doc/pcre2/html/pcre2_compile_context_copy.html
# /usr/share/doc/pcre2/html/pcre2_maketables.html
# /usr/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
# /usr/share/doc/pcre2/html/pcre2_get_startchar.html
# /usr/share/doc/pcre2/html/pcre2_set_bsr.html
# /usr/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
# /usr/share/doc/pcre2/html/pcre2_jit_compile.html
# /usr/share/doc/pcre2/html/pcre2perform.html
# /usr/share/doc/pcre2/html/pcre2unicode.html
# /usr/share/doc/pcre2/html/pcre2_dfa_match.html
# /usr/share/doc/pcre2/html/pcre2_jit_stack_free.html
# /usr/share/doc/pcre2/html/pcre2_set_match_limit.html
# /usr/share/doc/pcre2/html/pcre2_serialize_free.html
# /usr/share/doc/pcre2/html/pcre2_match_data_create.html
# /usr/share/doc/pcre2/html/README.txt
# /usr/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
# /usr/share/doc/pcre2/html/pcre2_match.html
# /usr/share/doc/pcre2/html/pcre2_set_callout.html
# /usr/share/doc/pcre2/html/pcre2_compile_context_create.html
# /usr/share/doc/pcre2/html/pcre2syntax.html
# /usr/share/doc/pcre2/html/pcre2_config.html
# /usr/share/doc/pcre2/html/pcre2-config.html
# /usr/share/doc/pcre2/html/pcre2pattern.html
# /usr/share/doc/pcre2/html/pcre2_jit_stack_create.html
# /usr/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
# /usr/share/doc/pcre2/html/pcre2serialize.html
# /usr/share/doc/pcre2/html/pcre2_set_character_tables.html
# /usr/share/doc/pcre2/html/pcre2callout.html
# /usr/share/doc/pcre2/html/pcre2_substring_free.html
# /usr/share/doc/pcre2/html/pcre2.html
# /usr/share/doc/pcre2/html/pcre2build.html
# /usr/share/doc/pcre2/html/pcre2partial.html
# /usr/share/doc/pcre2/html/index.html
# /usr/share/doc/pcre2/html/pcre2_match_data_free.html
# /usr/share/doc/pcre2/html/pcre2grep.html
# /usr/share/doc/pcre2/html/pcre2demo.html
# /usr/lib/libpcre2-8.so.0.3.0
# /usr/lib/libpcre2-8.so.0
# /usr/lib/libpcre2-32.so
# /usr/lib/libpcre2-posix.so.0
# /usr/lib/libpcre2-32.so.0
# /usr/lib/libpcre2-32.so.0.3.0
# /usr/lib/libpcre2-posix.so
# /usr/lib/libpcre2-8.so
# /usr/lib/libpcre2-posix.so.0.0.1
# /usr/lib/libpcre2-16.so.0
# /usr/lib/libpcre2-16.so
# /usr/lib/libpcre2-16.so.0.3.0
# /usr/lib/pkgconfig/libpcre2-posix.pc
# /usr/lib/pkgconfig/libpcre2-32.pc
# /usr/lib/pkgconfig/libpcre2-16.pc
# /usr/lib/pkgconfig/libpcre2-8.pc
# /usr/include/pcre2posix.h
# /usr/include/pcre2.h
# /sysroot/usr/lib/libpcre2-8.so.0.3.0
# /sysroot/usr/lib/libpcre2-8.so.0
# /sysroot/usr/lib/libpcre2-8.so
# /sysroot/usr/lib/libpcre2-8.la
# /sysroot/usr/lib/libpcre2-16.so.0.3.0
# /sysroot/usr/lib/libpcre2-16.so.0
# /sysroot/usr/lib/libpcre2-16.so
# /sysroot/usr/lib/libpcre2-16.la
# /sysroot/usr/lib/libpcre2-32.so.0.3.0
# /sysroot/usr/lib/libpcre2-32.so.0
# /sysroot/usr/lib/libpcre2-32.so
# /sysroot/usr/lib/libpcre2-32.la
# /sysroot/usr/lib/libpcre2-posix.so.0.0.1
# /sysroot/usr/lib/libpcre2-posix.so.0
# /sysroot/usr/lib/libpcre2-posix.so
# /sysroot/usr/lib/libpcre2-posix.la
# /sysroot/usr/lib/libpcre2-8.a
# /sysroot/usr/lib/libpcre2-16.a
# /sysroot/usr/lib/libpcre2-32.a
# /sysroot/usr/lib/libpcre2-posix.a
# /sysroot/usr/lib/pkgconfig/libpcre2-8.pc
# /sysroot/usr/lib/pkgconfig/libpcre2-posix.pc
# /sysroot/usr/lib/pkgconfig/libpcre2-16.pc
# /sysroot/usr/lib/pkgconfig/libpcre2-32.pc
# /sysroot/usr/include/pcre2posix.h
# /sysroot/usr/include/pcre2.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf pcre2.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/pcre2.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pcre2.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 5404

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pcre2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/pcre2.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/pcre2/src/pcre2-10.21/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by PCRE2 configure 10.21, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-pcre2-16 --enable-pcre2-32 --enable-jit --enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-pcre2test-libreadline
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ff1bff2a2643
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2530: checking for a BSD-compatible install
# configure:2598: result: /usr/bin/install -c
# configure:2609: checking whether build environment is sane
# configure:2664: result: yes
# configure:2723: checking for x86_64-unknown-linux-strip
# configure:2753: result: no
# configure:2763: checking for strip
# configure:2779: found /usr/bin/strip
# configure:2790: result: strip
# configure:2815: checking for a thread-safe mkdir -p
# configure:2854: result: /usr/bin/mkdir -p
# configure:2861: checking for gawk
# configure:2877: found /usr/bin/gawk
# configure:2888: result: gawk
# configure:2899: checking whether make sets $(MAKE)
# configure:2921: result: yes
# configure:2950: checking whether make supports nested variables
# configure:2967: result: yes
# configure:3104: checking whether make supports nested variables
# configure:3121: result: yes
# configure:3148: checking for style of include used by make
# configure:3176: result: GNU
# configure:3207: checking for x86_64-unknown-linux-gcc
# configure:3234: result: clang
# configure:3503: checking for C compiler version
# configure:3512: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3523: $? = 0
# configure:3512: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3523: $? = 0
# configure:3512: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3523: $? = 1
# configure:3512: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3523: $? = 1
# configure:3543: checking whether the C compiler works
# configure:3565: clang conftest.c >&5
# configure:3569: $? = 0
# configure:3617: result: yes
# configure:3620: checking for C compiler default output file name
# configure:3622: result: a.out
# configure:3628: checking for suffix of executables
# configure:3635: clang -o conftest conftest.c >&5
# configure:3639: $? = 0
# configure:3661: result:
# configure:3683: checking whether we are cross compiling
# configure:3691: clang -o conftest conftest.c >&5
# configure:3695: $? = 0
# configure:3702: ./conftest
# configure:3706: $? = 0
# configure:3721: result: no
# configure:3726: checking for suffix of object files
# configure:3748: clang -c conftest.c >&5
# configure:3752: $? = 0
# configure:3773: result: o
# configure:3777: checking whether we are using the GNU C compiler
# configure:3796: clang -c conftest.c >&5
# configure:3796: $? = 0
# configure:3805: result: yes
# configure:3814: checking whether clang accepts -g
# configure:3834: clang -c -g conftest.c >&5
# configure:3834: $? = 0
# configure:3875: result: yes
# configure:3892: checking for clang option to accept ISO C89
# configure:3955: clang -c conftest.c >&5
# configure:3955: $? = 0
# configure:3968: result: none needed
# configure:3993: checking whether clang understands -c and -o together
# configure:4015: clang -c conftest.c -o conftest2.o
# configure:4018: $? = 0
# configure:4015: clang -c conftest.c -o conftest2.o
# configure:4018: $? = 0
# configure:4030: result: yes
# configure:4049: checking dependency style of clang
# configure:4160: result: gcc3
# configure:4181: checking for x86_64-unknown-linux-ar
# configure:4211: result: no
# configure:4181: checking for x86_64-unknown-linux-lib
# configure:4211: result: no
# configure:4181: checking for x86_64-unknown-linux-link
# configure:4211: result: no
# configure:4225: checking for ar
# configure:4241: found /usr/bin/ar
# configure:4252: result: ar
# configure:4278: checking the archiver (ar) interface
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4296: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4299: $? = 0
# configure:4327: result: ar
# configure:4369: checking for x86_64-unknown-linux-gcc
# configure:4396: result: clang
# configure:4665: checking for C compiler version
# configure:4674: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4685: $? = 0
# configure:4674: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4685: $? = 0
# configure:4674: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4685: $? = 1
# configure:4674: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4685: $? = 1
# configure:4689: checking whether we are using the GNU C compiler
# configure:4717: result: yes
# configure:4726: checking whether clang accepts -g
# configure:4787: result: yes
# configure:4804: checking for clang option to accept ISO C89
# configure:4880: result: none needed
# configure:4905: checking whether clang understands -c and -o together
# configure:4942: result: yes
# configure:4961: checking dependency style of clang
# configure:5072: result: gcc3
# configure:5106: checking how to run the C preprocessor
# configure:5137: clang -E conftest.c
# configure:5137: $? = 0
# configure:5151: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5151: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | /* end confdefs.h. */
# | #include
# configure:5176: result: clang -E
# configure:5196: clang -E conftest.c
# configure:5196: $? = 0
# configure:5210: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5210: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | /* end confdefs.h. */
# | #include
# configure:5239: checking for grep that handles long lines and -e
# configure:5297: result: /usr/bin/grep
# configure:5302: checking for egrep
# configure:5364: result: /usr/bin/grep -E
# configure:5369: checking for ANSI C header files
# configure:5389: clang -c conftest.c >&5
# configure:5389: $? = 0
# configure:5462: clang -o conftest conftest.c >&5
# configure:5462: $? = 0
# configure:5462: ./conftest
# configure:5462: $? = 0
# configure:5473: result: yes
# configure:5486: checking for sys/types.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for sys/stat.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for stdlib.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for string.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for memory.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for strings.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for inttypes.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for stdint.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5486: checking for unistd.h
# configure:5486: clang -c conftest.c >&5
# configure:5486: $? = 0
# configure:5486: result: yes
# configure:5498: checking for int64_t
# configure:5498: clang -c conftest.c >&5
# configure:5498: $? = 0
# configure:5498: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5498: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5498: result: yes
# configure:5515: checking build system type
# configure:5529: result: x86_64-unknown-linux-gnu
# configure:5549: checking host system type
# configure:5562: result: x86_64-unknown-linux-gnu
# configure:5931: checking how to print strings
# configure:5958: result: printf
# configure:5979: checking for a sed that does not truncate output
# configure:6043: result: /usr/bin/sed
# configure:6061: checking for fgrep
# configure:6123: result: /usr/bin/grep -F
# configure:6158: checking for ld used by clang
# configure:6225: result: /usr/bin/ld
# configure:6232: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6247: result: yes
# configure:6259: checking for BSD- or MS-compatible name lister (nm)
# configure:6313: result: /usr/bin/nm -B
# configure:6443: checking the name lister (/usr/bin/nm -B) interface
# configure:6450: clang -c conftest.c >&5
# configure:6453: /usr/bin/nm -B "conftest.o"
# configure:6456: output
# 0000000000000000 B some_variable
# configure:6463: result: BSD nm
# configure:6466: checking whether ln -s works
# configure:6470: result: yes
# configure:6478: checking the maximum length of command line arguments
# configure:6609: result: 1572864
# configure:6657: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6697: result: func_convert_file_noop
# configure:6704: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6724: result: func_convert_file_noop
# configure:6731: checking for /usr/bin/ld option to reload object files
# configure:6738: result: -r
# configure:6772: checking for x86_64-unknown-linux-objdump
# configure:6799: result: objdump
# configure:6868: checking how to recognize dependent libraries
# configure:7068: result: pass_all
# configure:7113: checking for x86_64-unknown-linux-dlltool
# configure:7140: result: dlltool
# configure:7210: checking how to associate runtime and link libraries
# configure:7237: result: printf %s\n
# configure:7253: checking for x86_64-unknown-linux-ar
# configure:7280: result: ar
# configure:7361: checking for archiver @FILE support
# configure:7378: clang -c conftest.c >&5
# configure:7378: $? = 0
# configure:7381: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7384: $? = 0
# configure:7389: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:7392: $? = 1
# configure:7404: result: @
# configure:7422: checking for x86_64-unknown-linux-strip
# configure:7449: result: strip
# configure:7521: checking for x86_64-unknown-linux-ranlib
# configure:7551: result: no
# configure:7561: checking for ranlib
# configure:7577: found /usr/bin/ranlib
# configure:7588: result: ranlib
# configure:7690: checking command to parse /usr/bin/nm -B output from clang object
# configure:7843: clang -c conftest.c >&5
# configure:7846: $? = 0
# configure:7850: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7853: $? = 0
# configure:7919: clang -o conftest conftest.c conftstm.o >&5
# configure:7922: $? = 0
# configure:7960: result: ok
# configure:8007: checking for sysroot
# configure:8037: result: no
# configure:8044: checking for a working dd
# configure:8082: result: /usr/bin/dd
# configure:8086: checking how to truncate binary pipes
# configure:8101: result: /usr/bin/dd bs=4096 count=1
# configure:8237: clang -c conftest.c >&5
# configure:8240: $? = 0
# configure:8390: checking for x86_64-unknown-linux-mt
# configure:8420: result: no
# configure:8430: checking for mt
# configure:8460: result: no
# configure:8480: checking if : is a manifest tool
# configure:8486: : '-?'
# configure:8494: result: no
# configure:9168: checking for dlfcn.h
# configure:9168: clang -c conftest.c >&5
# configure:9168: $? = 0
# configure:9168: result: yes
# configure:9422: checking for objdir
# configure:9437: result: .libs
# configure:9701: checking if clang supports -fno-rtti -fno-exceptions
# configure:9719: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9723: $? = 0
# configure:9736: result: yes
# configure:10094: checking for clang option to produce PIC
# configure:10101: result: -fPIC -DPIC
# configure:10109: checking if clang PIC flag -fPIC -DPIC works
# configure:10127: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10131: $? = 0
# configure:10144: result: yes
# configure:10173: checking if clang static flag -static works
# configure:10201: result: yes
# configure:10216: checking if clang supports -c -o file.o
# configure:10237: clang -c -o out/conftest2.o conftest.c >&5
# configure:10241: $? = 0
# configure:10263: result: yes
# configure:10271: checking if clang supports -c -o file.o
# configure:10318: result: yes
# configure:10351: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11610: result: yes
# configure:11647: checking whether -lc should be explicitly linked in
# configure:11655: clang -c conftest.c >&5
# configure:11658: $? = 0
# configure:11673: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11676: $? = 0
# configure:11690: result: no
# configure:11850: checking dynamic linker characteristics
# configure:12431: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12431: $? = 0
# configure:12668: result: GNU/Linux ld.so
# configure:12790: checking how to hardcode library paths into programs
# configure:12815: result: immediate
# configure:13363: checking whether stripping libraries is possible
# configure:13368: result: yes
# configure:13403: checking if libtool supports shared libraries
# configure:13405: result: yes
# configure:13408: checking whether to build shared libraries
# configure:13433: result: yes
# configure:13436: checking whether to build static libraries
# configure:13440: result: yes
# configure:13477: checking whether ln -s works
# configure:13481: result: yes
# configure:13497: checking whether the -Werror option is usable
# configure:13516: clang -c -Werror conftest.c >&5
# configure:13516: $? = 0
# configure:13525: result: yes
# configure:13527: checking for simple visibility declarations
# configure:13554: clang -c -fvisibility=hidden -Werror conftest.c >&5
# configure:13554: $? = 0
# configure:13563: result: yes
# configure:13985: checking for ANSI C header files
# configure:14089: result: yes
# configure:14100: checking limits.h usability
# configure:14100: clang -c conftest.c >&5
# configure:14100: $? = 0
# configure:14100: result: yes
# configure:14100: checking limits.h presence
# configure:14100: clang -E conftest.c
# configure:14100: $? = 0
# configure:14100: result: yes
# configure:14100: checking for limits.h
# configure:14100: result: yes
# configure:14100: checking for sys/types.h
# configure:14100: result: yes
# configure:14100: checking for sys/stat.h
# configure:14100: result: yes
# configure:14100: checking dirent.h usability
# configure:14100: clang -c conftest.c >&5
# configure:14100: $? = 0
# configure:14100: result: yes
# configure:14100: checking dirent.h presence
# configure:14100: clang -E conftest.c
# configure:14100: $? = 0
# configure:14100: result: yes
# configure:14100: checking for dirent.h
# configure:14100: result: yes
# configure:14112: checking windows.h usability
# configure:14112: clang -c conftest.c >&5
# conftest.c:66:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:14112: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14112: result: no
# configure:14112: checking windows.h presence
# configure:14112: clang -E conftest.c
# conftest.c:33:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:14112: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:14112: result: no
# configure:14112: checking for windows.h
# configure:14112: result: no
# configure:14191: checking for an ANSI C-conforming const
# configure:14257: clang -c conftest.c >&5
# configure:14257: $? = 0
# configure:14264: result: yes
# configure:14272: checking for size_t
# configure:14272: clang -c conftest.c >&5
# configure:14272: $? = 0
# configure:14272: clang -c conftest.c >&5
# conftest.c:69:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:14272: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14272: result: yes
# configure:14289: checking for bcopy
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for memmove
# configure:14289: clang -o conftest conftest.c >&5
# conftest.c:57:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:57:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for strerror
# configure:14289: clang -o conftest conftest.c >&5
# conftest.c:58:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:58:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14303: checking zlib.h usability
# configure:14303: clang -c conftest.c >&5
# configure:14303: $? = 0
# configure:14303: result: yes
# configure:14303: checking zlib.h presence
# configure:14303: clang -E conftest.c
# configure:14303: $? = 0
# configure:14303: result: yes
# configure:14303: checking for zlib.h
# configure:14303: result: yes
# configure:14313: checking for gzopen in -lz
# configure:14338: clang -o conftest conftest.c -lz >&5
# configure:14338: $? = 0
# configure:14347: result: yes
# configure:14372: checking bzlib.h usability
# configure:14372: clang -c conftest.c >&5
# configure:14372: $? = 0
# configure:14372: result: yes
# configure:14372: checking bzlib.h presence
# configure:14372: clang -E conftest.c
# configure:14372: $? = 0
# configure:14372: result: yes
# configure:14372: checking for bzlib.h
# configure:14372: result: yes
# configure:14387: checking for libbz2
# configure:14405: clang -o conftest conftest.c -lbz2 >&5
# configure:14405: $? = 0
# configure:14406: result: yes
# configure:14421: checking readline/readline.h usability
# configure:14421: clang -c conftest.c >&5
# configure:14421: $? = 0
# configure:14421: result: yes
# configure:14421: checking readline/readline.h presence
# configure:14421: clang -E conftest.c
# configure:14421: $? = 0
# configure:14421: result: yes
# configure:14421: checking for readline/readline.h
# configure:14421: result: yes
# configure:14433: checking readline/history.h usability
# configure:14433: clang -c conftest.c >&5
# configure:14433: $? = 0
# configure:14433: result: yes
# configure:14433: checking readline/history.h presence
# configure:14433: clang -E conftest.c
# configure:14433: $? = 0
# configure:14433: result: yes
# configure:14433: checking for readline/history.h
# configure:14433: result: yes
# configure:14443: checking for readline in -lreadline
# configure:14468: clang -o conftest conftest.c -lreadline >&5
# configure:14468: $? = 0
# configure:14477: result: yes
# configure:14998: checking for the pthreads library -lpthreads
# configure:15036: clang -o conftest conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_BCOPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define SUPPORT_PCRE2_8 /**/
# | #define SUPPORT_PCRE2_16 /**/
# | #define SUPPORT_PCRE2_32 /**/
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:15045: result: no
# configure:14943: checking whether pthreads work without any flags
# configure:15036: clang -o conftest conftest.c >&5
# /tmp/conftest-51f3e3.o: In function `main':
# conftest.c:(.text+0x28): undefined reference to `pthread_create'
# conftest.c:(.text+0x3d): undefined reference to `pthread_join'
# conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_BCOPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define SUPPORT_PCRE2_8 /**/
# | #define SUPPORT_PCRE2_16 /**/
# | #define SUPPORT_PCRE2_32 /**/
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:15045: result: no
# configure:14948: checking whether pthreads work with -Kthread
# configure:15036: clang -o conftest -Kthread conftest.c >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:15036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_BCOPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define SUPPORT_PCRE2_8 /**/
# | #define SUPPORT_PCRE2_16 /**/
# | #define SUPPORT_PCRE2_32 /**/
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:15045: result: no
# configure:14948: checking whether pthreads work with -kthread
# configure:15036: clang -o conftest -kthread conftest.c >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:15036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_BCOPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define SUPPORT_PCRE2_8 /**/
# | #define SUPPORT_PCRE2_16 /**/
# | #define SUPPORT_PCRE2_32 /**/
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:15045: result: no
# configure:14998: checking for the pthreads library -llthread
# configure:15036: clang -o conftest conftest.c -llthread >&5
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PCRE2"
# | #define PACKAGE_TARNAME "pcre2"
# | #define PACKAGE_VERSION "10.21"
# | #define PACKAGE_STRING "PCRE2 10.21"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "pcre2"
# | #define VERSION "10.21"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# | #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# | #define HAVE_VISIBILITY 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_BCOPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRERROR 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define SUPPORT_PCRE2_8 /**/
# | #define SUPPORT_PCRE2_16 /**/
# | #define SUPPORT_PCRE2_32 /**/
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:15045: result: no
# configure:14948: checking whether pthreads work with -pthread
# configure:15036: clang -o conftest -pthread conftest.c >&5
# configure:15036: $? = 0
# configure:15045: result: yes
# configure:15064: checking for joinable pthread attribute
# configure:15079: clang -o conftest -pthread conftest.c >&5
# configure:15079: $? = 0
# configure:15085: result: PTHREAD_CREATE_JOINABLE
# configure:15095: checking if more special flags are required for pthreads
# configure:15109: result: no
# configure:15115: checking for PTHREAD_PRIO_INHERIT
# configure:15133: clang -o conftest -pthread conftest.c >&5
# configure:15133: $? = 0
# configure:15142: result: yes
# configure:15977: checking that generated files are newer than configure
# configure:15983: result: done
# configure:16046: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by PCRE2 config.status 10.21, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ff1bff2a2643
#
# config.status:1181: creating Makefile
# config.status:1181: creating libpcre2-8.pc
# config.status:1181: creating libpcre2-16.pc
# config.status:1181: creating libpcre2-32.pc
# config.status:1181: creating libpcre2-posix.pc
# config.status:1181: creating pcre2-config
# config.status:1181: creating src/pcre2.h
# config.status:1181: creating src/config.h
# config.status:1410: executing depfiles commands
# config.status:1410: executing libtool commands
# config.status:1410: executing script-chmod commands
# config.status:1410: executing delete-old-chartables commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_int64_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GENHTML_set=
# ac_cv_env_GENHTML_value=
# ac_cv_env_LCOV_set=
# ac_cv_env_LCOV_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_VALGRIND_CFLAGS_set=
# ac_cv_env_VALGRIND_CFLAGS_value=
# ac_cv_env_VALGRIND_LIBS_set=
# ac_cv_env_VALGRIND_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_bcopy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_strerror=yes
# ac_cv_header_bzlib_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_readline_readline=yes
# ac_cv_lib_z_gzopen=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
# pcre2_cv_cc_vis_werror=yes
# pcre2_cv_cc_visibility=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/pcre2/src/pcre2-10.21/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/pcre2/src/pcre2-10.21/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/pcre2/src/pcre2-10.21/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/pcre2/src/pcre2-10.21/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-pthread '
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISTCHECK_CONFIGURE_FLAGS='CFLAGS='\'''\'' CXXFLAGS='\'''\'' --enable-pcre2-16 --enable-pcre2-32 --enable-jit --enable-utf'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXTRA_LIBPCRE2_16_LDFLAGS=' -version-info 3:0:3'
# EXTRA_LIBPCRE2_32_LDFLAGS=' -version-info 3:0:3'
# EXTRA_LIBPCRE2_8_LDFLAGS=' -version-info 3:0:3'
# EXTRA_LIBPCRE2_POSIX_LDFLAGS=' -version-info 0:1:0'
# FGREP='/usr/bin/grep -F'
# GCOV_CFLAGS=''
# GCOV_CXXFLAGS=''
# GCOV_LIBS=''
# GENHTML=''
# GREP='/usr/bin/grep'
# HAVE_VISIBILITY='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LCOV=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBBZ2='-lbz2'
# LIBOBJS=''
# LIBREADLINE='-lreadline'
# LIBS=' '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBZ='-lz'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/pcre2/src/pcre2-10.21/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='pcre2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='PCRE2'
# PACKAGE_STRING='PCRE2 10.21'
# PACKAGE_TARNAME='pcre2'
# PACKAGE_URL=''
# PACKAGE_VERSION='10.21'
# PATH_SEPARATOR=':'
# PCRE2_DATE='2016-01-12'
# PCRE2_MAJOR='10'
# PCRE2_MINOR='21'
# PCRE2_PRERELEASE=''
# PCRE2_STATIC_CFLAG=''
# PKG_CONFIG=''
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SHTOOL=''
# STRIP='strip'
# VALGRIND_CFLAGS=''
# VALGRIND_LIBS=''
# VERSION='10.21'
# VISIBILITY_CFLAGS='-fvisibility=hidden'
# VISIBILITY_CXXFLAGS='-fvisibility=hidden -fvisibility-inlines-hidden'
# WITH_DEBUG_FALSE=''
# WITH_DEBUG_TRUE='#'
# WITH_GCOV_FALSE=''
# WITH_GCOV_TRUE='#'
# WITH_JIT_FALSE='#'
# WITH_JIT_TRUE=''
# WITH_PCRE2_16_FALSE='#'
# WITH_PCRE2_16_TRUE=''
# WITH_PCRE2_32_FALSE='#'
# WITH_PCRE2_32_TRUE=''
# WITH_PCRE2_8_FALSE='#'
# WITH_PCRE2_8_TRUE=''
# WITH_REBUILD_CHARTABLES_FALSE=''
# WITH_REBUILD_CHARTABLES_TRUE='#'
# WITH_UNICODE_FALSE='#'
# WITH_UNICODE_TRUE=''
# WITH_VALGRIND_FALSE=''
# WITH_VALGRIND_TRUE='#'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# enable_pcre2_16='yes'
# enable_pcre2_32='yes'
# enable_pcre2_8='yes'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}/html'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/pcre2/src/pcre2-10.21/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "PCRE2"
# #define PACKAGE_TARNAME "pcre2"
# #define PACKAGE_VERSION "10.21"
# #define PACKAGE_STRING "PCRE2 10.21"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "pcre2"
# #define VERSION "10.21"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PCRE2_EXP_DECL extern __attribute__ ((visibility ("default")))
# #define PCRE2_EXP_DEFN __attribute__ ((visibility ("default")))
# #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default")))
# #define PCRE2POSIX_EXP_DEFN extern __attribute__ ((visibility ("default")))
# #define HAVE_VISIBILITY 1
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_BCOPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_STRERROR 1
# #define HAVE_ZLIB_H 1
# #define HAVE_BZLIB_H 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define SUPPORT_PCRE2_8 /**/
# #define SUPPORT_PCRE2_16 /**/
# #define SUPPORT_PCRE2_32 /**/
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define HAVE_PTHREAD 1
# #define SUPPORT_JIT /**/
# #define SUPPORT_PCRE2GREP_JIT /**/
# #define SUPPORT_UNICODE /**/
# #define SUPPORT_LIBZ /**/
# #define SUPPORT_LIBBZ2 /**/
# #define PCRE2GREP_BUFSIZE 20480
# #define SUPPORT_LIBREADLINE /**/
# #define NEWLINE_DEFAULT 2
# #define LINK_SIZE 2
# #define PARENS_NEST_LIMIT 250
# #define MATCH_LIMIT 10000000
# #define MATCH_LIMIT_RECURSION MATCH_LIMIT
# #define MAX_NAME_SIZE 32
# #define MAX_NAME_COUNT 10000
#
# configure: exit 0