=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/ipgrab", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ipgrab-0.9.9nb1 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- ah.o --- --- arp.o --- --- cbcp.o --- --- ccp.o --- --- ah.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/opt/pkg/include -Wall -Wstrict-prototypes -Wformat -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -I/opt/pkg/include -MT ah.o -MD -MP -MF ".deps/ah.Tpo" -c -o ah.o `test -f 'ah.c' || echo './'`ah.c; then mv -f ".deps/ah.Tpo" ".deps/ah.Po"; else rm -f ".deps/ah.Tpo"; exit 1; fi --- arp.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/opt/pkg/include -Wall -Wstrict-prototypes -Wformat -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -I/opt/pkg/include -MT arp.o -MD -MP -MF ".deps/arp.Tpo" -c -o arp.o `test -f 'arp.c' || echo './'`arp.c; then mv -f ".deps/arp.Tpo" ".deps/arp.Po"; else rm -f ".deps/arp.Tpo"; exit 1; fi --- cbcp.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/opt/pkg/include -Wall -Wstrict-prototypes -Wformat -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -I/opt/pkg/include -MT cbcp.o -MD -MP -MF ".deps/cbcp.Tpo" -c -o cbcp.o `test -f 'cbcp.c' || echo './'`cbcp.c; then mv -f ".deps/cbcp.Tpo" ".deps/cbcp.Po"; else rm -f ".deps/cbcp.Tpo"; exit 1; fi --- ccp.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/opt/pkg/include -Wall -Wstrict-prototypes -Wformat -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -I/opt/pkg/include -MT ccp.o -MD -MP -MF ".deps/ccp.Tpo" -c -o ccp.o `test -f 'ccp.c' || echo './'`ccp.c; then mv -f ".deps/ccp.Tpo" ".deps/ccp.Po"; else rm -f ".deps/ccp.Tpo"; exit 1; fi --- ah.o --- In file included from local.h:32, from ah.h:30, from ah.c:26: parse_cl.h:22:3: error: cannot use keyword 'false' as enumeration constant 22 | false = 0, true | ^~~~~ parse_cl.h:22:3: note: 'false' is a keyword with '-std=c23' onwards parse_cl.h:23:3: error: expected ';', identifier or '(' before 'bool' 23 | } bool; | ^~~~ parse_cl.h:23:3: warning: useless type name in empty declaration --- arp.o --- In file included from local.h:32, from arp.h:30, from arp.c:27: parse_cl.h:22:3: error: cannot use keyword 'false' as enumeration constant 22 | false = 0, true | ^~~~~ parse_cl.h:22:3: note: 'false' is a keyword with '-std=c23' onwards parse_cl.h:23:3: error: expected ';', identifier or '(' before 'bool' 23 | } bool; | ^~~~ parse_cl.h:23:3: warning: useless type name in empty declaration --- cbcp.o --- In file included from local.h:32, from cbcp.h:30, from cbcp.c:26: parse_cl.h:22:3: error: cannot use keyword 'false' as enumeration constant 22 | false = 0, true | ^~~~~ parse_cl.h:22:3: note: 'false' is a keyword with '-std=c23' onwards parse_cl.h:23:3: error: expected ';', identifier or '(' before 'bool' 23 | } bool; | ^~~~ parse_cl.h:23:3: warning: useless type name in empty declaration --- ccp.o --- In file included from local.h:32, from ccp.h:30, from ccp.c:26: parse_cl.h:22:3: error: cannot use keyword 'false' as enumeration constant 22 | false = 0, true | ^~~~~ parse_cl.h:22:3: note: 'false' is a keyword with '-std=c23' onwards parse_cl.h:23:3: error: expected ';', identifier or '(' before 'bool' 23 | } bool; | ^~~~ parse_cl.h:23:3: warning: useless type name in empty declaration --- ah.o --- ah.c: In function 'dump_ah': ah.c:95:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 95 | display_minimal_string("| AH "); | ^~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ ah.c:97:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 97 | display_minimal_string(" "); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ ah.c:108:32: warning: pointer targets in passing argument 2 of 'display' differ in signedness [-Wpointer-sign] 108 | display("Next header", holder, strlen(holder), DISP_STRING); | ^~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:73:23: note: in expansion of macro 'u_int8_t' 73 | void display (char *, u_int8_t *, u_int32_t, display_t); | ^~~~~~~~ --- cbcp.o --- cbcp.c: In function 'dump_cbcp': cbcp.c:120:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 120 | display_minimal_string("| CBCP "); | ^~~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- arp.c: In function 'dump_etherarp': --- cbcp.o --- cbcp.c:121:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 121 | display_minimal_string(map2str(cbcp_code_map, cbcp.code)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- arp.c:92:20: warning: pointer targets in passing argument 1 of 'display_ipv4' differ in signedness [-Wpointer-sign] 92 | display_ipv4("Sender IP address", | ^~~~~~~~~~~~~~~~~~~ | | | char * --- cbcp.o --- cbcp.c:122:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 122 | display_minimal_string(" "); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:77:20: note: in expansion of macro 'u_int8_t' 77 | void display_ipv4 (u_int8_t *, u_int8_t *); | ^~~~~~~~ arp.c:96:20: warning: pointer targets in passing argument 1 of 'display_ipv4' differ in signedness [-Wpointer-sign] 96 | display_ipv4("Target IP address", | ^~~~~~~~~~~~~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:77:20: note: in expansion of macro 'u_int8_t' 77 | void display_ipv4 (u_int8_t *, u_int8_t *); | ^~~~~~~~ --- ccp.o --- ccp.c: In function 'dump_ccp': ccp.c:150:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 150 | display_minimal_string("| CCP "); | ^~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- arp.c: In function 'dump_arp': --- ccp.o --- ccp.c:151:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 151 | display_minimal_string(map2str(ccp_code_map, ccp.code)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * --- cbcp.o --- cbcp.c:181:46: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 181 | display_minimal_string(", "); | ^~~~ | | | char * --- arp.o --- arp.c:162:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 162 | display_minimal_string("| ARP "); | ^~~~~~~~ | | | char * --- ccp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- cbcp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- ccp.o --- ccp.c:152:30: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 152 | display_minimal_string(" "); | ^~~ | | | char * --- cbcp.o --- cbcp.c:183:46: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 183 | display_minimal_string("("); | ^~~ | | | char * --- ccp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- cbcp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- arp.c:167:34: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 167 | display_minimal_string(map2str(arp_opcode_map, arp.opcode)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- cbcp.o --- cbcp.c:193:44: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 193 | display_minimal_string(map2str(cbcp_option_map, type)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * --- arp.o --- arp.c:168:34: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 168 | display_minimal_string(" "); | ^~~ | | | char * --- cbcp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- arp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- cbcp.o --- cbcp.c:218:48: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 218 | display_minimal_string(" "); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- ccp.o --- ccp.c:212:46: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 212 | display_minimal_string(", "); | ^~~~ | | | char * --- cbcp.o --- cbcp.c:235:38: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 235 | display_minimal_string(")"); | ^~~ | | | char * --- ccp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- cbcp.o --- : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- ccp.o --- ccp.c:214:46: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 214 | display_minimal_string("("); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ ccp.c:224:44: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 224 | display_minimal_string(map2str(ccp_option_map, type)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ ccp.c:249:48: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 249 | display_minimal_string(" "); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ ccp.c:266:38: warning: pointer targets in passing argument 1 of 'display_minimal_string' differ in signedness [-Wpointer-sign] 266 | display_minimal_string(")"); | ^~~ | | | char * : note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' display.h:80:30: note: in expansion of macro 'u_int8_t' 80 | void display_minimal_string (u_int8_t *); | ^~~~~~~~ --- ah.o --- *** [ah.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9/src --- arp.o --- *** [arp.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9/src --- cbcp.o --- *** [cbcp.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9/src --- ccp.o --- *** [ccp.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9/src bmake[2]: 4 errors bmake[2]: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/net/ipgrab/work/ipgrab-0.9.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ipgrab *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/ipgrab