=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for openvmps-1.3nb2 /opt/pkg/bin/bmake all-am if clang -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/opt/pkg/etc\"" -pipe -Os -MT vmpsd-vmpsd.o -MD -MP -MF ".deps/vmpsd-vmpsd.Tpo" -c -o vmpsd-vmpsd.o `test -f 'vmpsd.c' || echo './'`vmpsd.c; then mv -f ".deps/vmpsd-vmpsd.Tpo" ".deps/vmpsd-vmpsd.Po"; else rm -f ".deps/vmpsd-vmpsd.Tpo"; exit 1; fi vmpsd.c:40:5: warning: implicitly declaring library function 'strncpy' with type 'char *(char *, const char *, unsigned long)' [-Wimplicit-function-declaration] strncpy(external_prog, optarg, 255); ^ vmpsd.c:40:5: note: include the header <string.h> or explicitly provide a declaration for 'strncpy' vmpsd.c:51:10: warning: implicitly declaring library function 'sscanf' with type 'int (const char *restrict, const char *restrict, ...)' [-Wimplicit-function-declaration] if ( sscanf(optarg,"%x",&log_level) != 1) return 0; ^ vmpsd.c:51:10: note: include the header <stdio.h> or explicitly provide a declaration for 'sscanf' vmpsd.c:70:2: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration] printf("\n"); ^ vmpsd.c:70:2: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' vmpsd.c:95:2: warning: implicit declaration of function 'parse_db_file' is invalid in C99 [-Wimplicit-function-declaration] parse_db_file(db_fname); ^ vmpsd.c:107:2: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration] strcat(db_fname,"/vlan.db"); ^ vmpsd.c:107:2: note: include the header <string.h> or explicitly provide a declaration for 'strcat' vmpsd.c:114:16: warning: implicit declaration of function 'daemon_start' is invalid in C99 [-Wimplicit-function-declaration] if ( !debug ) daemon_start(1); ^ vmpsd.c:117:3: warning: implicit declaration of function 'spawn_external' is invalid in C99 [-Wimplicit-function-declaration] spawn_external(); ^ vmpsd.c:119:3: warning: implicit declaration of function 'parse_db_file' is invalid in C99 [-Wimplicit-function-declaration] parse_db_file(db_fname); ^ vmpsd.c:127:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long)' [-Wimplicit-function-declaration] bzero( (char *) &serv_addr, sizeof(serv_addr) ); ^ vmpsd.c:127:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero' 9 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/opt/pkg/etc\"" -pipe -Os -MT vmpsd-daemon.o -MD -MP -MF ".deps/vmpsd-daemon.Tpo" -c -o vmpsd-daemon.o `test -f 'daemon.c' || echo './'`daemon.c; then mv -f ".deps/vmpsd-daemon.Tpo" ".deps/vmpsd-daemon.Po"; else rm -f ".deps/vmpsd-daemon.Tpo"; exit 1; fi daemon.c:39:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] daemon_start(ignsigcld) ^ daemon.c:65:13: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] childpid = fork(); ^ daemon.c:68:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ daemon.c:68:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' daemon.c:87:7: warning: implicit declaration of function 'setpgrp' is invalid in C99 [-Wimplicit-function-declaration] if ( setpgrp() == -1 ) { ^ daemon.c:104:2: warning: implicit declaration of function 'umask' is invalid in C99 [-Wimplicit-function-declaration] umask(0); ^ daemon.c:113:10: error: use of undeclared identifier 'SIGCLD' signal(SIGCLD,SIG_IGN); ^ 5 warnings and 1 error generated. *** [vmpsd-daemon.o] Error code 1 bmake[1]: stopped making "all-am" in /Users/pbulk/build/net/openvmps/work/vmpsd bmake[1]: 1 error bmake[1]: stopped making "all-am" in /Users/pbulk/build/net/openvmps/work/vmpsd *** [all] Error code 2 bmake: stopped making "all" in /Users/pbulk/build/net/openvmps/work/vmpsd bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/net/openvmps/work/vmpsd *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/openvmps *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/openvmps