=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/xgas", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xgas-1.0nb3 --- main.o --- --- dynamics.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I./lib/Xt -I. -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -c dynamics.c --- main.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I./lib/Xt -I. -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -c main.c --- dynamics.o --- dynamics.c:21:9: warning: passing arguments to 'collide' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] collide( mol, data ); ^ dynamics.c:22:19: warning: passing arguments to 'findNextCollision' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findNextCollision( mol, data); ^ dynamics.c:24:12: warning: passing arguments to 'inertia' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inertia( mol, data ); ^ dynamics.c:15:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dynamics( mol, data ) ^ In file included from dynamics.c:8: ./xgas.h:126:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void dynamics(); ^ dynamics.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void inertia( mol, data) ^ dynamics.c:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void inertia(); ^ dynamics.c:61:30: warning: passing arguments to 'whichCorner' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((corner = whichCorner( mol->collisionPos.x, mol->collisionPos.y, ^ dynamics.c:81:34: warning: passing arguments to 'frand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (corner) thetaRand = frand( 0.0, M_PI_2); ^ dynamics.c:82:27: warning: passing arguments to 'frand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] else thetaRand = frand( -M_PI_2, M_PI_2); ^ dynamics.c:92:30: warning: passing arguments to 'vEquilibrium' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] vMagnitude = vEquilibrium( mol->temperature); ^ dynamics.c:48:23: warning: unused variable 'hypot' [-Wunused-variable] float vMagnitude, hypot; ^ dynamics.c:44:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void collide( mol, data) ^ dynamics.c:10:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void collide(); ^ dynamics.c:125:16: warning: passing arguments to 'hitHole' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if( hitHole( mol, &data->chamber[box].walls[0], data) > 0.0) { ^ dynamics.c:137:22: warning: passing arguments to 'hit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] && (( deltaT = hit( mol, &data->chamber[box].walls[i])) ^ dynamics.c:144:2: warning: call to undeclared function 'error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] error("In findNextCollision(): couldn't find a wall to hit.", ^ dynamics.c:109:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void findNextCollision( mol, data) ^ In file included from dynamics.c:8: ./xgas.h:125:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void findNextCollision(); ^ dynamics.c:221:2: warning: call to undeclared function 'error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] error(" In hit, illegal wall type.", 0); ^ dynamics.c:167:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double hit( mol, wall) ^ dynamics.c:11:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static double hit(); ^ dynamics.c:231:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double hitHole( mol, wall, data) ^ dynamics.c:12:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static double hitHole(); ^ --- main.o --- main.c:108:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] Syntax(call) ^ int main.c:111:16: warning: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) printf ("Usage: %s [-as] [-ts ] [-d