=> 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-bdb-2.49
/usr/pkg/bin/clisp -norc -q -C /usr/pkg/lib/clisp/linkkit/modprep ./bdb.c ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; MODPREP: "./bdb.c" --> #P"bdb.m.c"
;; MODPREP: reading "./bdb.c": 107,985 bytes, 2,702 lines
;; MODPREP: 278 objects, 61 DEFUNs, 1 DEFVAR (1 init)
;; packages: ("BDB")
MODPREP: wrote bdb.m.c (205,261 bytes)
gcc -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/db4 -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 bdb.m.c -o bdb.o
In file included from ./bdb.c:6:0:
./bdb.c: In function 'size_to_giga_bytes':
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:623:197: warning: left shift of negative value [-Wshift-negative-value]
 #define negfixnum(x)  ((object)((UBYTE*)(((object)((UBYTE*)(((gcv_object_t)(((oint)(tint)(( (1UL<<(5)) ) | (1UL<<(0))) << 48) + (oint)(aint)((2LL<<((48)-1))-1))))+((soint)(1) << 0))))+((soint)(x) << 0)))
                                                                                                                                                                                                     ^
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:4085:53: note: in definition of macro 'pushSTACK'
 #define pushSTACK(obj)  ((STACK[-1-(sintP)(-1)]) = (obj), STACK -= -1)
                                                     ^~~
./bdb.c:328:30: note: in expansion of macro 'negfixnum'
   pushSTACK(size); pushSTACK(negfixnum(-30));
                              ^~~~~~~~~
./bdb.c: In function 'check_byte_vector_len':
./bdb.c:1281:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (length > 0 &&  length!=vector_length(obj)) {
                            ^~
./bdb.c: In function 'fill_dbt':
./bdb.c:1373:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (bytesize > re_len) {
                    ^
./bdb.c: In function 'C_subr_bdb_txn_recover':
./bdb.c:2753:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (ii=0; ii<retnum; ii++) {
                ^
In file included from ./bdb.c:6:0:
./bdb.c: In function 'C_subr_bdb_dbe_get_options':
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:371:54: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define VALUES1(A)  do { mv_space[0] = (A); mv_count = 1; } while (0)
                                             ~~~~~~~~~^~~
./bdb.c:1204:28: note: in expansion of macro 'VALUES1'
       case DB_ENCRYPT_AES: VALUES1(`:ENCRYPT-AES`);
                            ^~~~~~~
./bdb.c:1205:7: note: here
       case 0: VALUES1(NIL);
       ^~~~
In file included from ./bdb.c:6:0:
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:371:54: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define VALUES1(A)  do { mv_space[0] = (A); mv_count = 1; } while (0)
                                             ~~~~~~~~~^~~
./bdb.c:1205:15: note: in expansion of macro 'VALUES1'
       case 0: VALUES1(NIL);
               ^~~~~~~
./bdb.c:1206:7: note: here
       default: NOTREACHED;
       ^~~~~~~
./bdb.c: In function 'dbt_to_object':
./bdb.c:1419:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (key_type == -1) {
          ^
./bdb.c:1444:5: note: here
     default: NOTREACHED;
     ^~~~~~~
In file included from ./bdb.c:6:0:
./bdb.c: In function 'C_subr_bdb_db_get_options':
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:371:54: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define VALUES1(A)  do { mv_space[0] = (A); mv_count = 1; } while (0)
                                             ~~~~~~~~~^~~
./bdb.c:2149:28: note: in expansion of macro 'VALUES1'
       case DB_ENCRYPT_AES: VALUES1(`:ENCRYPT-AES`);
                            ^~~~~~~
./bdb.c:2150:7: note: here
       case 0: VALUES1(NIL);
       ^~~~
In file included from ./bdb.c:6:0:
/tmp/pkgbuild/databases/clisp-bdb/work.alpha/.buildlink/lib/clisp/linkkit/clisp.h:371:54: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define VALUES1(A)  do { mv_space[0] = (A); mv_count = 1; } while (0)
                                             ~~~~~~~~~^~~
./bdb.c:2150:15: note: in expansion of macro 'VALUES1'
       case 0: VALUES1(NIL);
               ^~~~~~~
./bdb.c:2151:7: note: here
       default: NOTREACHED;
       ^~~~~~~
/usr/pkg/bin/clisp -norc -q -c ./dbi.lisp -o ./
WARNING: locale: no encoding 646, using ISO-8859-1
;; Compiling file /tmp/pkgbuild/databases/clisp-bdb/work.alpha/clisp-2.49/modules/berkeley-db/dbi.lisp ...
;; Wrote file /tmp/pkgbuild/databases/clisp-bdb/work.alpha/clisp-2.49/modules/berkeley-db/dbi.fas
The following functions were used but not defined:
 BDB:DBE-CLOSE BDB:DB-CLOSE BDB:DBC-CLOSE BDB:LOCK-CLOSE BDB:LOGC-CLOSE
 BDB:TXN-ABORT BDB:TXN-COMMIT
0 errors, 0 warnings