+ 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/packit-1.0nb4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/packit-1.0nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for packit-1.0nb4 /opt/pkg/bin/bmake all-recursive Making all in src source='init.c' object='init.o' libtool=no depfile='.deps/init.Po' tmpdepfile='.deps/init.TPo' depmode=gcc3 /bin/sh ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../includes -I/opt/pkg/include/libnet11 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include/libnet11 -I/opt/pkg/include -Wall -I/opt/pkg/include -c `test -f 'init.c' || echo './'`init.c In file included from globals.h:28, from init.h:26, from init.c:23: ../config.h:182:18: error: two or more data types in declaration specifiers 182 | #define u_int8_t unsigned char | ^~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:37:18: note: in expansion of macro 'u_int8_t' 37 | typedef uint8_t u_int8_t; | ^~~~~~~~ ../config.h:182:27: error: two or more data types in declaration specifiers 182 | #define u_int8_t unsigned char | ^~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:37:18: note: in expansion of macro 'u_int8_t' 37 | typedef uint8_t u_int8_t; | ^~~~~~~~ In file included from /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/libnet.h:119, from globals.h:31: /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:37:1: warning: useless type name in empty declaration 37 | typedef uint8_t u_int8_t; | ^~~~~~~ ../config.h:173:19: error: two or more data types in declaration specifiers 173 | #define u_int16_t unsigned short | ^~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:38:18: note: in expansion of macro 'u_int16_t' 38 | typedef uint16_t u_int16_t; | ^~~~~~~~~ ../config.h:173:28: error: two or more data types in declaration specifiers 173 | #define u_int16_t unsigned short | ^~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:38:18: note: in expansion of macro 'u_int16_t' 38 | typedef uint16_t u_int16_t; | ^~~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:38:1: warning: useless type name in empty declaration 38 | typedef uint16_t u_int16_t; | ^~~~~~~ ../config.h:176:19: error: two or more data types in declaration specifiers 176 | #define u_int32_t unsigned int | ^~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:39:18: note: in expansion of macro 'u_int32_t' 39 | typedef uint32_t u_int32_t; | ^~~~~~~~~ ../config.h:176:28: error: two or more data types in declaration specifiers 176 | #define u_int32_t unsigned int | ^~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:39:18: note: in expansion of macro 'u_int32_t' 39 | typedef uint32_t u_int32_t; | ^~~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:39:1: warning: useless type name in empty declaration 39 | typedef uint32_t u_int32_t; | ^~~~~~~ ../config.h:179:19: error: two or more data types in declaration specifiers 179 | #define u_int64_t unsigned long long | ^~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:40:18: note: in expansion of macro 'u_int64_t' 40 | typedef uint64_t u_int64_t; | ^~~~~~~~~ ../config.h:179:28: error: two or more data types in declaration specifiers 179 | #define u_int64_t unsigned long long | ^~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:40:18: note: in expansion of macro 'u_int64_t' 40 | typedef uint64_t u_int64_t; | ^~~~~~~~~ ../config.h:179:33: error: two or more data types in declaration specifiers 179 | #define u_int64_t unsigned long long | ^~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:40:18: note: in expansion of macro 'u_int64_t' 40 | typedef uint64_t u_int64_t; | ^~~~~~~~~ /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/./libnet/libnet-types.h:40:1: warning: useless type name in empty declaration 40 | typedef uint64_t u_int64_t; | ^~~~~~~ In file included from /usr/include/sys/socket.h:67, from /home/pbulk/build/net/packit/work/.buildlink/include/libnet11/libnet.h:79: inject_defs.h:39:15: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token 39 | u_int8_t *s_addr; /* src address string */ | ^~~~~~ inject_defs.h:134:15: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token 134 | u_int8_t *s_addr; /* source ethernet address string */ | ^~~~~~ init.c: In function 'injection_struct_init': init.c:29:11: error: 'struct enethdr_opts' has no member named 'd_addr' 29 | ehdr_o.d_addr = NULL; | ^ init.c:30:11: error: 'struct enethdr_opts' has no member named 'S_un' 30 | ehdr_o.s_addr = NULL; | ^ init.c:34:20: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 34 | ahdr_o.s_paddr = IPV4_DEFAULT; | ^ init.c:35:20: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 35 | ahdr_o.s_eaddr = ETH_DEFAULT; | ^ init.c:36:20: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 36 | ahdr_o.r_paddr = IPV4_DEFAULT; | ^ init.c:37:20: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 37 | ahdr_o.r_eaddr = ETH_DEFAULT; | ^ *** [init.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/net/packit/work/packit-1.0/src 1 error bmake[2]: stopped in /home/pbulk/build/net/packit/work/packit-1.0/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/net/packit/work/packit-1.0 1 error bmake[1]: stopped in /home/pbulk/build/net/packit/work/packit-1.0 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/net/packit/work/packit-1.0 1 error bmake: stopped in /home/pbulk/build/net/packit/work/packit-1.0 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/packit *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/packit