+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openvmps-1.3nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openvmps-1.3nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for openvmps-1.3nb2 /opt/pkg/bin/bmake all-am if gcc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/opt/pkg/etc\"" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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: In function 'parse_options': vmpsd.c:40:33: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 40 | strncpy(external_prog, optarg, 255); | ^~~~~~~ vmpsd.c:13:1: note: include '' or provide a declaration of 'strncpy' 12 | #include "external.h" +++ |+#include 13 | vmpsd.c:40:33: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 40 | strncpy(external_prog, optarg, 255); | ^~~~~~~ vmpsd.c:40:33: note: include '' or provide a declaration of 'strncpy' vmpsd.c:51:38: error: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration] 51 | if ( sscanf(optarg,"%x",&log_level) != 1) return 0; | ^~~~~~ vmpsd.c:13:1: note: include '' or provide a declaration of 'sscanf' 12 | #include "external.h" +++ |+#include 13 | vmpsd.c:51:38: warning: incompatible implicit declaration of built-in function 'sscanf' [-Wbuiltin-declaration-mismatch] 51 | if ( sscanf(optarg,"%x",&log_level) != 1) return 0; | ^~~~~~ vmpsd.c:51:38: note: include '' or provide a declaration of 'sscanf' vmpsd.c:55:38: warning: incompatible implicit declaration of built-in function 'sscanf' [-Wbuiltin-declaration-mismatch] 55 | if ( sscanf(optarg,"%d",&port_number) != 1) return 0; | ^~~~~~ vmpsd.c:55:38: note: include '' or provide a declaration of 'sscanf' vmpsd.c: In function 'usage': vmpsd.c:70:9: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 70 | printf("\n"); | ^~~~~~ vmpsd.c:70:9: note: include '' or provide a declaration of 'printf' vmpsd.c:70:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] vmpsd.c:70:9: note: include '' or provide a declaration of 'printf' vmpsd.c: In function 'handle_sighup': vmpsd.c:95:9: error: implicit declaration of function 'parse_db_file' [-Wimplicit-function-declaration] 95 | parse_db_file(db_fname); | ^~~~~~~~~~~~~ vmpsd.c: In function 'main': vmpsd.c:106:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 106 | strncpy(db_fname,SYSCONFDIR,240); | ^~~~~~~ vmpsd.c:106:9: note: include '' or provide a declaration of 'strncpy' vmpsd.c:107:9: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 107 | strcat(db_fname,"/vlan.db"); | ^~~~~~ vmpsd.c:107:9: note: include '' or provide a declaration of 'strcat' vmpsd.c:107:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] vmpsd.c:107:9: note: include '' or provide a declaration of 'strcat' vmpsd.c:114:23: error: implicit declaration of function 'daemon_start' [-Wimplicit-function-declaration] 114 | if ( !debug ) daemon_start(1); | ^~~~~~~~~~~~ vmpsd.c:117:17: error: implicit declaration of function 'spawn_external' [-Wimplicit-function-declaration] 117 | spawn_external(); | ^~~~~~~~~~~~~~ vmpsd.c:127:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 127 | bzero( (char *) &serv_addr, sizeof(serv_addr) ); | ^~~~~ vmpsd.c:127:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] *** Error code 1 Stop. bmake[1]: stopped making "all-am" in /home/pbulk/build/net/openvmps/work/vmpsd *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/net/openvmps/work/vmpsd *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/openvmps *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/openvmps