=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/cad/felt", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for felt-3.05nb5 --- all --- Making all in ./lib ... --- all --- Making all in ./lib/Elements ... --- all --- --- axisymm.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c axisymm.c --- beam.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c beam.c --- axisymm.o --- axisymm.c: In function 'axisymmetricEltSetup': axisymm.c:47:5: warning: old-style function definition [-Wold-style-definition] 47 | int axisymmetricEltSetup (element, mass_mode, tangent) | ^~~~~~~~~~~~~~~~~~~~ axisymm.c:51:1: error: number of arguments doesn't match prototype 51 | { | ^ axisymm.c:36:5: error: prototype declaration 36 | int axisymmetricEltSetup ( ); | ^~~~~~~~~~~~~~~~~~~~ axisymm.c:71:8: error: too many arguments to function 'AxisymmetricLocalB'; expected 0, have 4 71 | B = AxisymmetricLocalB (element, &area, &r_avg, &z_avg); | ^~~~~~~~~~~~~~~~~~ ~~~~~~~ axisymm.c:44:9: note: declared here 44 | Matrix AxisymmetricLocalB ( ); | ^~~~~~~~~~~~~~~~~~ axisymm.c:99:15: error: too many arguments to function 'AxisymmetricEquivNodalForces'; expected 0, have 3 99 | equiv = AxisymmetricEquivNodalForces (element, area, &count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ axisymm.c:45:9: note: declared here 45 | Vector AxisymmetricEquivNodalForces ( ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ axisymm.c: In function 'axisymmetricEltStress': axisymm.c:126:5: warning: old-style function definition [-Wold-style-definition] 126 | int axisymmetricEltStress (element) | ^~~~~~~~~~~~~~~~~~~~~ axisymm.c:128:1: error: number of arguments doesn't match prototype 128 | { | ^ axisymm.c:37:5: error: prototype declaration 37 | int axisymmetricEltStress ( ); | ^~~~~~~~~~~~~~~~~~~~~ axisymm.c:143:8: error: too many arguments to function 'AxisymmetricLocalB'; expected 0, have 4 143 | B = AxisymmetricLocalB (element, NULL, &r_avg, &z_avg); | ^~~~~~~~~~~~~~~~~~ ~~~~~~~ axisymm.c:44:9: note: declared here 44 | Matrix AxisymmetricLocalB ( ); | ^~~~~~~~~~~~~~~~~~ axisymm.c: In function 'AxisymmetricLocalB': axisymm.c:175:8: warning: old-style function definition [-Wold-style-definition] 175 | Matrix AxisymmetricLocalB (element, area, r_avg, z_avg) | ^~~~~~~~~~~~~~~~~~ axisymm.c:180:1: error: number of arguments doesn't match prototype 180 | { | ^ axisymm.c:44:9: error: prototype declaration 44 | Matrix AxisymmetricLocalB ( ); | ^~~~~~~~~~~~~~~~~~ axisymm.c: In function 'AxisymmetricEquivNodalForces': axisymm.c:253:8: warning: old-style function definition [-Wold-style-definition] 253 | Vector AxisymmetricEquivNodalForces (element, area, err_count) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ axisymm.c:257:1: error: number of arguments doesn't match prototype 257 | { | ^ axisymm.c:45:9: error: prototype declaration 45 | Vector AxisymmetricEquivNodalForces ( ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- beam.o --- beam.c: In function 'beamEltSetup': beam.c:50:5: warning: old-style function definition [-Wold-style-definition] 50 | int beamEltSetup (element, mass_mode, tangent) | ^~~~~~~~~~~~ beam.c:54:1: error: number of arguments doesn't match prototype 54 | { | ^ beam.c:34:5: error: prototype declaration 34 | int beamEltSetup ( ); | ^~~~~~~~~~~~ beam.c:77:9: error: too many arguments to function 'BeamLocalK'; expected 0, have 1 77 | ke = BeamLocalK (element); | ^~~~~~~~~~ ~~~~~~~ beam.c:42:8: note: declared here 42 | Matrix BeamLocalK ( ); | ^~~~~~~~~~ beam.c:81:8: error: too many arguments to function 'BeamTransformMatrix'; expected 0, have 1 81 | T = BeamTransformMatrix (element); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:43:8: note: declared here 43 | Matrix BeamTransformMatrix ( ); | ^~~~~~~~~~~~~~~~~~~ beam.c:101:15: error: too many arguments to function 'BeamEquivNodalForces'; expected 0, have 2 101 | equiv = BeamEquivNodalForces (element, &count); | ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:44:8: note: declared here 44 | Vector BeamEquivNodalForces ( ); | ^~~~~~~~~~~~~~~~~~~~ beam.c:119:16: error: too many arguments to function 'BeamConsistentMassMatrix'; expected 0, have 1 119 | me = BeamConsistentMassMatrix (element); | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:45:8: note: declared here 45 | Matrix BeamConsistentMassMatrix ( ); | ^~~~~~~~~~~~~~~~~~~~~~~~ beam.c:121:16: error: too many arguments to function 'BeamLumpedMassMatrix'; expected 0, have 1 121 | me = BeamLumpedMassMatrix (element); | ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:46:8: note: declared here 46 | Matrix BeamLumpedMassMatrix ( ); | ^~~~~~~~~~~~~~~~~~~~ beam.c: In function 'beamEltStress': beam.c:137:5: warning: old-style function definition [-Wold-style-definition] 137 | int beamEltStress (element) | ^~~~~~~~~~~~~ beam.c:139:1: error: number of arguments doesn't match prototype 139 | { | ^ beam.c:35:5: error: prototype declaration 35 | int beamEltStress ( ); | ^~~~~~~~~~~~~ beam.c:167:8: error: too many arguments to function 'BeamTransformMatrix'; expected 0, have 1 167 | T = BeamTransformMatrix (element); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:43:8: note: declared here 43 | Matrix BeamTransformMatrix ( ); | ^~~~~~~~~~~~~~~~~~~ beam.c:188:15: error: too many arguments to function 'BeamEquivNodalForces'; expected 0, have 2 188 | equiv = BeamEquivNodalForces (element, &count); | ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:44:8: note: declared here 44 | Vector BeamEquivNodalForces ( ); | ^~~~~~~~~~~~~~~~~~~~ beam.c: In function 'BeamLocalK': beam.c:218:8: warning: old-style function definition [-Wold-style-definition] 218 | Matrix BeamLocalK (element) | ^~~~~~~~~~ beam.c:220:1: error: number of arguments doesn't match prototype 220 | { | ^ beam.c:42:8: error: prototype declaration 42 | Matrix BeamLocalK ( ); | ^~~~~~~~~~ beam.c: In function 'BeamLumpedMassMatrix': beam.c:267:8: warning: old-style function definition [-Wold-style-definition] 267 | Matrix BeamLumpedMassMatrix (element) | ^~~~~~~~~~~~~~~~~~~~ beam.c:269:1: error: number of arguments doesn't match prototype 269 | { | ^ beam.c:46:8: error: prototype declaration 46 | Matrix BeamLumpedMassMatrix ( ); | ^~~~~~~~~~~~~~~~~~~~ beam.c: In function 'BeamConsistentMassMatrix': beam.c:294:8: warning: old-style function definition [-Wold-style-definition] 294 | Matrix BeamConsistentMassMatrix (element) | ^~~~~~~~~~~~~~~~~~~~~~~~ beam.c:296:1: error: number of arguments doesn't match prototype 296 | { | ^ beam.c:45:8: error: prototype declaration 45 | Matrix BeamConsistentMassMatrix ( ); | ^~~~~~~~~~~~~~~~~~~~~~~~ beam.c: In function 'BeamTransformMatrix': beam.c:330:8: warning: old-style function definition [-Wold-style-definition] 330 | Matrix BeamTransformMatrix (element) | ^~~~~~~~~~~~~~~~~~~ beam.c:332:1: error: number of arguments doesn't match prototype 332 | { | ^ beam.c:43:8: error: prototype declaration 43 | Matrix BeamTransformMatrix ( ); | ^~~~~~~~~~~~~~~~~~~ beam.c: In function 'BeamEquivNodalForces': beam.c:367:8: warning: old-style function definition [-Wold-style-definition] 367 | Vector BeamEquivNodalForces (element, err_count) | ^~~~~~~~~~~~~~~~~~~~ beam.c:370:1: error: number of arguments doesn't match prototype 370 | { | ^ beam.c:44:8: error: prototype declaration 44 | Vector BeamEquivNodalForces ( ); | ^~~~~~~~~~~~~~~~~~~~ beam.c:460:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 460 | ResolveEndForces (equiv, wa, wb, Parallel, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:463:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 463 | ResolveEndForces (equiv, wa, wb, Perpendicular, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:468:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 468 | ResolveEndForces (equiv, wa, wb, Parallel, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:471:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 471 | ResolveEndForces (equiv, wa, wb, Perpendicular, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:478:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 478 | ResolveEndForces (equiv, wa, wb, Parallel, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:481:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 481 | ResolveEndForces (equiv, wa, wb, Perpendicular, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:486:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 486 | ResolveEndForces (equiv, wa, wb, Parallel, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:489:13: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 489 | ResolveEndForces (equiv, wa, wb, Perpendicular, L); | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:501:10: error: too many arguments to function 'ResolveEndForces'; expected 0, have 5 501 | ResolveEndForces (equiv, wa, wb, | ^~~~~~~~~~~~~~~~ ~~~~~ beam.c:48:15: note: declared here 48 | static void ResolveEndForces ( ); | ^~~~~~~~~~~~~~~~ beam.c:513:8: error: too many arguments to function 'BeamTransformMatrix'; expected 0, have 1 513 | T = BeamTransformMatrix (element); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ beam.c:330:8: note: declared here 330 | Matrix BeamTransformMatrix (element) | ^~~~~~~~~~~~~~~~~~~ beam.c: In function 'ResolveEndForces': beam.c:521:13: warning: old-style function definition [-Wold-style-definition] 521 | static void ResolveEndForces (equiv, wa, wb, direction, L) | ^~~~~~~~~~~~~~~~ --- axisymm.o --- *** [axisymm.o] Error code 1 make[2]: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05/lib/Elements --- beam.o --- *** [beam.o] Error code 1 make[2]: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05/lib/Elements make[2]: 2 errors make[2]: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05/lib/Elements *** [all] Error code 1 make[1]: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05/lib make[1]: 1 error make[1]: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05/lib *** [all] Error code 1 bmake: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/cad/felt/work/FElt-3.05 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/cad/felt *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/cad/felt