+ 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/xrn-10.11/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xrn-10.11/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xrn-10.11
rm -f mesg_str.tmp
/opt/pkg/bin/nawk -f ./mesg_str.awk ./mesg_strings.c > mesg_str.tmp
+ cmp -s mesg_str.tmp mesg_strings.h
+ rm -f mesg_strings.h
+ mv mesg_str.tmp mesg_strings.h
/opt/pkg/bin/gmake  all-am
gmake[1]: Entering directory '/home/pbulk/build/news/xrn/work/xrn-10.11'
gcc -DPACKAGE_NAME=\"xrn\" -DPACKAGE_TARNAME=\"xrn\" -DPACKAGE_VERSION=\"10.11\" -DPACKAGE_STRING=\"xrn\ 10.11\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xrn\" -DVERSION=\"10.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DYYTEXT_POINTER=1 -DRETSIGTYPE=void -DSTDC_HEADERS=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_INT_P=8 -DHAVE_POSIX_REGCOMP=1 -DHAVE_MKSTEMP=1 -DHAVE_STRTOK=1 -DHAVE_UNISTD_H=1 -DXRN_LANG_english=1 -DCONFIG_H_IS_OK=1 -DXRN_APP_CLASS=\"XRn\" -DXRN=1 -DXRNAPPDIR=\"/opt/pkg/etc/X11/app-defaults\" -I.   -I/opt/pkg/include -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT  -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wno-unused-result -MT xrn-avl.o -MD -MP -MF .deps/xrn-avl.Tpo -c -o xrn-avl.o `test -f 'avl.c' || echo './'`avl.c
In file included from avl.c:28:
utils.h:68:12: error: conflicting types for 'printf'
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      |            ^~~~~~
utils.h:68:1: note: a parameter list with an ellipsis cannot match an empty parameter name list declaration
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      | ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:208:12: note: previous declaration of 'printf' was here
  208 | extern int printf(const char *_RESTRICT_KYWD, ...);
      |            ^~~~~~
In file included from avl.c:28:
utils.h:68:22: error: conflicting types for 'fprintf'
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      |                      ^~~~~~~
utils.h:68:1: note: a parameter list with an ellipsis cannot match an empty parameter name list declaration
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      | ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:204:12: note: previous declaration of 'fprintf' was here
  204 | extern int fprintf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...);
      |            ^~~~~~~
In file included from avl.c:28:
utils.h:68:51: error: conflicting types for 'fread'
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      |                                                   ^~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:245:15: note: previous declaration of 'fread' was here
  245 | extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t,
      |               ^~~~~
In file included from avl.c:28:
utils.h:68:60: error: conflicting types for 'fwrite'
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      |                                                            ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:247:15: note: previous declaration of 'fwrite' was here
  247 | extern size_t fwrite(const void *_RESTRICT_KYWD, size_t, size_t,
      |               ^~~~~~
In file included from avl.c:28:
utils.h:68:70: error: conflicting types for 'sscanf'
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      |                                                                      ^~~~~~
utils.h:68:1: note: a parameter list with an ellipsis cannot match an empty parameter name list declaration
   68 | extern int printf(), fprintf(), fputc(), fputs(), fread(), fwrite(), sscanf();
      | ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:214:12: note: previous declaration of 'sscanf' was here
  214 | extern int sscanf(const char *_RESTRICT_KYWD,
      |            ^~~~~~
In file included from avl.c:28:
utils.h:70:1: warning: 'format' attribute cannot be applied to a function that does not take variable arguments [-Wattributes]
   70 | extern int fclose(), vfprintf(), vsprintf(), puts(), fscanf(), _filbuf();
      | ^~~~~~
utils.h:70:1: warning: 'format' attribute cannot be applied to a function that does not take variable arguments [-Wattributes]
utils.h:70:54: error: conflicting types for 'fscanf'
   70 | extern int fclose(), vfprintf(), vsprintf(), puts(), fscanf(), _filbuf();
      |                                                      ^~~~~~
utils.h:70:1: note: a parameter list with an ellipsis cannot match an empty parameter name list declaration
   70 | extern int fclose(), vfprintf(), vsprintf(), puts(), fscanf(), _filbuf();
      | ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:206:12: note: previous declaration of 'fscanf' was here
  206 | extern int fscanf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...);
      |            ^~~~~~
In file included from avl.c:28:
utils.h:71:23: error: conflicting types for 'rewind'
   71 | extern int _flsbuf(), rewind(), fseek();
      |                       ^~~~~~
In file included from /usr/include/stdio.h:82,
                 from utils.h:44,
                 from avl.c:28:
/usr/include/iso/stdio_iso.h:255:13: note: previous declaration of 'rewind' was here
  255 | extern void rewind(FILE *);
      |             ^~~~~~
In file included from avl.c:28:
utils.h:76:12: error: conflicting types for 'read'
   76 | extern int read(), close(), fchmod(), rename();
      |            ^~~~
In file included from utils.h:51,
                 from avl.c:28:
/usr/include/unistd.h:461:16: note: previous declaration of 'read' was here
  461 | extern ssize_t read(int, void *, size_t);
      |                ^~~~
gmake[1]: *** [Makefile:547: xrn-avl.o] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/news/xrn/work/xrn-10.11'
gmake: *** [Makefile:390: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/news/xrn
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/news/xrn