+ 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/ia64sim-0.5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ia64sim-0.5/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ia64sim-0.5 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/assemble.c -o obj/assemble.o gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/bundle.c -o obj/bundle.o asm/assemble.c: In function 'parse_operands': asm/assemble.c:285:21: error: implicit declaration of function 'strtoq'; did you mean 'strtok'? [-Wimplicit-function-declaration] 285 | imm = strtoq(inptr, &throwaway, 0); | ^~~~~~ | strtok gmake: *** [makefile.unx:37: assemble.o] Error 1 gmake: *** Waiting for unfinished jobs.... asm/bundle.c: In function 'bundle_from_file': asm/bundle.c:117:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 117 | if (temp[1]=='/') *temp = (char) NULL; /* strip comments */ | ^ asm/bundle.c:121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 121 | *temp = (char) NULL; stop = STOP; | ^ asm/bundle.c: In function 'data_from_file': asm/bundle.c:388:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 388 | if (temp[1]=='/') *temp = (char) NULL; /* strip comments */ | ^ *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/ia64sim *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/ia64sim