+ 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/extipl-5.04nb2/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/extipl-5.04nb2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for extipl-5.04nb2
cc -pipe -O2 -o bin2src bin2src.c
nasm -f bin -o antares.bin -l antares.lst antares.asm
nasm -dFDTEST -f bin -o antaresA.bin -l antaresA.lst antares.asm
nasm -f bin -o altair.bin -l altair.lst altair.asm
bin2src.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int]
   27 | main(argc, argv)
      | ^~~~
nasm -dFDTEST -f bin -o altairA.bin -l altairA.lst altair.asm
bin2src.c: In function 'main':
bin2src.c:98:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
   98 |         unlink(outfile);
      |         ^~~~~~
bin2src.c: In function 'bin2src':
bin2src.c:117:5: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
  117 |     lseek(fd, skip, SEEK_SET);
      |     ^~~~~
      |     fseek
bin2src.c:122:18: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  122 |         if ((n = read(fd, buf, n)) < 0) return(-1);
      |                  ^~~~
      |                  fread
bin2src.c:132:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  132 |     close(fd);
      |     ^~~~~
      |     pclose
./takevers.sh > version.inc
nasm -dTAURUS -f bin -o aldebaran.bin -l aldebaran.lst pollux.asm
nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -f bin -o pollux.bin -l pollux.lst pollux.asm
nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -DFDTEST -f bin -o polluxA.bin -l polluxA.lst pollux.asm
nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -f bin -o castor0.bin -l castor.lst castor.asm
dd if=castor0.bin of=castor.bin bs=512 skip=1 2>/dev/null
./bin2src -o extndipl.src extndipl.templ
cc -pipe -O2 -o extipl extipl.c
extipl.c:82:23: error: unknown type name '_llseek'
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                       ^~~~~~~
extipl.c:82:40: error: unknown type name 'fd'
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                                        ^~
extipl.c:82:51: error: unknown type name 'hi'
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                                                   ^~
extipl.c:82:62: error: unknown type name 'lo'; did you mean 'long'?
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                                                              ^~
      |                                                              long
extipl.c:82:76: error: unknown type name 'res'
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                                                                            ^~~
extipl.c:82:87: error: unknown type name 'wh'
   82 | static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
      |                                                                                       ^~
extipl.c:132:1: warning: return type defaults to 'int' [-Wimplicit-int]
  132 | main(argc, argv)
      | ^~~~
extipl.c: In function 'restore':
extipl.c:664:10: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration]
  664 |     ch = tolower(*ask("\n  Restore(c/t/a)?"));
      |          ^~~~~~~
extipl.c:31:1: note: include '<ctype.h>' or provide a declaration of 'tolower'
   30 | #include "extndipl.src"
  +++ |+#include <ctype.h>
   31 | 
extipl.c: In function 'get_bootable':
extipl.c:898:13: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
  898 |         if (isdigit(*s)) {
      |             ^~~~~~~
extipl.c:898:13: note: include '<ctype.h>' or provide a declaration of 'isdigit'
extipl.c: In function 'ask':
extipl.c:1093:17: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
 1093 |     while(*p && isspace(*p)) p++;
      |                 ^~~~~~~
extipl.c:1093:17: note: include '<ctype.h>' or provide a declaration of 'isspace'
extipl.c: In function 'long_seek':
extipl.c:1123:8: warning: implicit declaration of function '_llseek'; did you mean 'lseek'? [-Wimplicit-function-declaration]
 1123 |     if(_llseek(fd, loff_hi, loff_lo, &result, whence) != 0) {
      |        ^~~~~~~
      |        lseek
extipl.c: In function 'ask':
extipl.c:1090:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 1090 |     fgets(lbuf, LBUF_SIZE, stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:70: extipl] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/extipl
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/extipl