+ 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/logrot-1.7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/logrot-1.7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for logrot-1.7 --- logrot.o --- --- stringlist.o --- --- logrot.o --- cc -I. -I. -pipe -O2 -DGZIP=\"/home/pbulk/build/sysutils/logrot/work/.tools/bin/gzip\" -DPIDFILE=\"/etc/syslog.pid\" -c logrot.c --- stringlist.o --- cc -I. -I. -pipe -O2 -DGZIP=\"/home/pbulk/build/sysutils/logrot/work/.tools/bin/gzip\" -DPIDFILE=\"/etc/syslog.pid\" -c stringlist.c stringlist.c: In function 'sl_init': stringlist.c:53:3: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration] err(1, "stringlist"); ^~~ --- logrot.o --- logrot.c: In function 'filter_log': logrot.c:227:3: warning: implicit declaration of function 'errx'; did you mean 'errno'? [-Wimplicit-function-declaration] errx(ecode, "rotated filename would be too long"); ^~~~ errno logrot.c:233:3: warning: implicit declaration of function 'err' [-Wimplicit-function-declaration] err(ecode, "can't open '%s'", origlog); ^~~ logrot.c: In function 'parse_rotate_fmt': logrot.c:445:5: warning: implicit declaration of function 'warnx' [-Wimplicit-function-declaration] warnx("%s doesn't exist - using %s instead", ^~~~~ logrot.c: In function 'rotate_logs': logrot.c:685:4: warning: implicit declaration of function 'warn'; did you mean 'main'? [-Wimplicit-function-declaration] warn("can't stat '%s'", logs[idx]); ^~~~ main --- logrot.1 --- sed -e 's%!PIDFILE!%'/etc/syslog.pid'%' -e 's%!GZIP!%'/home/pbulk/build/sysutils/logrot/work/.tools/bin/gzip'%' < ./logrot.1.in > logrot.1 --- logrot --- cc -Wl,-zrelro -Wl,-R/usr/pkg/lib -o logrot logrot.o stringlist.o