=> 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: call to undeclared library function 'strncpy' with type 'char *(char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-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: call to undeclared library function 'sscanf' with type 'int (const char *restrict, const char *restrict, ...)'; ISO C99 and later do not support implicit function declarations [-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: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-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: call to undeclared function 'parse_db_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] parse_db_file(db_fname); ^ vmpsd.c:107:2: warning: call to undeclared library function 'strcat' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-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: call to undeclared function 'daemon_start'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ( !debug ) daemon_start(1); ^ vmpsd.c:117:3: warning: call to undeclared function 'spawn_external'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] spawn_external(); ^ vmpsd.c:119:3: warning: call to undeclared function 'parse_db_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] parse_db_file(db_fname); ^ vmpsd.c:127:2: warning: call to undeclared library function 'bzero' with type 'void (void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-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'; ISO C99 and later do not support implicit int [-Wimplicit-int] daemon_start(ignsigcld) ^ int daemon.c:65:13: warning: call to undeclared function 'fork'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] childpid = fork(); ^ daemon.c:68:3: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-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: call to undeclared function 'setpgrp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ( setpgrp() == -1 ) { ^ daemon.c:104:2: warning: call to undeclared function 'umask'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] umask(0); ^ daemon.c:113:10: error: use of undeclared identifier 'SIGCLD' signal(SIGCLD,SIG_IGN); ^ daemon.c:39:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] daemon_start(ignsigcld) ^ 6 warnings and 1 error generated. *** [vmpsd-daemon.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/openvmps/work/vmpsd 1 error bmake[1]: stopped in /Users/pbulk/build/net/openvmps/work/vmpsd *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/net/openvmps/work/vmpsd 1 error bmake: stopped in /Users/pbulk/build/net/openvmps/work/vmpsd *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/openvmps *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/openvmps