=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/clisp-pcre", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for clisp-pcre-2.49nb1 /opt/local/bin/clisp -norc -q -c ./pcre.lisp -o ./ ;; Compiling file /tmp/work/devel/clisp-pcre/work/clisp-2.49/modules/pcre/pcre.lisp ... ;; Wrote file /tmp/work/devel/clisp-pcre/work/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 /opt/local/bin/clisp -norc -q -C /opt/local/lib/clisp/linkkit/modprep ./cpcre.c ./ ;; 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/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/ncurses -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DUNIX_BINARY_DISTRIB -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -I/opt/local/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 of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 44 | for (; pos < pcre_config_option_map.size; pos++) { | ^