+ 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 --- 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 --- 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 --- --- 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) | ^~~~~~ --- all-lolevels --- pgtek.c:13:1: error: return type defaults to 'int' [-Wimplicit-int] 13 | pgmove(x,y) | ^~~~~~ pgtek.c: In function 'pgmove': pgtek.c:24:3: error: implicit declaration of function 'calc' [-Wimplicit-function-declaration] 24 | calc(x,y,&xl,&xh,&yl,&yh); | ^~~~ pgtek.c: At top level: pgtek.c:30:1: error: return type defaults to 'int' [-Wimplicit-int] 30 | pgdraw(x,y,l) | ^~~~~~ pgtek.c: In function 'pgdraw': pgtek.c:62:5: error: implicit declaration of function 'bklin' [-Wimplicit-function-declaration] 62 | bklin(x,y,ddx,ddy,linc,sinc); | ^~~~~ pgtek.c:64:3: error: implicit declaration of function 'cont' [-Wimplicit-function-declaration] 64 | cont(x,y); | ^~~~ pgtek.c: At top level: pgtek.c:67:1: error: return type defaults to 'int' [-Wimplicit-int] 67 | bklin(x,y,ddx,ddy,linc,sinc) | ^~~~~ pgtek.c:127:1: error: return type defaults to 'int' [-Wimplicit-int] 127 | cont(x,y) | ^~~~ pgtek.c:145:1: error: return type defaults to 'int' [-Wimplicit-int] 145 | pgtext(x,y,text) | ^~~~~~ pgtek.c:156:1: error: return type defaults to 'int' [-Wimplicit-int] 156 | pginit() | ^~~~~~ pgtek.c:167:1: error: return type defaults to 'int' [-Wimplicit-int] 167 | pgflsh() | ^~~~~~ pgtek.c:180:1: error: return type defaults to 'int' [-Wimplicit-int] 180 | pginfo(dcx,dcy) | ^~~~~~ pgtek.c:188:1: error: return type defaults to 'int' [-Wimplicit-int] 188 | calc(x,y,xlc,xhc,ylc,yhc) | ^~~~ bmake: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131 --- all-metagens --- 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 *** 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