+ 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/pgraf-20010131nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pgraf-20010131nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for pgraf-20010131nb1 --- all-metagens --- --- all-lolevels --- --- all-metagens --- all ===> metagens --- libpgc.a --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -c pgc.c; mv pgc.o libpgc.a --- all-lolevels --- all ===> lolevels --- all-metagens --- pgc.c:20:1: error: return type defaults to 'int' [-Wimplicit-int] 20 | gopen() | ^~~~~ pgc.c: In function 'gopen': pgc.c:24:42: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 24 | if ((pgraf = fopen(NAME,"w")) == NULL) exit(1); | ^~~~ pgc.c:13:1: note: include '' or provide a declaration of 'exit' 12 | #include +++ |+#include 13 | pgc.c:24:42: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 24 | if ((pgraf = fopen(NAME,"w")) == NULL) exit(1); | ^~~~ pgc.c:24:42: note: include '' or provide a declaration of 'exit' pgc.c: At top level: pgc.c:33:1: error: return type defaults to 'int' [-Wimplicit-int] 33 | gclose() | ^~~~~~ pgc.c:39:1: error: return type defaults to 'int' [-Wimplicit-int] 39 | gclear() | ^~~~~~ --- all-lolevels --- --- pg.o --- --- pghp.o --- --- pgtek.o --- --- pg.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I../../include -I/opt/pkg/include -c ../pgmain/pg.c --- pghp.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I../../include -I/opt/pkg/include -c pghp.c --- pgtek.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I../../include -I/opt/pkg/include -c pgtek.c --- all-metagens --- pgc.c:45:1: error: return type defaults to 'int' [-Wimplicit-int] 45 | gpause() | ^~~~~~ pgc.c:51:1: error: return type defaults to 'int' [-Wimplicit-int] 51 | badset(value) | ^~~~~~ pgc.c:67:1: error: return type defaults to 'int' [-Wimplicit-int] 67 | window(nw,xl,xh,yl,yh) | ^~~~~~ pgc.c:83:1: error: return type defaults to 'int' [-Wimplicit-int] 83 | axes(nw,sxl,sxh,ntx,xlabel,syl,syh,nty,ylabel) | ^~~~ pgc.c:92:1: error: return type defaults to 'int' [-Wimplicit-int] 92 | axesnoxy(nw,sxl,sxh,ntx,syl,syh,nty) | ^~~~~~~~ pgc.c: In function 'axesnoxy': pgc.c:92:1: error: type of 'ntx' defaults to 'int' [-Wimplicit-int] pgc.c:92:1: error: type of 'nty' defaults to 'int' [-Wimplicit-int] pgc.c: At top level: pgc.c:99:1: error: return type defaults to 'int' [-Wimplicit-int] 99 | axesnox(nw,sxl,sxh,ntx,syl,syh,nty,ylabel) | ^~~~~~~ pgc.c: In function 'axesnox': pgc.c:99:1: error: type of 'ntx' defaults to 'int' [-Wimplicit-int] pgc.c: At top level: pgc.c:107:1: error: return type defaults to 'int' [-Wimplicit-int] 107 | axesnoy(nw,sxl,sxh,ntx,xlabel,syl,syh,nty) | ^~~~~~~ pgc.c: In function 'axesnoy': pgc.c:107:1: error: type of 'nty' defaults to 'int' [-Wimplicit-int] pgc.c: At top level: pgc.c:146:1: error: return type defaults to 'int' [-Wimplicit-int] 146 | conto(nw,nx,ny,dz,ltype,v) | ^~~~~ pgc.c: In function 'conto': pgc.c:155:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 155 | exit(1); | ^~~~ pgc.c:155:5: note: include '' or provide a declaration of 'exit' pgc.c:165:3: error: implicit declaration of function 'conto2'; did you mean 'conto'? [-Wimplicit-function-declaration] 165 | conto2(nw,nx,ny,dz,ltype,v,xloc,yloc); | ^~~~~~ | conto pgc.c: At top level: pgc.c:169:1: error: return type defaults to 'int' [-Wimplicit-int] 169 | conto2(nw,nx,ny,dz,ltype,v,xloc,yloc) | ^~~~~~ pgc.c:208:1: error: return type defaults to 'int' [-Wimplicit-int] 208 | fill(nw,nx,ny,dvl,dvh,ltype,v) | ^~~~ pgc.c: In function 'fill': pgc.c:217:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 217 | exit(1); | ^~~~ pgc.c:217:5: note: include '' or provide a declaration of 'exit' pgc.c:225:3: error: implicit declaration of function 'fill2'; did you mean 'fill'? [-Wimplicit-function-declaration] 225 | fill2(nw,nx,ny,dvl,dvh,ltype,v,xloc,yloc); | ^~~~~ | fill pgc.c: At top level: pgc.c:229:1: error: return type defaults to 'int' [-Wimplicit-int] 229 | fill2(nw,nx,ny,dvl,dvh,ltype,v,xloc,yloc) | ^~~~~ pgc.c:248:1: error: return type defaults to 'int' [-Wimplicit-int] 248 | grid(nw,nx,ny,jx,jy,v) | ^~~~ pgc.c: In function 'grid': pgc.c:257:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 257 | exit(1); | ^~~~ pgc.c:257:5: note: include '' or provide a declaration of 'exit' pgc.c:275:3: error: implicit declaration of function 'grid2'; did you mean 'grid'? [-Wimplicit-function-declaration] 275 | grid2(nw,nx,ny,jx,jy,v,xloc,yloc); | ^~~~~ | grid pgc.c: At top level: pgc.c:279:1: error: return type defaults to 'int' [-Wimplicit-int] 279 | grid2(nw,nx,ny,jx,jy,v,xloc,yloc) | ^~~~~ pgc.c:309:1: error: return type defaults to 'int' [-Wimplicit-int] 309 | label(nw,sx,sy,text) | ^~~~~ pgc.c:328:1: error: return type defaults to 'int' [-Wimplicit-int] 328 | plabel(nw,sx,sy,sz,text) | ^~~~~~ pgc.c:346:1: error: return type defaults to 'int' [-Wimplicit-int] 346 | line(nw,ltype,num,x,y) | ^~~~ pgc.c:358:1: error: return type defaults to 'int' [-Wimplicit-int] 358 | mark(nw,mtype,x,y,size) | ^~~~ pgc.c:367:1: error: return type defaults to 'int' [-Wimplicit-int] 367 | scale(n,coarse,v,max,min) | ^~~~~ pgc.c:413:1: error: return type defaults to 'int' [-Wimplicit-int] 413 | vscale(nw,nx,ny,x,y,sx,sy) | ^~~~~~ pgc.c: In function 'vscale': pgc.c:413:1: error: type of 'nw' defaults to 'int' [-Wimplicit-int] pgc.c: At top level: pgc.c:441:1: error: return type defaults to 'int' [-Wimplicit-int] 441 | vector(nw,nx,ny,sx,sy,vx,vy) | ^~~~~~ pgc.c: In function 'vector': pgc.c:450:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 450 | exit(1); | ^~~~ pgc.c:450:5: note: include '' or provide a declaration of 'exit' pgc.c:458:3: error: implicit declaration of function 'vector2'; did you mean 'vector'? [-Wimplicit-function-declaration] 458 | vector2(nw,nx,ny,sx,sy,vx,vy,xloc,yloc); | ^~~~~~~ | vector pgc.c: At top level: pgc.c:462:1: error: return type defaults to 'int' [-Wimplicit-int] 462 | vector2(nw,nx,ny,sx,sy,vx,vy,xloc,yloc) | ^~~~~~~ pgc.c:481:1: error: return type defaults to 'int' [-Wimplicit-int] 481 | pview(nw,xp,yp,zp,xf,yf,zf,zoom) | ^~~~~ pgc.c:490:1: error: return type defaults to 'int' [-Wimplicit-int] 490 | paxes(nw,sxl,sxh,xstretch,xlabel,syl,syh,ystretch,ylabel, | ^~~~~ pgc.c:511:1: error: return type defaults to 'int' [-Wimplicit-int] 511 | psurface(nw,nx,ny,ltype,v,xvals,yvals) | ^~~~~~~~ pgc.c:532:1: error: return type defaults to 'int' [-Wimplicit-int] 532 | pline(nw,ltype,num,x,y,z) | ^~~~~ pgc.c:547:1: error: return type defaults to 'int' [-Wimplicit-int] 547 | pconto(nw,ltype,nx,ny,cval,v,orig,xa,ya) | ^~~~~~ mv: cannot access pgc.o *** [libpgc.a] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/metagens bmake[1]: 1 error bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/metagens bmake: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131 --- all-lolevels --- --- pghp.o --- pghp.c:9:1: error: return type defaults to 'int' [-Wimplicit-int] 9 | pginit() | ^~~~~~ pghp.c: In function 'pginit': pghp.c:12:3: error: implicit declaration of function 'ginit'; did you mean 'pginit'? [-Wimplicit-function-declaration] 12 | ginit(); | ^~~~~ | pginit pghp.c:13:3: error: implicit declaration of function 'gclear' [-Wimplicit-function-declaration] 13 | gclear(1); | ^~~~~~ pghp.c: At top level: pghp.c:16:1: error: return type defaults to 'int' [-Wimplicit-int] 16 | pgflsh() | ^~~~~~ pghp.c: In function 'pgflsh': pghp.c:19:3: error: implicit declaration of function 'flsh'; did you mean 'pgflsh'? [-Wimplicit-function-declaration] 19 | flsh(); | ^~~~ | pgflsh pghp.c: At top level: pghp.c:24:1: error: return type defaults to 'int' [-Wimplicit-int] 24 | pgmove(x,y) | ^~~~~~ pghp.c: In function 'pgmove': pghp.c:28:3: error: implicit declaration of function 'penup' [-Wimplicit-function-declaration] 28 | penup(); bmake: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/pgraf *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/pgraf