+ 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
nasm -dFDTEST -f bin -o altairA.bin -l altairA.lst altair.asm
bin2src.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc, argv)
 ^~~~
bin2src.c: In function 'main':
bin2src.c:98:2: warning: implicit declaration of function 'unlink'; did you mean 'unix'? [-Wimplicit-function-declaration]
  unlink(outfile);
  ^~~~~~
  unix
bin2src.c: In function 'bin2src':
bin2src.c:117:5: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
     lseek(fd, skip, SEEK_SET);
     ^~~~~
     fseek
bin2src.c:122:11: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  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]
     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'
 static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
                       ^~~~~~~
extipl.c:82:40: error: unknown type name 'fd'
 static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
                                        ^~
extipl.c:82:51: error: unknown type name 'hi'
 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'?
 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'
 static _syscall5(int, _llseek,  uint,  fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);
                                                                            ^~~
extipl.c:82:87: error: unknown type name 'wh'
 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]
 main(argc, argv)
 ^~~~
extipl.c: In function 'restore':
extipl.c:664:10: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration]
     ch = tolower(*ask("\n  Restore(c/t/a)?"));
          ^~~~~~~
extipl.c: In function 'get_bootable':
extipl.c:898:6: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
  if (isdigit(*s)) {
      ^~~~~~~
extipl.c: In function 'ask':
extipl.c:1093:17: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
     while(*p && isspace(*p)) p++;
                 ^~~~~~~
extipl.c: In function 'long_seek':
extipl.c:1123:8: warning: implicit declaration of function '_llseek'; did you mean 'lseek'? [-Wimplicit-function-declaration]
     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]
     fgets(lbuf, LBUF_SIZE, stdin);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake: *** [Makefile:70: extipl] Error 1
*** Error code 2

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

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