+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lsh-2.0.4nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lsh-2.0.4nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for lsh-2.0.4nb2 /bin/make all-recursive make[1]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4' Making all in src make[2]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src' (echo '/* Automatically generated from environ.h.in, by make. */' ; \ sed -e 's,@''prefix@,/usr/pkg,' \ -e 's,@''bindir@,/usr/pkg/bin,' \ -e 's,@''sbindir@,/usr/pkg/sbin,' \ -e 's,@''libexecdir@,/usr/pkg/libexec,' \ -e 's,@''sysconfdir@,/usr/pkg/etc,' \ < /home/pbulk/build/security/lsh/work/lsh-2.0.4/src/environ.h.in) >environ.hT test -s environ.hT && mv -f environ.hT environ.h /bin/make all-recursive make[3]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src' Making all in argp make[4]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' /bin/make all-recursive make[5]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' Making all in . make[6]: Entering directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -I/usr/pkg/include/ncurses -I. -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/ncurses -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-ba.o -MD -MP -MF .deps/argp-ba.Tpo -c -o argp-ba.o argp-ba.c cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -I/usr/pkg/include/ncurses -I. -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/ncurses -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-eexst.o -MD -MP -MF .deps/argp-eexst.Tpo -c -o argp-eexst.o argp-eexst.c mv -f .deps/argp-ba.Tpo .deps/argp-ba.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -I/usr/pkg/include/ncurses -I. -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/ncurses -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-fmtstream.o -MD -MP -MF .deps/argp-fmtstream.Tpo -c -o argp-fmtstream.o argp-fmtstream.c mv -f .deps/argp-eexst.Tpo .deps/argp-eexst.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -I/usr/pkg/include/ncurses -I. -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/ncurses -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-help.o -MD -MP -MF .deps/argp-help.Tpo -c -o argp-help.o argp-help.c argp-help.c: In function 'fill_in_uparams': argp-help.c:239:29: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] 239 | val = atoi (arg); | ^~~ | | | const unsigned char * In file included from /usr/include/features.h:490, from /usr/include/alloca.h:21, from ./config.h:199, from argp-help.c:26: /usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'const unsigned char *' 361 | __NTH (atoi (const char *__nptr)) | ^~~~~ argp-help.c:247:31: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 247 | && strncmp (var, un->name, var_len) == 0) | ^~~ | | | const unsigned char * In file included from argp-help.c:46: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'const unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mv -f .deps/argp-fmtstream.Tpo .deps/argp-fmtstream.Po cc -DHAVE_CONFIG_H -I. -I/usr/pkg/include -I/usr/pkg/include/ncurses -I. -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/ncurses -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-parse.o -MD -MP -MF .deps/argp-parse.Tpo -c -o argp-parse.o argp-parse.c In file included from argp-parse.c:84: argp-namefrob.h:46:22: error: redefinition of 'argp_usage' 46 | #define __argp_usage argp_usage | ^~~~~~~~~~ argp-parse.c:1293:1: note: in expansion of macro '__argp_usage' 1293 | __argp_usage (__const struct argp_state *__state) | ^~~~~~~~~~~~ In file included from argp-parse.c:83: argp.h:556:24: note: previous definition of 'argp_usage' with type 'void(const struct argp_state *)' 556 | # define __argp_usage argp_usage | ^~~~~~~~~~ argp.h:567:1: note: in expansion of macro '__argp_usage' 567 | __argp_usage (__const struct argp_state *__state) | ^~~~~~~~~~~~ In file included from argp-parse.c:84: argp-namefrob.h:32:27: error: redefinition of '_option_is_short' 32 | #define __option_is_short _option_is_short | ^~~~~~~~~~~~~~~~ argp-parse.c:1299:1: note: in expansion of macro '__option_is_short' 1299 | __option_is_short (__const struct argp_option *__opt) | ^~~~~~~~~~~~~~~~~ In file included from argp-parse.c:83: argp.h:558:29: note: previous definition of '_option_is_short' with type 'int(const struct argp_option *)' 558 | # define __option_is_short _option_is_short | ^~~~~~~~~~~~~~~~ argp.h:573:1: note: in expansion of macro '__option_is_short' 573 | __option_is_short (__const struct argp_option *__opt) | ^~~~~~~~~~~~~~~~~ In file included from argp-parse.c:84: argp-namefrob.h:30:25: error: redefinition of '_option_is_end' 30 | #define __option_is_end _option_is_end | ^~~~~~~~~~~~~~ argp-parse.c:1313:1: note: in expansion of macro '__option_is_end' 1313 | __option_is_end (__const struct argp_option *__opt) | ^~~~~~~~~~~~~~~ In file included from argp-parse.c:83: argp.h:559:27: note: previous definition of '_option_is_end' with type 'int(const struct argp_option *)' 559 | # define __option_is_end _option_is_end | ^~~~~~~~~~~~~~ argp.h:585:1: note: in expansion of macro '__option_is_end' 585 | __option_is_end (__const struct argp_option *__opt) | ^~~~~~~~~~~~~~~ make[6]: *** [Makefile:302: argp-parse.o] Error 1 make[6]: *** Waiting for unfinished jobs.... mv -f .deps/argp-help.Tpo .deps/argp-help.Po make[6]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' make[5]: *** [Makefile:322: all-recursive] Error 1 make[5]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' make[4]: *** [Makefile:216: all] Error 2 make[4]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src/argp' make[3]: *** [Makefile:823: all-recursive] Error 1 make[3]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src' make[2]: *** [Makefile:550: all] Error 2 make[2]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4/src' make[1]: *** [Makefile:259: all-recursive] Error 1 make[1]: Leaving directory '/home/pbulk/build/security/lsh/work/lsh-2.0.4' make: *** [Makefile:198: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/lsh *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/lsh