+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fhist-1.16nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fhist-1.16nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for fhist-1.16nb1 cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Ifcomp -Icommon -c fcomp/main.c mv main.o fcomp/main.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/ac/libintl.c mv libintl.o common/ac/libintl.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/ac/string.c mv string.o common/ac/string.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/ac/unistd.c mv unistd.o common/ac/unistd.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/ac/wchar.c mv wchar.o common/ac/wchar.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/ac/wctype.c mv wctype.o common/ac/wctype.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/arglex.c mv arglex.o common/arglex.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/cmalloc.c mv cmalloc.o common/cmalloc.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/compare.c mv compare.o common/compare.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/env.c mv env.o common/env.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/error.c mv error.o common/error.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/error_intl.c common/error_intl.c: In function 'column_width': common/error_intl.c:149:24: warning: passing argument 1 of 'iswctype' makes integer from pointer without a cast [-Wint-conversion] 149 | if (kanji && iswctype(kanji, wc)) | ^~~~~ | | | wctype_t {aka struct __tag_wctype_t *} In file included from common/ac/wctype.h:51, from common/error_intl.c:27: /usr/include/wctype.h:70:14: note: expected 'wint_t' {aka 'int'} but argument is of type 'wctype_t' {aka 'struct __tag_wctype_t *'} 70 | int iswctype(wint_t, wctype_t); | ^~~~~~ common/error_intl.c:149:31: warning: passing argument 2 of 'iswctype' makes pointer from integer without a cast [-Wint-conversion] 149 | if (kanji && iswctype(kanji, wc)) | ^~ | | | wchar_t {aka int} In file included from common/ac/wctype.h:51, from common/error_intl.c:27: /usr/include/wctype.h:70:22: note: expected 'wctype_t' {aka 'struct __tag_wctype_t *'} but argument is of type 'wchar_t' {aka 'int'} 70 | int iswctype(wint_t, wctype_t); | ^~~~~~~~ mv error_intl.o common/error_intl.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/fcheck.c mv fcheck.o common/fcheck.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/fileio.c mv fileio.o common/fileio.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/help.c mv help.o common/help.o cc -pipe -O2 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -Icommon -Icommon -c common/input.c common/input.c:37:1: error: redefinition of 'input_name' 37 | input_name(input_ty *fp) | ^~~~~~~~~~ In file included from common/input/private.h:26, from common/input.c:27: common/input.h:78:29: note: previous definition of 'input_name' was here 78 | extern __inline const char *input_name(input_ty *fp) | ^~~~~~~~~~ common/input.c:54:1: error: redefinition of 'input_length' 54 | input_length(input_ty *fp) | ^~~~~~~~~~~~ In file included from common/input/private.h:26, from common/input.c:27: common/input.h:80:22: note: previous definition of 'input_length' was here 80 | extern __inline long input_length(input_ty *fp) | ^~~~~~~~~~~~ common/input.c:71:1: error: redefinition of 'input_ftell' 71 | input_ftell(input_ty *fp) | ^~~~~~~~~~~ In file included from common/input/private.h:26, from common/input.c:27: common/input.h:82:22: note: previous definition of 'input_ftell' was here 82 | extern __inline long input_ftell(input_ty *fp) | ^~~~~~~~~~~ common/input.c:88:1: error: redefinition of 'input_read' 88 | input_read(input_ty *fp, void *data, long len) | ^~~~~~~~~~ In file included from common/input/private.h:26, from common/input.c:27: common/input.h:71:22: note: previous definition of 'input_read' was here 71 | extern __inline long input_read(input_ty *fp, void *data, long len) | ^~~~~~~~~~ common/input.c:171:1: error: redefinition of 'input_getc' 171 | input_getc(input_ty *fp) | ^~~~~~~~~~ In file included from common/input/private.h:26, from common/input.c:27: common/input.h:75:21: note: previous definition of 'input_getc' was here 75 | extern __inline int input_getc(input_ty *fp) { if (fp->pushback_len > | ^~~~~~~~~~ *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/devel/fhist/work/fhist-1.16 *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/fhist *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/fhist