=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/databases/clisp-bdb", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for clisp-bdb-2.49 /opt/local/bin/clisp -norc -q -C /opt/local/lib/clisp/linkkit/modprep ./bdb.c ./ ;; 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/opt/local/include -I/opt/local/include/db4 -I/usr/include -I/opt/local/include -I/opt/local/include/db4 -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 bdb.m.c -o bdb.o In file included from ./bdb.c:6: ./bdb.c: In function 'size_to_giga_bytes': /tmp/work/databases/clisp-bdb/work/.buildlink/lib/clisp/linkkit/clisp.h:626:197: warning: left shift of negative value [-Wshift-negative-value] 626 | #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/work/databases/clisp-bdb/work/.buildlink/lib/clisp/linkkit/clisp.h:4126:53: note: in definition of macro 'pushSTACK' 4126 | #define pushSTACK(obj) ((STACK[-1-(sintP)(-1)]) = (obj), STACK -= -1) | ^~~ ./bdb.c:328:30: note: in expansion of macro 'negfixnum' 328 | pushSTACK(size); pushSTACK(negfixnum(-30)); | ^~~~~~~~~ ./bdb.c: In function 'check_byte_vector_len': ./bdb.c:1281:28: warning: comparison of integer expressions of different signedness: 'int' and 'uintL' {aka 'unsigned int'} [-Wsign-compare] 1281 | if (length > 0 && length!=vector_length(obj)) { | ^~ ./bdb.c: In function 'fill_dbt': ./bdb.c:1373:20: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] 1373 | if (bytesize > re_len) { | ^ ./bdb.c: In function 'C_subr_bdb_txn_recover': ./bdb.c:2753:16: warning: comparison of integer expressions of different signedness: 'int' and 'u_int32_t' {aka 'unsigned int'} [-Wsign-compare] 2753 | for (ii=0; ii