=> 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 scm-5.5.3nb2 echo "#ifndef IMPLINIT" > newflags.h echo "#define IMPLINIT \"Init5e3.scm\"" >> newflags.h echo "#endif" >> newflags.h echo "#define CHEAP_CONTINUATIONS" >> newflags.h echo "#define CAUTIOUS" >> newflags.h if (cmp -s newflags.h scmflags.h) then rm newflags.h; else mv newflags.h scmflags.h; fi gcc -c -O2 -DX11 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include scm.c -o scm.o distcc[12951] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused distcc[12951] Warning: failed to distribute scm.c to 192.168.1.1:3748, running locally instead scm.c: In function 'err_signal': scm.c:277:15: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 277 | signal(sig, err_signal); | ^~~~~~~~~~ | | | int (*)() In file included from /usr/include/signal.h:45, from scm.c:48: /usr/include/sys/signal.h:319:20: note: expected 'void (*)(int)' but argument is of type 'int (*)()' 319 | void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ scm.c: In function 'scmable_signal': scm.c:296:15: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 296 | signal(sig, scmable_signal); | ^~~~~~~~~~~~~~ | | | int (*)() In file included from /usr/include/signal.h:45, from scm.c:48: /usr/include/sys/signal.h:319:20: note: expected 'void (*)(int)' but argument is of type 'int (*)()' 319 | void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ scm.c: In function 'init_sig1': scm.c:558:35: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 558 | sigdesc[i].osig = signal(signo, handler); | ^~~~~~~ | | | int (*)() In file included from /usr/include/signal.h:45, from scm.c:48: /usr/include/sys/signal.h:319:20: note: expected 'void (*)(int)' but argument is of type 'int (*)()' 319 | void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ scm.c:558:19: warning: assignment to 'int (*)()' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 558 | sigdesc[i].osig = signal(signo, handler); | ^ scm.c: In function 'init_signals': scm.c:592:11: warning: assignment to 'int (*)()' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 592 | oldpipe = signal(SIGPIPE, SIG_IGN); | ^ scm.c: In function 'unignore_signals': scm.c:642:42: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 642 | signal(sigdesc[i].signo, sigdesc[i].nsig); | ~~~~~~~~~~^~~~~ | | | int (*)() In file included from /usr/include/signal.h:45, from scm.c:48: /usr/include/sys/signal.h:319:20: note: expected 'void (*)(int)' but argument is of type 'int (*)()' 319 | void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ scm.c: In function 'restore_signals': scm.c:673:42: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 673 | signal(sigdesc[i].signo, sigdesc[i].osig); | ~~~~~~~~~~^~~~~ | | | int (*)() In file included from /usr/include/signal.h:45, from scm.c:48: /usr/include/sys/signal.h:319:20: note: expected 'void (*)(int)' but argument is of type 'int (*)()' 319 | void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ scm.c:675:11: warning: assignment to 'int (*)()' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 675 | oldpipe = signal(SIGPIPE, SIG_IGN); | ^ scm.c: In function 'scm_execpath': scm.c:873:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 873 | if (execpath) free(execpath); | ^~~~ scm.c:873:19: warning: incompatible implicit declaration of built-in function 'free' scm.c:350:1: note: include '' or provide a declaration of 'free' 349 | # include +++ |+#include 350 | static char s_setitimer[] = "setitimer"; scm.c:878:17: warning: incompatible implicit declaration of built-in function 'free' 878 | if (execpath) free(execpath); | ^~~~ scm.c:878:17: note: include '' or provide a declaration of 'free' scm.c:879:22: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 879 | execpath = (char *)malloc((sizet)(LENGTH(newpath) + 1)); | ^~~~~~ scm.c:879:22: warning: incompatible implicit declaration of built-in function 'malloc' scm.c:879:22: note: include '' or provide a declaration of 'malloc' gcc -c -O2 -DX11 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include time.c -o time.o distcc[5977] (dcc_build_somewhere) Warning: failed to distribute, running locally instead gcc -c -O2 -DX11 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include repl.c -o repl.o distcc[5932] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from setjump.h:141, from repl.c:46: continue.h:180:8: warning: conflicting types for built-in function 'realloc'; expected 'void *(void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 180 | char *realloc P((char *ptr, sizet size)); | ^~~~~~~ continue.h:122:1: note: 'realloc' is declared in header '' 121 | # include +++ |+#include 122 | # endif repl.c: In function 'quit': repl.c:1774:19: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 1774 | if (errjmp_bad) exit(INUM(exitval)); | ^~~~ repl.c:1774:19: warning: incompatible implicit declaration of built-in function 'exit' repl.c:487:1: note: include '' or provide a declaration of 'exit' 486 | # include +++ |+#include 487 | # endif repl.c: In function 'abrt': repl.c:1779:19: warning: incompatible implicit declaration of built-in function 'exit' 1779 | if (errjmp_bad) exit(EXIT_FAILURE); | ^~~~ repl.c:1779:19: note: include '' or provide a declaration of 'exit' repl.c: In function 'def_err_response': repl.c:2016:49: warning: incompatible implicit declaration of built-in function 'exit' 2016 | if (IMP(def_errp) || !OPOUTPORTP(def_errp)) exit(EXIT_FAILURE); | ^~~~ repl.c:2016:49: note: include '' or provide a declaration of 'exit' repl.c:2025:10: warning: incompatible implicit declaration of built-in function 'exit' 2025 | else exit(EXIT_FAILURE); | ^~~~ repl.c:2025:10: note: include '' or provide a declaration of 'exit' repl.c:2096:5: warning: incompatible implicit declaration of built-in function 'exit' 2096 | exit(errno? (long)errno : EXIT_FAILURE); | ^~~~ repl.c:2096:5: note: include '' or provide a declaration of 'exit' repl.c: In function 'everr': repl.c:2110:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2110 | err_pos = pos; | ^ repl.c:2111:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2111 | err_s_subr = s_subr; | ^ gcc -c -O2 -DX11 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include scl.c -o scl.o distcc[10416] (dcc_build_somewhere) Warning: failed to distribute, running locally instead gcc -c -O2 -DX11 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include sys.c -o sys.o distcc[6215] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from setjump.h:141, from sys.c:47: continue.h:180:8: warning: conflicting types for built-in function 'realloc'; expected 'void *(void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 180 | char *realloc P((char *ptr, sizet size)); | ^~~~~~~ continue.h:122:1: note: 'realloc' is declared in header '' 121 | # include +++ |+#include 122 | # endif sys.c:71:8: error: conflicting types for 'fwrite' 71 | sizet fwrite (); | ^~~~~~ In file included from scm.h:79, from sys.c:46: /usr/include/stdio.h:243:9: note: previous declaration of 'fwrite' was here 243 | size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict); | ^~~~~~ sys.c: In function 'must_free': sys.c:1375:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 1375 | free(obj); | ^~~~ sys.c:1375:5: warning: incompatible implicit declaration of built-in function 'free' sys.c:122:1: note: include '' or provide a declaration of 'free' 121 | # include +++ |+#include 122 | # endif sys.c: In function 'scm_free_gra': sys.c:1963:3: warning: incompatible implicit declaration of built-in function 'free' 1963 | free(gra->elts); | ^~~~ sys.c:1963:3: note: include '' or provide a declaration of 'free' sys.c: In function 'free_storage': sys.c:2447:7: warning: incompatible implicit declaration of built-in function 'free' 2447 | free((char *)hplims[hplim_ind]); | ^~~~ sys.c:2447:7: note: include '' or provide a declaration of 'free' sys.c: In function 'gc_sweep': sys.c:2813:7: warning: incompatible implicit declaration of built-in function 'free' 2813 | free((char *)hplims[i-2]); | ^~~~ sys.c:2813:7: note: include '' or provide a declaration of 'free' distcc[6215] ERROR: compile sys.c on localhost failed *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/lang/scm/work.sparc/scm *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/lang/scm *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/scm