=> 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 vslisp-4.0.1nb3 (cd src; make) rm -f ilisp_d.c cp ilisp.c ilisp_d.c libtool: compile: gcc -DL3DYN=1 -O2 -Wall -c ilisp_d.c -fPIC -DPIC -o .libs/ilisp_d.o distcc[10288] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused distcc[10288] Warning: failed to distribute ilisp_d.c to 192.168.1.1:3748, running locally instead ilisp_d.c: In function 'main': ilisp_d.c:117:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 117 | if(s1!=NIL) printl(s1);fprintf(lOf,"\n"); | ^~ ilisp_d.c:117:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 117 | if(s1!=NIL) printl(s1);fprintf(lOf,"\n"); | ^~~~~~~ libtool: compile: gcc -DL3DYN=1 -O2 -Wall -c ilisp_d.c -o ilisp_d.o >/dev/null 2>&1 rm -f ilisp_d.c libtool: compile: gcc -O2 -Wall -c cnofish.c -fPIC -DPIC -o .libs/cnofish.o distcc[23150] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c cnofish.c -o cnofish.o >/dev/null 2>&1 libtool: compile: gcc -DOS=\"netbsdelf\" -DCPU=\"sparc\" -O2 -Wall -c lcore.c -fPIC -DPIC -o .libs/lcore.o distcc[16192] (dcc_build_somewhere) Warning: failed to distribute, running locally instead lcore.c: In function 'readl': lcore.c:270:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 270 | while(s[Pos]!='\n') ++Pos; t=readl(s);return t; | ^~~~~ lcore.c:270:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 270 | while(s[Pos]!='\n') ++Pos; t=readl(s);return t; | ^ lcore.c: In function 'showhash': lcore.c:562:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 562 | for(i=0;i<256;i++) showhash(h[i].h,d+1,tab); return 0; | ^~~ lcore.c:562:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 562 | for(i=0;i<256;i++) showhash(h[i].h,d+1,tab); return 0; | ^~~~~~ lcore.c: In function 'leval': lcore.c:848:5: warning: variable 'depth' set but not used [-Wunused-but-set-variable] 848 | ui depth,dval; | ^~~~~ lcore.c: In function 'lisp_ev': lcore.c:1027:10: warning: variable 's2' set but not used [-Wunused-but-set-variable] 1027 | LIST s1,s2; | ^~ libtool: compile: gcc -DOS=\"netbsdelf\" -DCPU=\"sparc\" -O2 -Wall -c lcore.c -o lcore.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c functions/funcf.c -fPIC -DPIC -o .libs/funcf.o distcc[4813] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c functions/funcf.c -o funcf.o >/dev/null 2>&1 gcc mkfuns.c -o mkfuns ./mkfuns funstmp < functions/funct.c > funct.c rm -f funstmp libtool: compile: gcc -O2 -Wall -c funct.c -fPIC -DPIC -o .libs/funct.o distcc[8775] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c funct.c -o funct.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c lmem.c -fPIC -DPIC -o .libs/lmem.o distcc[1264] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c lmem.c -o lmem.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c forms1.c -fPIC -DPIC -o .libs/forms1.o distcc[10428] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c forms1.c -o forms1.o >/dev/null 2>&1 ./mkfuns funstmp < functions/funcm.c > funcm.c rm -f funstmp libtool: compile: gcc -O2 -Wall -c funcm.c -fPIC -DPIC -o .libs/funcm.o distcc[23951] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c funcm.c -o funcm.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c lc.c -fPIC -DPIC -o .libs/lc.o distcc[12094] (dcc_build_somewhere) Warning: failed to distribute, running locally instead lc.c: In function 'LoadContext': lc.c:290:13: warning: variable 'bb' set but not used [-Wunused-but-set-variable] 290 | uc ss[100],bb,*s1; | ^~ libtool: compile: gcc -O2 -Wall -c lc.c -o lc.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c colors.c -fPIC -DPIC -o .libs/colors.o distcc[18390] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c colors.c -o colors.o >/dev/null 2>&1 ./mkfuns funstmp < functions/funcn.c > funcn.c rm -f funstmp libtool: compile: gcc -O2 -Wall -c funcn.c -fPIC -DPIC -o .libs/funcn.o distcc[8898] (dcc_build_somewhere) Warning: failed to distribute, running locally instead funcn.c: In function 'L_Append': funcn.c:277:15: warning: variable 'Ret' set but not used [-Wunused-but-set-variable] 277 | LIST tt,tt1,Ret; | ^~~ funcn.c: In function 'L_Append1': funcn.c:291:15: warning: variable 'Ret' set but not used [-Wunused-but-set-variable] 291 | LIST tt,tt1,Ret; | ^~~ funcn.c: In function 'L_Load': funcn.c:553:6: warning: variable 'x1' set but not used [-Wunused-but-set-variable] 553 | ui x1; | ^~ funcn.c:552:16: warning: variable 'tt2' set but not used [-Wunused-but-set-variable] 552 | LIST Ret,tt1,tt2; | ^~~ funcn.c: In function 'L_UsePackage': funcn.c:591:6: warning: variable 'x1' set but not used [-Wunused-but-set-variable] 591 | ui x1; | ^~ funcn.c:590:16: warning: variable 'tt2' set but not used [-Wunused-but-set-variable] 590 | LIST Ret,tt1,tt2; | ^~~ funcn.c: In function 'L_InArray': funcn.c:891:7: warning: variable 's' set but not used [-Wunused-but-set-variable] 891 | long s,i,sz; | ^ funcn.c: In function 'L_AArray': funcn.c:910:7: warning: variable 's' set but not used [-Wunused-but-set-variable] 910 | long s,i,sz; | ^ funcn.c: In function 'L_DArray': funcn.c:929:7: warning: variable 's' set but not used [-Wunused-but-set-variable] 929 | long s,i,sz; | ^ libtool: compile: gcc -O2 -Wall -c funcn.c -o funcn.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c newhash.c -fPIC -DPIC -o .libs/newhash.o distcc[26858] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c newhash.c -o newhash.o >/dev/null 2>&1 ./mkfuns funstmp < functions/funcs.c > funcs.c rm -f funstmp libtool: compile: gcc -O2 -Wall -c funcs.c -fPIC -DPIC -o .libs/funcs.o distcc[12720] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/string.h:127, from funcs.c:12: funcs.c: In function 'L_spawn': funcs.c:112:2: warning: '__builtin_strncpy' specified bound 200 equals destination size [-Wstringop-truncation] 112 | strncpy(nm,((ATOM)l1)->a,200); | ^~~~~~~ libtool: compile: gcc -O2 -Wall -c funcs.c -o funcs.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c functions/funcld.c -fPIC -DPIC -o .libs/funcld.o distcc[24404] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c functions/funcld.c -o funcld.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c ilisp.c -fPIC -DPIC -o .libs/ilisp.o distcc[766] (dcc_build_somewhere) Warning: failed to distribute, running locally instead ilisp.c: In function 'main': ilisp.c:117:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 117 | if(s1!=NIL) printl(s1);fprintf(lOf,"\n"); | ^~ ilisp.c:117:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 117 | if(s1!=NIL) printl(s1);fprintf(lOf,"\n"); | ^~~~~~~ libtool: compile: gcc -O2 -Wall -c ilisp.c -o ilisp.o >/dev/null 2>&1 libtool: compile: gcc -O2 -Wall -c cfish.c -fPIC -DPIC -o .libs/cfish.o distcc[4300] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c cfish.c -o cfish.o >/dev/null 2>&1 rm -f VSLisp0 libtool: link: gcc -o VSLisp0 .libs/ilisp.o .libs/lcore.o .libs/funcf.o .libs/funct.o .libs/lmem.o .libs/forms1.o .libs/funcm.o .libs/lc.o .libs/colors.o .libs/funcn.o .libs/newhash.o .libs/funcs.o .libs/cfish.o -lm libtool: compile: gcc -O2 -Wall -c bin2c.c -fPIC -DPIC -o .libs/bin2c.o distcc[24823] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -O2 -Wall -c bin2c.c -o bin2c.o >/dev/null 2>&1 rm -f bin2c libtool: link: gcc -o bin2c .libs/bin2c.o ./VSLisp0 -i lsrc/colorslib.l *** Signal 10 Stop. make[1]: stopped in /tmp/pkgbuild/lang/vslisp/work.sparc/vslisp-4.0/src *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/lang/vslisp/work.sparc/vslisp-4.0 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/lang/vslisp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/vslisp