=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/clisp-rawsock", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for clisp-rawsock-2.49 /opt/local/bin/clisp -norc -q -c ./sock.lisp -o ./ ;; Compiling file /tmp/work/net/clisp-rawsock/work/clisp-2.49/modules/rawsock/sock.lisp ... ;; Wrote file /tmp/work/net/clisp-rawsock/work/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 /opt/local/bin/clisp -norc -q -C /opt/local/lib/clisp/linkkit/modprep ./rawsock.c ./ ;; 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/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 rawsock.m.c -o rawsock.o ./rawsock.c: In function 'check_iovec_arg': ./rawsock.c:162:22: warning: comparison of integer expressions of different signedness: 'int' and 'uintL' {aka 'unsigned int'} [-Wsign-compare] 162 | for (ii=*offset; iin_addrtype) { | ^~ ./rawsock.c: In function 'C_subr_rawsock_socket_option': ./rawsock.c:1304:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 1304 | for (pos1=1; pos1 < sockopt_level_map.size; pos1++) { | ^ ./rawsock.c:1309:27: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 1309 | for (pos2=0; pos2 < sockopt_name_map.size; pos2++) { | ^ ./rawsock.c:1322:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 1322 | for (pos2=0; pos2 < sockopt_name_map.size; pos2++) { | ^