+ 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/gp-fplsa-1.0nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gp-fplsa-1.0nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gp-fplsa-1.0nb2 --- bindir --- if test ! -d bin; then mkdir bin; fi if test ! -d bin/x86_64-redhat-linux-cc; then mkdir bin/x86_64-redhat-linux-cc; fi --- default --- gcc -o bin/x86_64-redhat-linux-cc/fplsa4 src/fplsa4.c In file included from /usr/include/stdio.h:27:0, from src/fplsa4.c:980: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ src/fplsa4.c: In function 'GetInput': src/fplsa4.c:6327:5: warning: 'gets' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(sfname); ^ /tmp/ccnWdkXD.o: In function `GetInput': fplsa4.c:(.text+0xdcbe): warning: the `gets' function is dangerous and should not be used.