=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/mbone/mdd", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mdd-20230428 --- mdd.o --- --- sender.o --- --- mdd.o --- gcc -D_BSD_SOURCE -D_DEFAULT_SOURCE -c mdd.c --- sender.o --- gcc -D_BSD_SOURCE -D_DEFAULT_SOURCE -c sender.c sender.c: In function 'sender': sender.c:98:41: error: 'SO_REUSEPORT' undeclared (first use in this function); did you mean 'SO_REUSEADDR'? 98 | if ((setsockopt(sd, SOL_SOCKET, SO_REUSEPORT, &on, sizeof(on))) == -1) { | ^~~~~~~~~~~~ | SO_REUSEADDR sender.c:98:41: note: each undeclared identifier is reported only once for each function it appears in sender.c:127:18: error: 'struct sockaddr_in' has no member named 'sin_len' 127 | send_addr.sin_len = sizeof(send_addr); | ^ sender.c:145:10: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 145 | bzero(&ms, sizeof(ms)); | ^~~~~ sender.c:145:10: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] sender.c:168:18: error: 'struct sockaddr_in' has no member named 'sin_len' 168 | recv_addr.sin_len = sizeof(recv_addr); | ^ --- mdd.o --- mdd.c: In function 'local_addr_dst': mdd.c:270:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 270 | bzero(&src, sizeof(src)); | ^~~~~ mdd.c:270:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] mdd.c:272:12: error: 'struct sockaddr_in' has no member named 'sin_len' 272 | src.sin_len = sizeof(src); | ^ mdd.c:277:12: error: 'struct sockaddr_in' has no member named 'sin_len' 277 | dst.sin_len = sizeof(dst); | ^ *** [mdd.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/mbone/mdd/work/mdd-20230428 --- sender.o --- sender.c:254:41: error: implicit declaration of function 'htole32' [-Wimplicit-function-declaration] 254 | packet->mdd_operation = htole32(mdd_operation); | ^~~~~~~ sender.c:255:38: error: implicit declaration of function 'htole64' [-Wimplicit-function-declaration] 255 | packet->mdd_offset = htole64(mdd_offset); | ^~~~~~~ sender.c:274:41: error: implicit declaration of function 'le32toh' [-Wimplicit-function-declaration] 274 | mdd_operation = le32toh(packet->mdd_operation); | ^~~~~~~ sender.c:275:38: error: implicit declaration of function 'le64toh' [-Wimplicit-function-declaration] 275 | mdd_offset = le64toh(packet->mdd_offset); | ^~~~~~~ *** [sender.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/mbone/mdd/work/mdd-20230428 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/mbone/mdd/work/mdd-20230428 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mbone/mdd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mbone/mdd