+ 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/extipl-5.04nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/extipl-5.04nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for extipl-5.04nb2 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ./takevers.sh > version.inc bin2src.c:27:1: error: return type defaults to 'int' [-Wimplicit-int] 27 | main(argc, argv) | ^~~~ bin2src.c: In function 'main': bin2src.c:98:9: error: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 98 | unlink(outfile); | ^~~~~~ bin2src.c: In function 'bin2src': bin2src.c:117:5: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 117 | lseek(fd, skip, SEEK_SET); | ^~~~~ | fseek bin2src.c:122:18: error: 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: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 132 | close(fd); | ^~~~~ | pclose gmake: *** [Makefile:70: bin2src] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/extipl *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/extipl