=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for clisp-pcre-2.49nb1
/usr/pkg/bin/clisp -norc -q -c ./pcre.lisp -o ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; Compiling file /tmp/pkgbuild/devel/clisp-pcre/work.alpha/clisp-2.49/modules/pcre/pcre.lisp ...
;; Wrote file /tmp/pkgbuild/devel/clisp-pcre/work.alpha/clisp-2.49/modules/pcre/pcre.fas
The following functions were used but not defined:
 PCRE:PCRE-NAME-TO-INDEX PCRE:PCRE-COMPILE PCRE:PCRE-EXEC
0 errors, 0 warnings
/usr/pkg/bin/clisp -norc -q -C /usr/pkg/lib/clisp/linkkit/modprep ./cpcre.c ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; MODPREP: "./cpcre.c" --> #P"cpcre.m.c"
;; MODPREP: reading "./cpcre.c": 17,914 bytes, 423 lines
;; MODPREP: 92 objects, 7 DEFUNs, 1 DEFVAR (1 init)
;; packages: ("PCRE")
MODPREP: wrote cpcre.m.c (63,018 bytes)
gcc -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -O2 -mieee -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-memalign -fno-builtin-realloc -fno-builtin-valloc -fno-builtin-free -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O2 -DNO_SINGLEMAP -DNO_TRIVIALMAP -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -I/usr/pkg/lib/clisp/linkkit  -c cpcre.m.c -o cpcre.o
./cpcre.c: In function 'C_subr_pcre_pcre_config':
./cpcre.c:44:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (; pos < pcre_config_option_map.size; pos++) {
                ^