+ 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/udpcast-20060619nb10/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/udpcast-20060619nb10/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for udpcast-20060619nb10 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_POSIX_C_SOURCE=200809L -D__EXTENSIONS__ -I/usr/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/include -c -o udp-receiver.o udp-receiver.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_POSIX_C_SOURCE=200809L -D__EXTENSIONS__ -I/usr/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/include -c -o socklib.o socklib.c socklib.c: In function 'udpc_getSendBuf': socklib.c:324:65: warning: passing argument 5 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types] 324 | if(getsockopt(sock, SOL_SOCKET, SO_SNDBUF, (char*)&bufsize, &len) < 0) | ^~~~ | | | size_t * {aka long unsigned int *} In file included from /usr/include/arpa/inet.h:43, from socklib.c:11: /usr/include/sys/socket.h:553:60: note: expected 'Psocklen_t' {aka 'unsigned int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 553 | extern int getsockopt(int, int, int, void *_RESTRICT_KYWD, Psocklen_t); | ^~~~~~~~~~ socklib.c: In function 'udpc_getRcvBuf': socklib.c:337:66: warning: passing argument 5 of 'getsockopt' from incompatible pointer type [-Wincompatible-pointer-types] 337 | if(getsockopt(sock, SOL_SOCKET, SO_RCVBUF, (char *)&bufsize, &len) < 0) | ^~~~ | | | size_t * {aka long unsigned int *} /usr/include/sys/socket.h:553:60: note: expected 'Psocklen_t' {aka 'unsigned int *'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 553 | extern int getsockopt(int, int, int, void *_RESTRICT_KYWD, Psocklen_t); | ^~~~~~~~~~ socklib.c: In function 'udpc_getNetIf': socklib.c:625:22: error: 'SIOCGIFCONF' undeclared (first use in this function) 625 | if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0 || | ^~~~~~~~~~~ socklib.c:625:22: note: each undeclared identifier is reported only once for each function it appears in socklib.c:683:30: error: 'SIOCGIFBRDADDR' undeclared (first use in this function) 683 | if(ioctl(s, SIOCGIFBRDADDR, ifrp) < 0) | ^~~~~~~~~~~~~~ socklib.c: In function 'udpc_getSelectedSock': socklib.c:1089:9: warning: variable 'maxFd' set but not used [-Wunused-but-set-variable] 1089 | int maxFd; | ^~~~~ gmake: *** [<builtin>: socklib.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/udpcast *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/udpcast