=> Bootstrap dependency digest>=20211023: found digest-20220214
===> 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-rawsock-2.49
/usr/pkg/bin/clisp -norc -q -c ./sock.lisp -o ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; Compiling file /tmp/pkgbuild/net/clisp-rawsock/work.alpha/clisp-2.49/modules/rawsock/sock.lisp ...
;; Wrote file /tmp/pkgbuild/net/clisp-rawsock/work.alpha/clisp-2.49/modules/rawsock/sock.fas
The following functions were used but not defined:
 RAWSOCK:SOCKET RAWSOCK:MAKE-SOCKADDR RAWSOCK:CONNECT RAWSOCK:SOCK-CLOSE
 RAWSOCK:GETNAMEINFO
0 errors, 0 warnings
/usr/pkg/bin/clisp -norc -q -C /usr/pkg/lib/clisp/linkkit/modprep ./rawsock.c ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; MODPREP: "./rawsock.c" --> #P"rawsock.m.c"
;; MODPREP: reading "./rawsock.c": 59,785 bytes, 1,499 lines
WARNING: "./rawsock.c":633: fixed object case ":DECnet"
WARNING: truncated a very long tag (from 3,587 to 2,000) for
          ("(OR NULL INTEGER (MEMBER" ("defined(IPPROTO_IP)" . ":IPPROTO-IP")
           ("defined(IPPROTO_IPV6)" . ":IPPROTO-IPV6")
           ("defined(IPPROTO_ICMP)" . ":IPPROTO-ICMP")
           ("defined(IPPROTO_RAW)" . ":IPPROTO-RAW")
           ("defined(IPPROTO_TCP)" . ":IPPROTO-TCP")
           ..)

;; MODPREP: 270 objects, 39 DEFUNs
;; packages: ("RAWSOCK")
MODPREP: wrote rawsock.m.c (220,819 bytes)
gcc -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 rawsock.m.c -o rawsock.o
./rawsock.c: In function 'check_iovec_arg':
./rawsock.c:162:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (ii=*offset; ii<sa.len; ii++)
                      ^
./rawsock.c: In function 'C_subr_rawsock_network':
./rawsock.c:512:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (type==(unsigned int)-1 || type==ne->n_addrtype) {
                                         ^~
In file included from ./rawsock.c:10:0:
./rawsock.c: In function 'C_subr_rawsock_getaddrinfo':
/tmp/pkgbuild/net/clisp-rawsock/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:401:15: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
 #define NULL  ((void*) 0L)
               ^
./rawsock.c:917:30: note: in expansion of macro 'NULL'
                            0,NULL,NULL,NULL};
                              ^~~~
/tmp/pkgbuild/net/clisp-rawsock/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:401:15: note: (near initialization for 'hints.__ai_pad0')
 #define NULL  ((void*) 0L)
               ^
./rawsock.c:917:30: note: in expansion of macro 'NULL'
                            0,NULL,NULL,NULL};
                              ^~~~
./rawsock.c:917:28: warning: missing initializer for field 'ai_next' of 'struct addrinfo' [-Wmissing-field-initializers]
                            0,NULL,NULL,NULL};
                            ^
In file included from ./rawsock.c:84:0:
/usr/include/netdb.h:216:19: note: 'ai_next' declared here
  struct addrinfo *ai_next;  /*%< next structure in linked list */
                   ^~~~~~~
./rawsock.c: In function 'C_subr_rawsock_socket_option':
./rawsock.c:1304:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (pos1=1; pos1 < sockopt_level_map.size; pos1++) {
                       ^
./rawsock.c:1309:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (pos2=0; pos2 < sockopt_name_map.size; pos2++) {
                           ^
./rawsock.c:1322:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (pos2=0; pos2 < sockopt_name_map.size; pos2++) {
                         ^