+ 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/tnt-1.9.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tnt-1.9.2nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tnt-1.9.2nb1 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /usr/bin/bash ./config.status creating config.h config.h is unchanged /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2' Making all in doc gmake[2]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc' Making all in solaris gmake[3]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc/solaris' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc/solaris' gmake[3]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc' gmake[2]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/doc' Making all in intl gmake[2]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/intl' Making all in po gmake[2]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/po' PATH=../src:$PATH : --default-domain=tnt --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f tnt.po \ || ( rm -f ./tnt.pot \ && mv tnt.po ./tnt.pot ) gmake[2]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/po' Making all in src gmake[2]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src' Making all in runprgs gmake[3]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src/runprgs' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c help.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -Wl,-R/opt/pkg/lib -lintl -liconv -L/opt/pkg/lib -o help help.o -lintl -ltermcap -lnsl -lsocket gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c info.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -Wl,-R/opt/pkg/lib -lintl -liconv -L/opt/pkg/lib -o info info.o -lintl -ltermcap -lnsl -lsocket gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c logcall.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -Wl,-R/opt/pkg/lib -lintl -liconv -L/opt/pkg/lib -o logcall logcall.o -lintl -ltermcap -lnsl -lsocket gmake[3]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src/runprgs' gmake[3]: Entering directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I../intl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -funsigned-char -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c ax25dump.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I../intl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -funsigned-char -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c ax25k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -I../intl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -funsigned-char -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DTNT_SOLARIS -c bcast.c In file included from bcast.c:34: bcast.h:89:65: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 89 | extern boolean bcast_file(u_char stnc, u_char sport, char *qrg, u_int32_t fid, | ^~~~~~~~~ | uint32_t bcast.c:228:3: error: unknown type name 'u_int32_t' 228 | u_int32_t file_number; | ^~~~~~~~~ bcast.c:231:3: error: unknown type name 'u_int32_t' 231 | u_int32_t file_size; | ^~~~~~~~~ bcast.c:268:3: error: unknown type name 'u_int32_t' 268 | u_int32_t FileID; | ^~~~~~~~~ bcast.c:284:3: error: unknown type name 'u_int32_t' 284 | u_int32_t FileID; | ^~~~~~~~~ bcast.c:308:8: error: unknown type name 'u_int32_t' 308 | static u_int32_t dp32long(u_char b1, u_char b2, u_char b3, u_char b4) | ^~~~~~~~~ bcast.c: In function 'dp32long': bcast.c:310:3: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 310 | u_int32_t l; | ^~~~~~~~~ | uint32_t bcast.c: At top level: bcast.c:323:8: error: unknown type name 'u_int32_t' 323 | static u_int32_t dp24long(u_char b1, u_char b2, u_char b3) | ^~~~~~~~~ bcast.c: In function 'dp24long': bcast.c:325:3: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 325 | u_int32_t l; | ^~~~~~~~~ | uint32_t bcast.c: At top level: bcast.c:359:22: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 359 | static void long32dp(u_int32_t l, u_char *b1, u_char *b2, u_char *b3, u_char *b4) | ^~~~~~~~~ | uint32_t bcast.c:368:22: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 368 | static void long24dp(u_int32_t l, u_char *b1, u_char *b2, u_char *b3) | ^~~~~~~~~ | uint32_t bcast.c:537:29: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 537 | static boolean gen_bcstfile(u_int32_t fid, unsigned short ftype, char *name1, | ^~~~~~~~~ | uint32_t bcast.c:1186:3: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 1186 | u_int32_t fid, unsigned short ftype, | ^~~~~~~~~ | uint32_t bcast.c: In function 'bcast_requests': bcast.c:1322:3: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 1322 | u_int32_t len2, hstart; | ^~~~~~~~~ | uint32_t bcast.c:1340:9: warning: implicit declaration of function 'long32dp' [-Wimplicit-function-declaration] 1340 | long32dp(tp->FileID, &fhe[rh_file_id_b1 - 1], &fhe[rh_file_id_b2 - 1], | ^~~~~~~~ bcast.c:1370:15: warning: implicit declaration of function 'long24dp' [-Wimplicit-function-declaration] 1370 | long24dp(hstart, &fhe[idx - 1], &fhe[idx], &fhe[idx + 1]); | ^~~~~~~~ bcast.c: At top level: bcast.c:1412:61: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 1412 | static unsigned short send_bcast2(unsigned short blocksize, u_int32_t start, | ^~~~~~~~~ | uint32_t bcast.c: In function 'send_bcast_1': bcast.c:1592:21: warning: implicit declaration of function 'send_bcast2'; did you mean 'send_bcast_1'? [-Wimplicit-function-declaration] 1592 | y = send_bcast2(tp->blocksize, tp->sendlist->offset, tp); | ^~~~~~~~~~~ | send_bcast_1 bcast.c: At top level: bcast.c:2042:26: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 2042 | static void resp_request(u_int32_t file_id, unsigned short blocksize, | ^~~~~~~~~ | uint32_t bcast.c: In function 'dec_bcast': bcast.c:2266:3: warning: implicit declaration of function 'resp_request'; did you mean 'bcast_requests'? [-Wimplicit-function-declaration] 2266 | resp_request(file_id, pbsize, infosize, info); | ^~~~~~~~~~~~ | bcast_requests gmake[3]: *** [Makefile:234: bcast.o] Error 1 gmake[3]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src' gmake[2]: *** [Makefile:272: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2/src' gmake[1]: *** [Makefile:184: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/ham/tnt/work/tnt-1.9.2' gmake: *** [Makefile:328: all-recursive-am] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/ham/tnt *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/ham/tnt