+ 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/fasthenry-3.0.19961112/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fasthenry-3.0.19961112/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for fasthenry-3.0.19961112 --- fasthenry --- --- zbuf --- cd src/zbuf ; /opt/pkg/bin/bmake zbuf --- fasthenry --- cd src/fasthenry ; /opt/pkg/bin/bmake fasthenry --- sparse/sparse.a --- --- induct.o --- --- sparse/sparse.a --- cd sparse; make --- zbuf --- --- ./mulGlobal.o --- --- ./extras.o --- --- ./mulGlobal.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DOTHER -c ./mulGlobal.c --- ./extras.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DOTHER -c ./extras.c --- fasthenry --- --- induct.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DFOUR -c induct.c --- sparse/sparse.a --- --- spAllocate.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c spAllocate.c --- induct.o --- induct.c:71:1: error: return type defaults to 'int' [-Wimplicit-int] 71 | main(argc, argv) | ^~~~ induct.c: In function 'main': induct.c:168:9: error: implicit declaration of function 'readGeom' [-Wimplicit-function-declaration] 168 | err = readGeom(fp, indsys); | ^~~~~~~~ induct.c:179:5: error: implicit declaration of function 'regurgitate' [-Wimplicit-function-declaration] 179 | regurgitate(indsys); | ^~~~~~~~~~~ --- zbuf --- ./extras.c:207:1: error: return type defaults to 'int' [-Wimplicit-int] 207 | initcalcp(panel_list) | ^~~~~~~~~ --- fasthenry --- induct.c:192:5: error: implicit declaration of function 'concat4' [-Wimplicit-function-declaration] 192 | concat4(outfname,"zbuffile",opts->suffix,""); | ^~~~~~~ --- zbuf --- ./extras.c: In function 'initcalcp': ./extras.c:260:5: error: implicit declaration of function 'Cross_Product'; did you mean 'DotP_Product'? [-Wimplicit-function-declaration] 260 | Cross_Product(pq->X, pq->Y, pq->Z); | ^~~~~~~~~~~~~ | DotP_Product --- fasthenry --- induct.c:194:5: error: implicit declaration of function 'writefastcap' [-Wimplicit-function-declaration] 194 | writefastcap(outfname, outfname2, indsys); | ^~~~~~~~~~~~ --- zbuf --- ./extras.c:262:8: error: implicit declaration of function 'flip_normal'; did you mean 'isnormal'? [-Wimplicit-function-declaration] 262 | if(flip_normal(pq)) { | ^~~~~~~~~~~ | isnormal ./extras.c:290:8: error: implicit declaration of function 'planarize' [-Wimplicit-function-declaration] 290 | if(planarize(pq) == FALSE) { | ^~~~~~~~~ --- fasthenry --- induct.c:203:3: error: implicit declaration of function 'fill_Gquad' [-Wimplicit-function-declaration] 203 | fill_Gquad(); | ^~~~~~~~~~ --- zbuf --- In file included from ./extras.c:35: ./mulGlobal.h:109:28: error: implicit declaration of function 'ualloc'; did you mean 'valloc'? [-Wimplicit-function-declaration] 109 | #define CALCORE(NUM, TYPE) ualloc((unsigned)(NUM)*sizeof(TYPE)) | ^~~~~~ ./mulGlobal.h:151:29: note: in expansion of macro 'CALCORE' 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^~~~~~~ ./extras.c:292:7: note: in expansion of macro 'CALLOC' 292 | CALLOC(npq, 1, charge, ON, AMSC); | ^~~~~~ ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./extras.c:292:7: note: in expansion of macro 'CALLOC' 292 | CALLOC(npq, 1, charge, ON, AMSC); | ^~~~~~ --- fasthenry --- induct.c:206:3: error: implicit declaration of function 'init_table'; did you mean 'initstate'? [-Wimplicit-function-declaration] 206 | init_table(); | ^~~~~~~~~~ | initstate --- zbuf --- ./mulGlobal.h:142:32: error: implicit declaration of function 'sbrk' [-Wimplicit-function-declaration] 142 | memcount/1024, sbrk(0)); \ | ^~~~ ./mulGlobal.h:157:8: note: in expansion of macro 'DUMPALLOCSIZ' 157 | DUMPALLOCSIZ; \ | ^~~~~~~~~~~~ ./extras.c:292:7: note: in expansion of macro 'CALLOC' 292 | CALLOC(npq, 1, charge, ON, AMSC); | ^~~~~~ ./extras.c:306:5: error: implicit declaration of function 'centroid' [-Wimplicit-function-declaration] 306 | centroid(pq, length20); | ^~~~~~~~ --- ./zbuf.o --- --- ./extras.o --- ./extras.c: At top level: ./extras.c:336:1: error: return type defaults to 'int' [-Wimplicit-int] 336 | Cross_Product(vector1, vector2, result_vector) | ^~~~~~~~~~~~~ --- fasthenry --- induct.c:243:3: error: implicit declaration of function 'make_trees' [-Wimplicit-function-declaration] 243 | make_trees(indsys); | ^~~~~~~~~~ induct.c:246:3: error: implicit declaration of function 'clear_marks' [-Wimplicit-function-declaration] 246 | clear_marks(indsys); | ^~~~~~~~~~~ --- zbuf --- ./extras.c:365:1: error: return type defaults to 'int' [-Wimplicit-int] 365 | centroid(pp, x2) | ^~~~~~~~ ./extras.c:399:1: error: return type defaults to 'int' [-Wimplicit-int] 399 | planarize(pq) | ^~~~~~~~~ --- fasthenry --- induct.c:251:3: error: implicit declaration of function 'find_hole_meshes' [-Wimplicit-function-declaration] 251 | find_hole_meshes(indsys); | ^~~~~~~~~~~~~~~~ --- zbuf --- ./extras.c:445:1: error: return type defaults to 'int' [-Wimplicit-int] 445 | flip_normal(panel) | ^~~~~~~~~~~ --- ./zbuf.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DOTHER -c ./zbuf.c --- fasthenry --- induct.c:256:26: error: implicit declaration of function 'pick_subset' [-Wimplicit-function-declaration] 256 | = pick_subset(opts->portlist, indsys); | ^~~~~~~~~~~ --- zbuf --- --- ./extras.o --- ./extras.c: In function 'flip_normal': ./extras.c:482:40: error: implicit declaration of function 'hack_path' [-Wimplicit-function-declaration] 482 | fprintf(stderr, " Surface: %s\n", hack_path(surf_name)); | ^~~~~~~~~ --- fasthenry --- induct.c:462:7: error: implicit declaration of function 'dump_mesh_coords' [-Wimplicit-function-declaration] 462 | dump_mesh_coords(indsys); | ^~~~~~~~~~~~~~~~ induct.c:464:7: error: implicit declaration of function 'dump_ascii_mesh_coords' [-Wimplicit-function-declaration] 464 | dump_ascii_mesh_coords(indsys); | ^~~~~~~~~~~~~~~~~~~~~~ induct.c:467:3: error: implicit declaration of function 'formMtrans' [-Wimplicit-function-declaration] 467 | formMtrans(indsys); /* Form M transpose by row*/ | ^~~~~~~~~~ induct.c:482:12: error: implicit declaration of function 'get_table_mem' [-Wimplicit-function-declaration] 482 | get_table_mem()); | ^~~~~~~~~~~~~ induct.c:485:3: error: implicit declaration of function 'destroy_table' [-Wimplicit-function-declaration] 485 | destroy_table(); | ^~~~~~~~~~~~~ induct.c:488:3: error: implicit declaration of function 'choose_and_setup_precond' [-Wimplicit-function-declaration] 488 | choose_and_setup_precond(indsys); | ^~~~~~~~~~~~~~~~~~~~~~~~ induct.c:492:5: error: implicit declaration of function 'savemats'; did you mean 'savemat_mod'? [-Wimplicit-function-declaration] 492 | savemats(indsys); | ^~~~~~~~ | savemat_mod induct.c:529:5: error: implicit declaration of function 'createMRMt' [-Wimplicit-function-declaration] 529 | createMRMt(&MRMt, indsys); | ^~~~~~~~~~ induct.c:550:7: error: implicit declaration of function 'formMLMt' [-Wimplicit-function-declaration] 550 | formMLMt(indsys); /*form (M^t)*(L)*M and store in indys->MtZM*/ | ^~~~~~~~ induct.c:553:22: error: implicit declaration of function 'ArnoldiROM' [-Wimplicit-function-declaration] 553 | actual_order = ArnoldiROM(B, C, (double **)NULL, MRMt, num_mesh, | ^~~~~~~~~~ induct.c:580:7: error: implicit declaration of function 'dumpROM' [-Wimplicit-function-declaration] 580 | dumpROM(fROM, indsys->Ar, indsys->Br, indsys->Cr, indsys->Dr, | ^~~~~~~ induct.c:613:7: error: implicit declaration of function 'formMZMt' [-Wimplicit-function-declaration] 613 | formMZMt(indsys); /*form transpose(M)*(R+jL)*M (no w) */ | ^~~~~~~~ induct.c:624:13: error: implicit declaration of function 'savecmplx2' [-Wimplicit-function-declaration] 624 | savecmplx2(fp2,"MZMt",indsys->MtZM, indsys->num_mesh,indsys->num_mesh); | ^~~~~~~~~~ induct.c:658:11: error: implicit declaration of function 'indPrecond_direct' [-Wimplicit-function-declaration] 658 | indPrecond_direct(sys, indsys, 2*PI*freq); | ^~~~~~~~~~~~~~~~~ induct.c:660:11: error: implicit declaration of function 'indPrecond' [-Wimplicit-function-declaration] 660 | indPrecond(sys, indsys, 2*PI*freq); | ^~~~~~~~~~ --- zbuf --- *** [./extras.o] Error code 1 bmake[1]: stopped making "zbuf" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0/src/zbuf --- fasthenry --- induct.c:669:9: error: implicit declaration of function 'fill_spPre' [-Wimplicit-function-declaration] 669 | fill_spPre(sys, indsys, 2*PI*freq); | ^~~~~~~~~~ *** [fasthenry] Error code 6 bmake: stopped making "all" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0 --- zbuf --- --- ./zbuf.o --- ./zbuf.c:41:1: error: return type defaults to 'int' [-Wimplicit-int] 41 | main(argc, argv) | ^~~~ In file included from ./zbuf.c:39: ./zbuf.c: In function 'main': ./mulGlobal.h:109:28: error: implicit declaration of function 'ualloc'; did you mean 'valloc'? [-Wimplicit-function-declaration] 109 | #define CALCORE(NUM, TYPE) ualloc((unsigned)(NUM)*sizeof(TYPE)) | ^~~~~~ ./mulGlobal.h:151:29: note: in expansion of macro 'CALCORE' 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^~~~~~~ ./zbuf.c:80:3: note: in expansion of macro 'CALLOC' 80 | CALLOC(title, BUFSIZ, char, ON, AMSC); | ^~~~~~ ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:80:3: note: in expansion of macro 'CALLOC' 80 | CALLOC(title, BUFSIZ, char, ON, AMSC); | ^~~~~~ ./mulGlobal.h:142:32: error: implicit declaration of function 'sbrk' [-Wimplicit-function-declaration] 142 | memcount/1024, sbrk(0)); \ | ^~~~ ./mulGlobal.h:157:8: note: in expansion of macro 'DUMPALLOCSIZ' 157 | DUMPALLOCSIZ; \ | ^~~~~~~~~~~~ ./zbuf.c:80:3: note: in expansion of macro 'CALLOC' 80 | CALLOC(title, BUFSIZ, char, ON, AMSC); | ^~~~~~ ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:87:3: note: in expansion of macro 'CALLOC' 87 | CALLOC(axes, 10, double **, ON, AMSC); | ^~~~~~ ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:89:5: note: in expansion of macro 'CALLOC' 89 | CALLOC(axes[i], 2, double *, ON, AMSC); | ^~~~~~ ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:91:7: note: in expansion of macro 'CALLOC' 91 | CALLOC(axes[i][j], 3, double, ON, AMSC); | ^~~~~~ ./zbuf.c:102:5: error: implicit declaration of function 'get_ps_file_base' [-Wimplicit-function-declaration] 102 | get_ps_file_base(argv, argc); | ^~~~~~~~~~~~~~~~ ./zbuf.c:106:9: error: implicit declaration of function 'dump_struct' [-Wimplicit-function-declaration] 106 | dump_struct(chglist, NULL); | ^~~~~~~~~~~ ./zbuf.c:110:9: error: implicit declaration of function 'dump_ps_geometry' [-Wimplicit-function-declaration] 110 | dump_ps_geometry(chglist, NULL, 0, dd_); | ^~~~~~~~~~~~~~~~ ./zbuf.c: In function 'concat3': ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:138:3: note: in expansion of macro 'CALLOC' 138 | CALLOC(allthree, length+1, char, ON, AMSC); | ^~~~~~ ./zbuf.c: In function 'get_q': ./mulGlobal.h:151:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 151 | else if(((PNTR)=(TYPE*)CALCORE(NUM, TYPE))==NULL) { \ | ^ ./zbuf.c:169:3: note: in expansion of macro 'CALLOC' 169 | CALLOC(q, numchgs, double, ON, AMSC); | ^~~~~~ *** [./zbuf.o] Error code 1 bmake[1]: stopped making "zbuf" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0/src/zbuf bmake[1]: 2 errors bmake[1]: stopped making "zbuf" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0/src/zbuf *** [zbuf] Error code 2 bmake: stopped making "all" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/cad/fasthenry/work/fasthenry-3.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/cad/fasthenry *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/cad/fasthenry