=> 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 portmap-4nb3 --- portmap.o --- --- pmap_check.o --- --- from_local.o --- --- portmap.o --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -I/usr/include -c portmap.c -o portmap.o --- pmap_check.o --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -I/usr/include -c pmap_check.c -o pmap_check.o --- from_local.o --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -I/usr/include -c from_local.c -o from_local.o from_local.c: In function 'grow_addrs': from_local.c:81:36: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] from_local.c:81:36: warning: incompatible implicit declaration of built-in function 'malloc' from_local.c:65:1: note: include '' or provide a declaration of 'malloc' from_local.c:87:6: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] from_local.c:87:6: warning: incompatible implicit declaration of built-in function 'memcpy' from_local.c:65:1: note: include '' or provide a declaration of 'memcpy' from_local.c:89:6: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] from_local.c:89:6: warning: incompatible implicit declaration of built-in function 'free' from_local.c:89:6: note: include '' or provide a declaration of 'free' from_local.c: At top level: from_local.c:99:1: warning: return type defaults to 'int' [-Wimplicit-int] from_local.c: In function 'find_local': from_local.c:121:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] from_local.c: At top level: from_local.c:157:1: warning: return type defaults to 'int' [-Wimplicit-int] from_local.c: In function 'from_local': from_local.c:166:6: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] --- daemon.o --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -I/usr/include -c daemon.c -o daemon.o daemon.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int] daemon.c: In function 'daemon': daemon.c:53:14: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] daemon.c:56:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] daemon.c:56:3: warning: incompatible implicit declaration of built-in function 'exit' daemon.c:48:1: note: include '' or provide a declaration of 'exit' daemon.c:57:9: warning: implicit declaration of function 'setsid' [-Wimplicit-function-declaration] daemon.c:59:10: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] daemon.c:64:11: warning: implicit declaration of function 'dup2' [-Wimplicit-function-declaration] daemon.c:68:12: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] --- pmap_dump --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -o pmap_dump pmap_dump.c pmap_dump.c:26:1: warning: return type defaults to 'int' [-Wimplicit-int] 26 | main(argc, argv) | ^~~~ pmap_dump.c: In function 'main': pmap_dump.c:46:31: warning: implicit declaration of function 'perror'; did you mean 'herror'? [-Wimplicit-function-declaration] 46 | return (fclose(stdout) ? (perror(argv[0]), 1) : 0); | ^~~~~~ | herror --- portmap.o --- portmap.c:131:1: warning: return type defaults to 'int' [-Wimplicit-int] portmap.c: In function 'main': portmap.c:141:14: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] portmap.c: In function 'reg_service': portmap.c:293:28: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:68, from portmap.c:83: /usr/include/rpc/svc.h:266:41: note: expected 'xdrproc_t' {aka 'int (*)(XDR *, void *)'} but argument is of type 'bool_t (*)(void)' {aka 'int (*)(void)'} 266 | extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *); | ^~~~~~~~~ portmap.c:302:7: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [-Wincompatible-pointer-types] portmap.c:302:7: note: expected '__caddr_t' {aka 'char *'} but argument is of type 'struct pmap *' portmap.c:344:30: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:68, from portmap.c:83: /usr/include/rpc/svc.h:266:41: note: expected 'xdrproc_t' {aka 'int (*)(XDR *, void *)'} but argument is of type 'bool_t (*)(XDR *, int *)' {aka 'int (*)(XDR *, int *)'} 266 | extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *); | ^~~~~~~~~ portmap.c:356:7: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [-Wincompatible-pointer-types] portmap.c:356:7: note: expected '__caddr_t' {aka 'char *'} but argument is of type 'struct pmap *' portmap.c:390:30: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:68, from portmap.c:83: /usr/include/rpc/svc.h:266:41: note: expected 'xdrproc_t' {aka 'int (*)(XDR *, void *)'} but argument is of type 'bool_t (*)(XDR *, int *)' {aka 'int (*)(XDR *, int *)'} 266 | extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *); | ^~~~~~~~~ portmap.c:402:7: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [-Wincompatible-pointer-types] portmap.c:402:7: note: expected '__caddr_t' {aka 'char *'} but argument is of type 'struct pmap *' portmap.c:417:30: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:68, from portmap.c:83: /usr/include/rpc/svc.h:266:41: note: expected 'xdrproc_t' {aka 'int (*)(XDR *, void *)'} but argument is of type 'bool_t (*)(XDR *, int *)' {aka 'int (*)(XDR *, int *)'} 266 | extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *); | ^~~~~~~~~ portmap.c:440:30: warning: passing argument 2 of 'svc_sendreply' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:68, from portmap.c:83: /usr/include/rpc/svc.h:266:41: note: expected 'xdrproc_t' {aka 'int (*)(XDR *, void *)'} but argument is of type 'bool_t (*)(XDR *, struct pmaplist **)' {aka 'int (*)(XDR *, struct pmaplist **)'} 266 | extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *); | ^~~~~~~~~ portmap.c: In function 'xdr_encap_parms': portmap.c:484:40: warning: passing argument 3 of 'xdr_bytes' from incompatible pointer type [-Wincompatible-pointer-types] In file included from /usr/include/rpc/rpc.h:48, from portmap.c:83: /usr/include/rpc/xdr.h:294:41: note: expected 'unsigned int *' but argument is of type 'u_long *' {aka 'long unsigned int *'} 294 | extern bool_t xdr_bytes(XDR *, char **, unsigned int *, unsigned int); | ^~~~~~~~~~~~~~ portmap.c: In function 'callit': portmap.c:588:6: warning: passing argument 3 of 'xprt->xp_ops->xp_getargs' from incompatible pointer type [-Wincompatible-pointer-types] portmap.c:588:6: note: expected '__caddr_t' {aka 'char *'} but argument is of type 'struct rmtcallargs *' portmap.c:601:13: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] portmap.c:624:8: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] portmap.c: In function 'reap': portmap.c:631:15: warning: passing argument 1 of 'wait3' from incompatible pointer type [-Wincompatible-pointer-types] In file included from portmap.c:91: /usr/include/sys/wait.h:208:15: note: expected 'int *' but argument is of type 'union wait *' 208 | pid_t wait3(int *, int, struct rusage *) __RENAME(__wait350); | ^~~~~ --- pmap_set --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -o pmap_set pmap_set.c --- pmap_check.o --- pmap_check.c: In function 'check_startup': pmap_check.c:98:9: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] pmap_check.c:100:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] pmap_check.c:100:2: warning: incompatible implicit declaration of built-in function 'exit' pmap_check.c:99:1: note: include '' or provide a declaration of 'exit' pmap_check.c: At top level: pmap_check.c:107:1: warning: return type defaults to 'int' [-Wimplicit-int] pmap_check.c: In function 'check_default': pmap_check.c:113:31: warning: implicit declaration of function 'hosts_ctl' [-Wimplicit-function-declaration] pmap_check.c: At top level: pmap_check.c:125:1: warning: return type defaults to 'int' [-Wimplicit-int] pmap_check.c:142:1: warning: return type defaults to 'int' [-Wimplicit-int] pmap_check.c:164:1: warning: return type defaults to 'int' [-Wimplicit-int] pmap_check.c: In function 'logit': pmap_check.c:230:9: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] pmap_check.c:239:6: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] pmap_check.c:239:6: warning: incompatible implicit declaration of built-in function 'sprintf' pmap_check.c:221:1: note: include '' or provide a declaration of 'sprintf' pmap_check.c:247:6: warning: incompatible implicit declaration of built-in function 'sprintf' pmap_check.c:247:6: note: include '' or provide a declaration of 'sprintf' pmap_check.c:253:2: warning: incompatible implicit declaration of built-in function 'exit' pmap_check.c:221:1: note: include '' or provide a declaration of 'exit' --- portmap --- gcc -Dconst= -Dperror=xperror -DHOSTS_ACCESS -DCHECK_PORT -DFACILITY=LOG_AUTH -DIGNORE_SIGCHLD -O -o portmap portmap.o pmap_check.o from_local.o daemon.o /usr/lib/libwrap.a ld: /usr/lib/libwrap.a(hosts_access.o):(.text+0xeec): undefined reference to `blocklist_sa_r' ld: /usr/lib/libwrap.a(hosts_access.o):(.text+0xf00): undefined reference to `blocklist_r' ld: /usr/lib/libwrap.a(hosts_access.o):(.text+0xf08): undefined reference to `blocklist_open' distcc[10795] ERROR: compile (null) on localhost failed *** [portmap] Error code 1 make: stopped in /tmp/pkgbuild/net/portmap/work.aarch64eb/portmap_4 --- pmap_set --- pmap_set.c:20:1: warning: return type defaults to 'int' [-Wimplicit-int] 20 | main(argc, argv) | ^~~~ pmap_set.c: In function 'main': pmap_set.c:34:6: warning: implicit declaration of function 'parse_line'; did you mean 'fparseln'? [-Wimplicit-function-declaration] 34 | if (parse_line(buf, &prog, &vers, &prot, &port) == 0) { | ^~~~~~~~~~ | fparseln pmap_set.c: At top level: pmap_set.c:46:1: warning: return type defaults to 'int' [-Wimplicit-int] 46 | parse_line(buf, prog, vers, prot, port) | ^~~~~~~~~~ pmap_set.c: In function 'parse_line': pmap_set.c:58:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 58 | if (strcmp(proto_name, "tcp") == 0) { | ^~~~~~ 1 error make: stopped in /tmp/pkgbuild/net/portmap/work.aarch64eb/portmap_4 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/portmap *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/portmap