=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/cad/fasthenry", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for fasthenry-3.0.19961112 --- fasthenry --- --- zbuf --- --- fasthenry --- cd src/fasthenry ; /opt/pkg/bin/bmake fasthenry --- zbuf --- cd src/zbuf ; /opt/pkg/bin/bmake zbuf --- ./mulGlobal.o --- --- fasthenry --- --- sparse/sparse.a --- --- zbuf --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DOTHER -c ./mulGlobal.c --- fasthenry --- cd sparse; make --- spAllocate.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c spAllocate.c spAllocate.c: In function 'spCreate': spAllocate.c:151:1: warning: old-style function definition [-Wold-style-definition] 151 | spCreate( Size, Complex, pError ) | ^~~~~~~~ spAllocate.c: In function 'spcGetElement': spAllocate.c:345:1: warning: old-style function definition [-Wold-style-definition] 345 | spcGetElement( Matrix ) | ^~~~~~~~~~~~~ spAllocate.c: In function 'InitializeElementBlocks': spAllocate.c:406:1: warning: old-style function definition [-Wold-style-definition] 406 | InitializeElementBlocks( Matrix, InitialNumberOfElements, | ^~~~~~~~~~~~~~~~~~~~~~~ spAllocate.c: In function 'spcGetFillin': spAllocate.c:472:1: warning: old-style function definition [-Wold-style-definition] 472 | spcGetFillin( Matrix ) | ^~~~~~~~~~~~ spAllocate.c: In function 'AllocateBlockOfAllocationList': spAllocate.c:603:1: warning: old-style function definition [-Wold-style-definition] 603 | AllocateBlockOfAllocationList( Matrix ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ spAllocate.c: In function 'spDestroy': spAllocate.c:664:1: warning: old-style function definition [-Wold-style-definition] 664 | spDestroy( eMatrix ) | ^~~~~~~~~ spAllocate.c: In function 'spError': spAllocate.c:721:1: warning: old-style function definition [-Wold-style-definition] 721 | spError( eMatrix ) | ^~~~~~~ spAllocate.c: In function 'spWhereSingular': spAllocate.c:759:1: warning: old-style function definition [-Wold-style-definition] 759 | spWhereSingular( eMatrix, pRow, pCol ) | ^~~~~~~~~~~~~~~ spAllocate.c: In function 'spGetSize': spAllocate.c:799:1: warning: old-style function definition [-Wold-style-definition] 799 | spGetSize( eMatrix, External ) | ^~~~~~~~~ spAllocate.c: In function 'spSetReal': spAllocate.c:837:1: warning: old-style function definition [-Wold-style-definition] 837 | spSetReal( eMatrix ) | ^~~~~~~~~ spAllocate.c: In function 'spSetComplex': spAllocate.c:850:1: warning: old-style function definition [-Wold-style-definition] 850 | spSetComplex( eMatrix ) | ^~~~~~~~~~~~ spAllocate.c: In function 'spFillinCount': spAllocate.c:881:1: warning: old-style function definition [-Wold-style-definition] 881 | spFillinCount( eMatrix ) | ^~~~~~~~~~~~~ spAllocate.c: In function 'spElementCount': spAllocate.c:893:1: warning: old-style function definition [-Wold-style-definition] 893 | spElementCount( eMatrix ) | ^~~~~~~~~~~~~~ --- zbuf --- --- ./extras.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DOTHER -c ./extras.c ./extras.c: In function 'dumpCorners': ./extras.c:54:6: warning: old-style function definition [-Wold-style-definition] 54 | void dumpCorners(fp, mat, rows, cols) | ^~~~~~~~~~~ ./extras.c: In function 'dumpConfig': ./extras.c:73:6: warning: old-style function definition [-Wold-style-definition] 73 | void dumpConfig(fp, name) | ^~~~~~~~~~ ./extras.c: In function 'dump_face': ./extras.c:185:6: warning: old-style function definition [-Wold-style-definition] 185 | void dump_face(fp, fac) | ^~~~~~~~~ ./extras.c: At top level: ./extras.c:207:1: error: return type defaults to 'int' [-Wimplicit-int] 207 | initcalcp(panel_list) | ^~~~~~~~~ ./extras.c: In function 'initcalcp': ./extras.c:207:1: warning: old-style function definition [-Wold-style-definition] ./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 ./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:283:22: error: too many arguments to function 'normalize'; expected 0, have 1 283 | pq->area = 0.5 * normalize(pq->Z); | ^~~~~~~~~ ~~~~~ ./extras.c:213:10: note: declared here 213 | double normalize(); | ^~~~~~~~~ ./extras.c:284:5: error: too many arguments to function 'normalize'; expected 0, have 1 284 | normalize(pq->X); | ^~~~~~~~~ ~~~~~ ./extras.c:213:10: note: declared here 213 | double normalize(); | ^~~~~~~~~ ./extras.c:290:8: error: implicit declaration of function 'planarize' [-Wimplicit-function-declaration] 290 | if(planarize(pq) == FALSE) { | ^~~~~~~~~ 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); | ^~~~~~ ./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); | ^~~~~~~~ ./extras.c: At top level: ./extras.c:336:1: error: return type defaults to 'int' [-Wimplicit-int] 336 | Cross_Product(vector1, vector2, result_vector) | ^~~~~~~~~~~~~ ./extras.c: In function 'Cross_Product': ./extras.c:336:1: warning: old-style function definition [-Wold-style-definition] ./extras.c: In function 'normalize': ./extras.c:213:10: warning: old-style function definition [-Wold-style-definition] 213 | double normalize(); | ^~~~~~~~~ ./extras.c:346:1: error: number of arguments doesn't match prototype 346 | { | ^ ./extras.c:213:10: error: prototype declaration 213 | double normalize(); | ^~~~~~~~~ ./extras.c: At top level: ./extras.c:365:1: error: return type defaults to 'int' [-Wimplicit-int] 365 | centroid(pp, x2) | ^~~~~~~~ ./extras.c: In function 'centroid': ./extras.c:365:1: warning: old-style function definition [-Wold-style-definition] ./extras.c: At top level: ./extras.c:399:1: error: return type defaults to 'int' [-Wimplicit-int] 399 | planarize(pq) | ^~~~~~~~~ ./extras.c: In function 'planarize': ./extras.c:399:1: warning: old-style function definition [-Wold-style-definition] ./extras.c: At top level: ./extras.c:445:1: error: return type defaults to 'int' [-Wimplicit-int] 445 | flip_normal(panel) | ^~~~~~~~~~~ ./extras.c: In function 'flip_normal': ./extras.c:445:1: warning: old-style function definition [-Wold-style-definition] ./extras.c:482:40: error: implicit declaration of function 'hack_path' [-Wimplicit-function-declaration] 482 | fprintf(stderr, " Surface: %s\n", hack_path(surf_name)); | ^~~~~~~~~ *** [./extras.o] Error code 1 bmake[1]: stopped making "zbuf" in /tmp/work/cad/fasthenry/work/fasthenry-3.0/src/zbuf bmake[1]: 1 error bmake[1]: stopped making "zbuf" in /tmp/work/cad/fasthenry/work/fasthenry-3.0/src/zbuf *** [zbuf] Error code 2 bmake: stopped making "all" in /tmp/work/cad/fasthenry/work/fasthenry-3.0 --- fasthenry --- *** [fasthenry] Error code 6 bmake: stopped making "all" in /tmp/work/cad/fasthenry/work/fasthenry-3.0 bmake: 2 errors bmake: stopped making "all" in /tmp/work/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