+ 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/kbanner-2.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/kbanner-2.1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for kbanner-2.1 --- kbanner.o --- --- font1.o --- --- font2.o --- --- font3.o --- --- kbanner.o --- gcc -c -O kbanner.c --- font1.o --- gcc -c -O font1.c --- font2.o --- gcc -c -O font2.c --- font3.o --- gcc -c -O font3.c --- kbanner.o --- kbanner.c:87:1: error: return type defaults to 'int' [-Wimplicit-int] 87 | main(argc,argv) | ^~~~ kbanner.c: In function 'main': kbanner.c:131:5: error: implicit declaration of function 'kbanner' [-Wimplicit-function-declaration] 131 | kbanner(stdin); | ^~~~~~~ kbanner.c: At top level: kbanner.c:147:1: error: return type defaults to 'int' [-Wimplicit-int] 147 | kbanner(fp) | ^~~~~~~ kbanner.c: In function 'kbanner': kbanner.c:154:12: error: implicit declaration of function 'kgetchar'; did you mean 'getchar'? [-Wimplicit-function-declaration] 154 | while((i=kgetchar(fp))!=EOF){ | ^~~~~~~~ | getchar kbanner.c: At top level: kbanner.c:279:1: error: return type defaults to 'int' [-Wimplicit-int] 279 | kgetchar(fp) | ^~~~~~~~ *** [kbanner.o] Error code 1 bmake: stopped making "kbanner" in /home/pbulk/build/textproc/kbanner/work/kbanner2 bmake: 1 error bmake: stopped making "kbanner" in /home/pbulk/build/textproc/kbanner/work/kbanner2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/kbanner *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/kbanner