+ 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 --- all-lolevels --- all ===> lolevels --- 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 --- --- 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: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 --- ../pgmain/pg.c:55:1: error: return type defaults to 'int' [-Wimplicit-int] 55 | main(argc,argv) | ^~~~ ../pgmain/pg.c: In function 'main': ../pgmain/pg.c:76:36: error: implicit declaration of function 'getpid'; did you mean 'getpw'? [-Wimplicit-function-declaration] 76 | sprintf(tempfilename,"pgraf3.%d",getpid()); | ^~~~~~ | getpw ../pgmain/pg.c:112:7: error: implicit declaration of function 'pginit' [-Wimplicit-function-declaration] 112 | pginit(); | ^~~~~~ ../pgmain/pg.c:138:9: error: implicit declaration of function 'pgmove'; did you mean 'remove'? [-Wimplicit-function-declaration] 138 | pgmove(xl,yl); | ^~~~~~ | remove ../pgmain/pg.c:139:9: error: implicit declaration of function 'pgdraw'; did you mean 'pdraw'? [-Wimplicit-function-declaration] 139 | pgdraw(xl,yh,1); | ^~~~~~ | pdraw --- 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: --- all-lolevels --- ../pgmain/pg.c:179:9: error: implicit declaration of function 'pgflsh' [-Wimplicit-function-declaration] 179 | pgflsh(); | ^~~~~~ ../pgmain/pg.c:181:9: error: implicit declaration of function 'cexit'; did you mean 'exit'? [-Wimplicit-function-declaration] 181 | cexit(1); | ^~~~~ | exit ../pgmain/pg.c:356:7: error: implicit declaration of function 'paxes'; did you mean 'axes'? [-Wimplicit-function-declaration] 356 | paxes(sxl,sxh,ntx,syl,syh,nty,szl,szh,ntz); | ^~~~~ | axes ../pgmain/pg.c:371:7: error: implicit declaration of function 'project' [-Wimplicit-function-declaration] 371 | project(fx,fy,fz,&sx,&sy); | ^~~~~~~ ../pgmain/pg.c:392:7: error: implicit declaration of function 'surface' [-Wimplicit-function-declaration] 392 | surface(nx,ny,ltype); | ^~~~~~~ ../pgmain/pg.c: At top level: ../pgmain/pg.c:418:1: error: return type defaults to 'int' [-Wimplicit-int] --- all-metagens --- 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) | ^~~~~~ --- all-lolevels --- 418 | cexit(status) | ^~~~~ ../pgmain/pg.c: In function 'mark': ../pgmain/pg.c:731:5: error: implicit declaration of function 'pginfo' [-Wimplicit-function-declaration] 731 | pginfo(&cdx,&cdy); /* size of symbol */ | ^~~~~~ ../pgmain/pg.c: In function 'axes': ../pgmain/pg.c:827:18: error: implicit declaration of function 'pgtext' [-Wimplicit-function-declaration] 827 | if(dry == 1) pgtext(x1 - (strlen(value) + 1)*cdx,y,value,5); | ^~~~~~ ../pgmain/pg.c:827:31: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 827 | if(dry == 1) pgtext(x1 - (strlen(value) + 1)*cdx,y,value,5); | ^~~~~~ ../pgmain/pg.c:15:1: note: include '' or provide a declaration of 'strlen' 14 | #include +++ |+#include 15 | ../pgmain/pg.c:827:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] --- all-metagens --- 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); | ^~~~ --- all-lolevels --- 827 | if(dry == 1) pgtext(x1 - (strlen(value) + 1)*cdx,y,value,5); | ^~~~~~ ../pgmain/pg.c:827:31: note: include '' or provide a declaration of 'strlen' ../pgmain/pg.c:846:34: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 846 | if(drx == 1) pgtext(x - 0.5*(strlen(value) + 1)*cdx,y1 - 1.5*cdy,value,5); | ^~~~~~ ../pgmain/pg.c:846:34: note: include '' or provide a declaration of 'strlen' ../pgmain/pg.c: In function 'grid': ../pgmain/pg.c:931:29: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 931 | halflength = (float)strlen(vptr)/2.; | ^~~~~~ ../pgmain/pg.c:931:29: note: include '' or provide a declaration of 'strlen' --- all-metagens --- 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 --- ../pgmain/pg.c: At top level: ../pgmain/pg.c:1427:1: error: return type defaults to 'int' [-Wimplicit-int] 1427 | project(bx,by,bz,x,y) | ^~~~~~~ ../pgmain/pg.c:1443:1: error: return type defaults to 'int' [-Wimplicit-int] 1443 | pseg(xl,yl,zl,xh,yh,zh,ltype) | ^~~~ ../pgmain/pg.c:1453:1: error: return type defaults to 'int' [-Wimplicit-int] 1453 | paxes(sxl,sxh,ntx,syl,syh,nty,szl,szh,ntz) | ^~~~~ ../pgmain/pg.c:1487:1: error: return type defaults to 'int' [-Wimplicit-int] 1487 | surface(nx,ny,ltype) | ^~~~~~~ --- 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(); --- pgtek.o --- 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) | ^~~~ --- pghp.o --- | ^~~~~ pghp.c:29:3: error: implicit declaration of function 'plot' [-Wimplicit-function-declaration] 29 | plot(x,y); | ^~~~ pghp.c: At top level: pghp.c:32:1: error: return type defaults to 'int' [-Wimplicit-int] 32 | pgdraw(x,y,lt1) | ^~~~~~ pghp.c: In function 'pgdraw': pghp.c:52:3: error: implicit declaration of function 'ltype' [-Wimplicit-function-declaration] 52 | ltype(lcon[lt]); | ^~~~~ pghp.c:53:3: error: implicit declaration of function 'pendn' [-Wimplicit-function-declaration] 53 | pendn(); | ^~~~~ pghp.c: At top level: pghp.c:57:1: error: return type defaults to 'int' [-Wimplicit-int] 57 | pgtext(x,y,text) | ^~~~~~ pghp.c: In function 'pgtext': pghp.c:62:3: error: implicit declaration of function 'ontxt' [-Wimplicit-function-declaration] 62 | ontxt(x,y,1,1); | ^~~~~ pghp.c:64:3: error: implicit declaration of function 'offtxt' [-Wimplicit-function-declaration] 64 | offtxt(); | ^~~~~~ pghp.c: At top level: --- pgtek.o --- 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) | ^~~~ --- pghp.o --- pghp.c:67:1: error: return type defaults to 'int' [-Wimplicit-int] 67 | pginfo(dcx,dcy) | ^~~~~~ pghp.c:75:1: error: return type defaults to 'int' [-Wimplicit-int] 75 | hard() | ^~~~ pghp.c:89:1: error: return type defaults to 'int' [-Wimplicit-int] 89 | ginit() | ^~~~~ pghp.c:98:1: error: return type defaults to 'int' [-Wimplicit-int] 98 | gclear(i) | ^~~~~~ pghp.c:112:1: error: return type defaults to 'int' [-Wimplicit-int] 112 | flsh() | ^~~~ pghp.c:119:1: error: return type defaults to 'int' [-Wimplicit-int] 119 | penup() | ^~~~~ pghp.c:129:1: error: return type defaults to 'int' [-Wimplicit-int] 129 | pendn() | ^~~~~ pghp.c:139:1: error: return type defaults to 'int' [-Wimplicit-int] 139 | plot(x,y) | ^~~~ pghp.c:159:1: error: return type defaults to 'int' [-Wimplicit-int] 159 | ltype(ityp) | ^~~~~ pghp.c:175:1: error: return type defaults to 'int' [-Wimplicit-int] 175 | ontxt(x,y,isiz,ior) | ^~~~~ pghp.c:202:1: error: return type defaults to 'int' [-Wimplicit-int] 202 | offtxt() | ^~~~~~ *** [pghp.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/lolevels --- pgtek.o --- *** [pgtek.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/lolevels --- pg.o --- *** [pg.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/lolevels bmake[1]: 3 errors bmake[1]: stopped making "all" in /home/pbulk/build/graphics/pgraf/work/pgraf-20010131/lolevels 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