+ 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/choparp-20021107/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/choparp-20021107/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for choparp-20021107 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c choparp.c choparp.c:73:9: error: unknown type name 'u_int32_t' 73 | u_int32_t addr; /* addr and mask are host order */ | ^~~~~~~~~ choparp.c:74:9: error: unknown type name 'u_int32_t' 74 | u_int32_t mask; | ^~~~~~~~~ choparp.c:78:20: error: 'ETHER_ADDR_LEN' undeclared here (not in a function); did you mean 'ETHERADDRL'? 78 | u_char target_mac[ETHER_ADDR_LEN]; /* target MAC address */ | ^~~~~~~~~~~~~~ | ETHERADDRL choparp.c:211:8: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 211 | match (u_int32_t addr, struct cidr *list) { | ^~~~~~~~~ | uint32_t choparp.c: In function 'checkarp': choparp.c:232:5: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 232 | u_int32_t target_ip; | ^~~~~~~~~ | uint32_t choparp.c:243:25: error: 'u_int32_t' undeclared (first use in this function); did you mean 'uint32_t'? 243 | target_ip = ntohl(*(u_int32_t *)(arp->arp_tpa)); | ^~~~~~~~~ | uint32_t choparp.c:243:25: note: each undeclared identifier is reported only once for each function it appears in choparp.c:243:36: error: expected expression before ')' token 243 | target_ip = ntohl(*(u_int32_t *)(arp->arp_tpa)); | ^ choparp.c:244:12: warning: implicit declaration of function 'match' [-Wimplicit-function-declaration] 244 | return match(target_ip, targets) && !match(target_ip, excludes); | ^~~~~ choparp.c: At top level: choparp.c:351:18: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 351 | atoip(char *buf, u_int32_t *ip_addr){ | ^~~~~~~~~ | uint32_t choparp.c: In function 'main': choparp.c:394:9: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 394 | u_int32_t addr, mask = ~0; | ^~~~~~~~~ | uint32_t choparp.c:404:13: warning: implicit declaration of function 'atoip'; did you mean 'atoi'? [-Wimplicit-function-declaration] 404 | if (atoip (*argv, &addr)) | ^~~~~ | atoi choparp.c:408:13: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 408 | u_int32_t len = strtol (slash, &end, 10); | ^~~~~~~~~ | uint32_t *** [choparp.o] Error code 1 bmake: stopped in /home/pbulk/build/net/choparp/work/choparp-20021107 1 error bmake: stopped in /home/pbulk/build/net/choparp/work/choparp-20021107 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/choparp *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/choparp