+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mdp-1.9a5nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mdp-1.9a5nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mdp-1.9a5nb1 g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include -I./ -I../common -I../protolib/common -o mdp.o mdp.cpp g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include -I./ -I../common -I../protolib/common -o ../common/mdpApp.o ../common/mdpApp.cpp In file included from /usr/include/sys/socket.h:33, from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/bits/socket.h:264:5: error: 'socklen_t' does not name a type; did you mean 'locale_t'? 264 | socklen_t msg_namelen; /* Length of address data. */ | ^~~~~~~~~ | locale_t In file included from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/sys/socket.h:112:57: error: 'socklen_t' has not been declared 112 | extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len) | ^~~~~~~~~ /usr/include/sys/socket.h:117:25: error: 'socklen_t' has not been declared 117 | socklen_t *__restrict __len) __THROW; | ^~~~~~~~~ /usr/include/sys/socket.h:126:60: error: 'socklen_t' has not been declared 126 | extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len); | ^~~~~~~~~ /usr/include/sys/socket.h:131:25: error: 'socklen_t' has not been declared 131 | socklen_t *__restrict __len) __THROW; | ^~~~~~~~~ /usr/include/sys/socket.h:154:24: error: 'socklen_t' has not been declared 154 | socklen_t __addr_len); | ^~~~~~~~~ /usr/include/sys/socket.h:165:26: error: 'socklen_t' has not been declared 165 | socklen_t *__restrict __addr_len); | ^~~~~~~~~ /usr/include/sys/socket.h:257:24: error: 'socklen_t' has not been declared 257 | socklen_t *__restrict __optlen) __THROW; | ^~~~~~~~~ /usr/include/sys/socket.h:278:46: error: 'socklen_t' has not been declared 278 | const void *__optval, socklen_t __optlen) __THROW; | ^~~~~~~~~ /usr/include/sys/socket.h:307:20: error: 'socklen_t' has not been declared 307 | socklen_t *__restrict __addr_len); | ^~~~~~~~~ /usr/include/sys/socket.h:315:21: error: 'socklen_t' has not been declared 315 | socklen_t *__restrict __addr_len, int __flags); | ^~~~~~~~~ In file included from /usr/include/sys/socket.h:343, from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/bits/socket2.h:47:32: error: 'socklen_t' has not been declared 47 | socklen_t *__restrict __addr_len); | ^~~~~~~~~ In file included from /usr/include/features.h:490, from /usr/include/sys/types.h:25, from mdp.cpp:34: /usr/include/bits/socket2.h:48:16: error: 'socklen_t' has not been declared 48 | extern ssize_t __REDIRECT (__recvfrom_alias, | ^~~~~~~~~~ /usr/include/bits/socket2.h:52:16: error: 'socklen_t' has not been declared 52 | extern ssize_t __REDIRECT (__recvfrom_chk_warn, | ^~~~~~~~~~ In file included from /usr/include/sys/socket.h:343, from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/bits/socket2.h:62:34: error: 'socklen_t' has not been declared 62 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ^~~~~~~~~ In file included from /usr/include/netdb.h:27, from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/netinet/in.h:575:44: error: 'socklen_t' has not been declared 575 | extern int inet6_opt_init (void *__extbuf, socklen_t __extlen) __THROW; | ^~~~~~~~~ /usr/include/netinet/in.h:576:46: error: 'socklen_t' has not been declared 576 | extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset, | ^~~~~~~~~ /usr/include/netinet/in.h:577:46: error: 'socklen_t' has not been declared 577 | uint8_t __type, socklen_t __len, uint8_t __align, | ^~~~~~~~~ /usr/include/netinet/in.h:579:46: error: 'socklen_t' has not been declared 579 | extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset) | ^~~~~~~~~ /usr/include/netinet/in.h:582:31: error: 'socklen_t' has not been declared 582 | socklen_t __vallen) __THROW; | ^~~~~~~~~ /usr/include/netinet/in.h:583:44: error: 'socklen_t' has not been declared 583 | extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset, | ^~~~~~~~~ /usr/include/netinet/in.h:584:46: error: 'socklen_t' has not been declared 584 | uint8_t *__typep, socklen_t *__lenp, | ^~~~~~~~~ /usr/include/netinet/in.h:586:44: error: 'socklen_t' has not been declared 586 | extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset, | ^~~~~~~~~ /usr/include/netinet/in.h:587:44: error: 'socklen_t' has not been declared 587 | uint8_t __type, socklen_t *__lenp, | ^~~~~~~~~ /usr/include/netinet/in.h:590:31: error: 'socklen_t' has not been declared 590 | socklen_t __vallen) __THROW; | ^~~~~~~~~ /usr/include/netinet/in.h:594:8: error: 'socklen_t' does not name a type; did you mean 'locale_t'? 594 | extern socklen_t inet6_rth_space (int __type, int __segments) __THROW; | ^~~~~~~~~ | locale_t /usr/include/netinet/in.h:595:42: error: 'socklen_t' has not been declared 595 | extern void *inet6_rth_init (void *__bp, socklen_t __bp_len, int __type, | ^~~~~~~~~ /usr/include/netinet/in.h:623:29: error: 'socklen_t' has not been declared 623 | socklen_t __grouplen, uint32_t *__fmode, | ^~~~~~~~~ /usr/include/netinet/in.h:630:29: error: 'socklen_t' has not been declared 630 | socklen_t __grouplen, uint32_t __fmode, | ^~~~~~~~~ In file included from ../protolib/common/networkAddress.h:10, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/netdb.h:571:3: error: 'socklen_t' does not name a type; did you mean 'locale_t'? 571 | socklen_t ai_addrlen; /* Length of socket address. */ | ^~~~~~~~~ | locale_t /usr/include/netdb.h:676:25: error: 'socklen_t' has not been declared 676 | socklen_t __salen, char *__restrict __host, | ^~~~~~~~~ /usr/include/netdb.h:677:25: error: 'socklen_t' has not been declared 677 | socklen_t __hostlen, char *__restrict __serv, | ^~~~~~~~~ /usr/include/netdb.h:678:25: error: 'socklen_t' has not been declared 678 | socklen_t __servlen, int __flags); | ^~~~~~~~~ In file included from ../protolib/common/networkAddress.h:13, from ../protolib/common/udpSocket.h:4, from ../protolib/common/eventDispatcher.h:37, from mdp.h:39, from mdp.cpp:43: /usr/include/arpa/inet.h:65:55: error: 'socklen_t' has not been declared 65 | char *__restrict __buf, socklen_t __len) | ^~~~~~~~~ mdp.cpp: In function 'int main(int, char**)': mdp.cpp:385:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 385 | theApp.SetPostProcessor("xv -rmode 5 -root -quit"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile.common:47: mdp.o] Error 1 make: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mbone/mdp *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mbone/mdp