=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/iozone", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for iozone-3.493nb1 Building iozone for Solaris cc -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Dsolaris \ -DNAME='"Solaris"' -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include iozone.c -o iozone_solaris.o In file included from iozone.c:305: /usr/include/unistd.h:256:12: error: conflicting types for 'close'; have 'int(int)' 256 | extern int close(int); | ^~~~~ iozone.c:118:5: note: previous declaration of 'close' with type 'int(void)' 118 | int close(); | ^~~~~ /usr/include/unistd.h:331:12: error: conflicting types for 'fsync'; have 'int(int)' 331 | extern int fsync(int); | ^~~~~ iozone.c:124:5: note: previous declaration of 'fsync' with type 'int(void)' 124 | int fsync(); | ^~~~~ /usr/include/unistd.h:559:12: error: conflicting types for 'unlink'; have 'int(const char *)' 559 | extern int unlink(const char *); | ^~~~~~ iozone.c:119:5: note: previous declaration of 'unlink' with type 'int(void)' 119 | int unlink(); | ^~~~~~ In file included from /usr/include/stdlib.h:41, from iozone.c:337: /usr/include/iso/stdlib_iso.h:124:12: error: conflicting types for 'atoi'; have 'int(const char *)' 124 | extern int atoi(const char *); | ^~~~ iozone.c:117:5: note: previous declaration of 'atoi' with type 'int(void)' 117 | int atoi(); | ^~~~ /usr/include/stdlib.h:161:13: error: conflicting types for 'srand48'; have 'void(long int)' 161 | extern void srand48(long); | ^~~~~~~ iozone.c:125:6: note: previous declaration of 'srand48' with type 'void(void)' 125 | void srand48(); | ^~~~~~~ iozone.c:448:9: warning: 'MAP_FILE' redefined 448 | #define MAP_FILE (0) | ^~~~~~~~ In file included from iozone.c:295: /usr/include/sys/mman.h:94:9: note: this is the location of the previous definition 94 | #define MAP_FILE 0 /* map from file (default) */ | ^~~~~~~~ iozone.c:1276:7: error: conflicting types for 'getenv'; have 'char *(void)' 1276 | char *getenv(); | ^~~~~~ /usr/include/iso/stdlib_iso.h:139:14: note: previous declaration of 'getenv' with type 'char *(const char *)' 139 | extern char *getenv(const char *); | ^~~~~~ iozone.c:1277:7: error: conflicting types for 'inet_ntoa'; have 'char *(void)' 1277 | char *inet_ntoa(); | ^~~~~~~~~ In file included from iozone.c:342: /usr/include/arpa/inet.h:86:14: note: previous declaration of 'inet_ntoa' with type 'char *(struct in_addr)' 86 | extern char *inet_ntoa(struct in_addr); | ^~~~~~~~~ iozone.c:1278:5: error: conflicting types for 'system'; have 'int(void)' 1278 | int system(); | ^~~~~~ /usr/include/iso/stdlib_iso.h:160:12: note: previous declaration of 'system' with type 'int(const char *)' 160 | extern int system(const char *); | ^~~~~~ iozone.c:1352:6: error: conflicting types for 'init_file_sizes'; have 'void(off64_t, off64_t)' {aka 'void(long int, long int)'} 1352 | void init_file_sizes( off64_t, off64_t); | ^~~~~~~~~~~~~~~ iozone.c:1349:6: note: previous declaration of 'init_file_sizes' with type 'void(void)' 1349 | void init_file_sizes(); | ^~~~~~~~~~~~~~~ iozone.c:1451:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1451 | write_perf_test, | ^~~~~~~~~~~~~~~ iozone.c:1451:25: note: (near initialization for 'func[0]') iozone.c:1050:6: note: 'write_perf_test' declared here 1050 | void write_perf_test(off64_t, long long, long long *,long long *); | ^~~~~~~~~~~~~~~ iozone.c:1452:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1452 | read_perf_test, | ^~~~~~~~~~~~~~ iozone.c:1452:25: note: (near initialization for 'func[1]') iozone.c:1053:6: note: 'read_perf_test' declared here 1053 | void read_perf_test(off64_t,long long,long long *,long long *); | ^~~~~~~~~~~~~~ iozone.c:1453:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1453 | random_perf_test, | ^~~~~~~~~~~~~~~~ iozone.c:1453:25: note: (near initialization for 'func[2]') iozone.c:1055:6: note: 'random_perf_test' declared here 1055 | void random_perf_test(off64_t,long long, long long *,long long *); | ^~~~~~~~~~~~~~~~ iozone.c:1454:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1454 | reverse_perf_test, | ^~~~~~~~~~~~~~~~~ iozone.c:1454:25: note: (near initialization for 'func[3]') iozone.c:1056:6: note: 'reverse_perf_test' declared here 1056 | void reverse_perf_test(off64_t,long long,long long *,long long *); | ^~~~~~~~~~~~~~~~~ iozone.c:1455:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1455 | rewriterec_perf_test, | ^~~~~~~~~~~~~~~~~~~~ iozone.c:1455:25: note: (near initialization for 'func[4]') iozone.c:1057:6: note: 'rewriterec_perf_test' declared here 1057 | void rewriterec_perf_test(off64_t ,long long,long long *,long long *); | ^~~~~~~~~~~~~~~~~~~~ iozone.c:1456:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1456 | read_stride_perf_test, | ^~~~~~~~~~~~~~~~~~~~~ iozone.c:1456:25: note: (near initialization for 'func[5]') iozone.c:1058:6: note: 'read_stride_perf_test' declared here 1058 | void read_stride_perf_test(off64_t,long long,long long *,long long *); | ^~~~~~~~~~~~~~~~~~~~~ iozone.c:1457:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1457 | fwrite_perf_test, | ^~~~~~~~~~~~~~~~ iozone.c:1457:25: note: (near initialization for 'func[6]') iozone.c:1051:6: note: 'fwrite_perf_test' declared here 1051 | void fwrite_perf_test(off64_t, long long, long long *,long long *); | ^~~~~~~~~~~~~~~~ iozone.c:1458:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1458 | fread_perf_test, | ^~~~~~~~~~~~~~~ iozone.c:1458:25: note: (near initialization for 'func[7]') iozone.c:1052:6: note: 'fread_perf_test' declared here 1052 | void fread_perf_test(off64_t, long long, long long *, long long *); | ^~~~~~~~~~~~~~~ iozone.c:1459:25: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(off64_t, long long int, long long int *, long long int *)' {aka 'void (*)(long int, long long int, long long int *, long long int *)'} [-Wincompatible-pointer-types] 1459 | mix_perf_test | ^~~~~~~~~~~~~ iozone.c:1459:25: note: (near initialization for 'func[8]') iozone.c:1054:6: note: 'mix_perf_test' declared here 1054 | void mix_perf_test(off64_t,long long,long long *,long long *); | ^~~~~~~~~~~~~ iozone.c:1837:6: error: conflicting types for 'child_send'; have 'void(void)' 1837 | void child_send(); | ^~~~~~~~~~ iozone.c:1103:6: note: previous declaration of 'child_send' with type 'void(char *, struct master_command *, int)' 1103 | void child_send(char *, struct master_command *, int ); | ^~~~~~~~~~ iozone.c: In function 'main': iozone.c:1850:1: warning: old-style function definition [-Wold-style-definition] 1850 | main(argc,argv) | ^~~~ iozone.c:1853:1: error: number of arguments doesn't match prototype 1853 | { | ^ iozone.c:120:5: error: prototype declaration 120 | int main(); | ^~~~ iozone.c:1880:24: error: too many arguments to function 'getenv'; expected 0, have 1 1880 | evalue=(char *)getenv("CDEBUG"); | ^~~~~~ ~~~~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c:1884:24: error: too many arguments to function 'getenv'; expected 0, have 1 1884 | evalue=(char *)getenv("MDEBUG"); | ^~~~~~ ~~~~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c: In function 'begin': iozone.c:3656:28: error: too many arguments to function 'func[i]'; expected 0, have 4 3656 | func[i](kilobytes64,reclen,&data1[i],&data2[i]); | ^~~~ ~~~~~~~~~~~ iozone.c:3670:25: error: too many arguments to function 'func[test_num]'; expected 0, have 4 3670 | func[test_num](kilobytes64,reclen,&data1[test_num],&data2[test_num]); | ^~~~ ~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:4204:33: error: too many arguments to function 'wait'; expected 0, have 1 4204 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:4451:33: error: too many arguments to function 'wait'; expected 0, have 1 4451 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:4693:33: error: too many arguments to function 'wait'; expected 0, have 1 4693 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:4928:33: error: too many arguments to function 'wait'; expected 0, have 1 4928 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:5166:33: error: too many arguments to function 'wait'; expected 0, have 1 5166 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:5400:33: error: too many arguments to function 'wait'; expected 0, have 1 5400 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:5635:33: error: too many arguments to function 'wait'; expected 0, have 1 5635 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:5865:33: error: too many arguments to function 'wait'; expected 0, have 1 5865 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:6095:33: error: too many arguments to function 'wait'; expected 0, have 1 6095 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:6790:33: error: too many arguments to function 'wait'; expected 0, have 1 6790 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:7020:33: error: too many arguments to function 'wait'; expected 0, have 1 7020 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c:7236:41: error: too many arguments to function 'wait'; expected 0, have 1 7236 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c: In function 'write_perf_test': iozone.c:7997:25: error: too many arguments to function 'async_init'; expected 0, have 3 7997 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:8099:32: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 8099 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:8101:32: error: too many arguments to function 'async_write'; expected 0, have 6 8101 | async_write(gc, (long long)fd, pbuff, reclen, (i*reclen), depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:8187:25: error: too many arguments to function 'end_async'; expected 0, have 1 8187 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'read_perf_test': iozone.c:8894:25: error: too many arguments to function 'async_init'; expected 0, have 3 8894 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:9043:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 9043 | async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen), reclen, | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:9046:31: error: too many arguments to function 'async_read'; expected 0, have 8 9046 | async_read(gc, (long long)fd, nbuff, (i*reclen),reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:9099:33: error: too many arguments to function 'async_release'; expected 0, have 1 9099 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:9152:25: error: too many arguments to function 'end_async'; expected 0, have 1 9152 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'random_perf_test': iozone.c:9413:25: error: too many arguments to function 'async_init'; expected 0, have 3 9413 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:9530:33: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 9530 | async_read_no_copy(gc, (long long)fd, &buffer1, offset64,reclen, | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:9533:34: error: too many arguments to function 'async_read'; expected 0, have 8 9533 | async_read(gc, (long long)fd, nbuff, (offset64),reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:9567:33: error: too many arguments to function 'async_release'; expected 0, have 1 9567 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:9654:47: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 9654 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, offset64, | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:9657:49: error: too many arguments to function 'async_write'; expected 0, have 6 9657 | async_write(gc, (long long)fd, nbuff, reclen, offset64, depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:9690:17: error: too many arguments to function 'end_async'; expected 0, have 1 9690 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'reverse_perf_test': iozone.c:9886:25: error: too many arguments to function 'async_init'; expected 0, have 3 9886 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:9973:32: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 9973 | async_read_no_copy(gc, (long long)fd, &buffer1, ((((numrecs64-1)-i)*reclen)), | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:9976:32: error: too many arguments to function 'async_read'; expected 0, have 8 9976 | async_read(gc, (long long)fd, nbuff, (((numrecs64-1)-i)*reclen), | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:10006:33: error: too many arguments to function 'async_release'; expected 0, have 1 10006 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:10020:25: error: too many arguments to function 'end_async'; expected 0, have 1 10020 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'rewriterec_perf_test': iozone.c:10215:17: error: too many arguments to function 'async_init'; expected 0, have 3 10215 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:10293:32: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 10293 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:10295:32: error: too many arguments to function 'async_write'; expected 0, have 6 10295 | async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:10330:17: error: too many arguments to function 'end_async'; expected 0, have 1 10330 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'read_stride_perf_test': iozone.c:10500:17: error: too many arguments to function 'async_init'; expected 0, have 3 10500 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:10576:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 10576 | async_read_no_copy(gc, (long long)fd, &buffer1, current_position, | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:10579:32: error: too many arguments to function 'async_read'; expected 0, have 8 10579 | async_read(gc, (long long)fd, nbuff, current_position, reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:10619:25: error: too many arguments to function 'async_release'; expected 0, have 1 10619 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:10680:17: error: too many arguments to function 'end_async'; expected 0, have 1 10680 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'dump_report': iozone.c:12113:25: error: too many arguments to function 'do_float'; expected 0, have 4 12113 | do_float(bif_fd,(double)(rec_size/1024),bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12130:17: error: too many arguments to function 'do_float'; expected 0, have 4 12130 | do_float(bif_fd,(double)(current_file_size),bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12145:33: error: too many arguments to function 'do_float'; expected 0, have 4 12145 | do_float(bif_fd,(double)(current_file_size),bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12154:25: error: too many arguments to function 'do_float'; expected 0, have 4 12154 | do_float(bif_fd,(double)(report_array[who][i]),bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c: In function 'dump_excel': iozone.c:12180:24: error: too many arguments to function 'create_xls'; expected 0, have 1 12180 | bif_fd=create_xls(bif_filename); | ^~~~~~~~~~ ~~~~~~~~~~~~ iozone.c:1296:5: note: declared here 1296 | int create_xls(); | ^~~~~~~~~~ iozone.c:12181:17: error: too many arguments to function 'do_label'; expected 0, have 4 12181 | do_label(bif_fd,command_line,bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12182:17: error: too many arguments to function 'do_label'; expected 0, have 4 12182 | do_label(bif_fd," ",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12183:17: error: too many arguments to function 'do_label'; expected 0, have 4 12183 | do_label(bif_fd,"The top row is records sizes, the left column is file sizes",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12189:17: error: too many arguments to function 'do_label'; expected 0, have 4 12189 | do_label(bif_fd,"Writer Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12193:17: error: too many arguments to function 'do_label'; expected 0, have 4 12193 | do_label(bif_fd,"Re-writer Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12200:17: error: too many arguments to function 'do_label'; expected 0, have 4 12200 | do_label(bif_fd,"Reader Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12204:17: error: too many arguments to function 'do_label'; expected 0, have 4 12204 | do_label(bif_fd,"Re-reader Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12211:25: error: too many arguments to function 'do_label'; expected 0, have 4 12211 | do_label(bif_fd,"Random Read Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12215:25: error: too many arguments to function 'do_label'; expected 0, have 4 12215 | do_label(bif_fd,"Random Write Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12222:25: error: too many arguments to function 'do_label'; expected 0, have 4 12222 | do_label(bif_fd,"Backward Read Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12229:25: error: too many arguments to function 'do_label'; expected 0, have 4 12229 | do_label(bif_fd,"Record Rewrite Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12236:25: error: too many arguments to function 'do_label'; expected 0, have 4 12236 | do_label(bif_fd,"Stride Read Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12243:25: error: too many arguments to function 'do_label'; expected 0, have 4 12243 | do_label(bif_fd,"Fwrite Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12247:25: error: too many arguments to function 'do_label'; expected 0, have 4 12247 | do_label(bif_fd,"Re-fwrite Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12254:25: error: too many arguments to function 'do_label'; expected 0, have 4 12254 | do_label(bif_fd,"Fread Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12258:25: error: too many arguments to function 'do_label'; expected 0, have 4 12258 | do_label(bif_fd,"Re-fread Report",bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12316:17: error: too many arguments to function 'close_xls'; expected 0, have 1 12316 | close_xls(bif_fd); | ^~~~~~~~~ ~~~~~~ iozone.c:1297:6: note: declared here 1297 | void close_xls(); | ^~~~~~~~~ iozone.c: In function 'dump_times': iozone.c:12343:25: error: too many arguments to function 'do_float'; expected 0, have 4 12343 | do_float(bif_fd, (double)(rec_size/1024), bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12360:17: error: too many arguments to function 'do_float'; expected 0, have 4 12360 | do_float(bif_fd, (double)(current_file_size), bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12375:33: error: too many arguments to function 'do_float'; expected 0, have 4 12375 | do_float(bif_fd, (double)(current_file_size), bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:12384:25: error: too many arguments to function 'do_float'; expected 0, have 4 12384 | do_float(bif_fd, (double)(runtimes [who][i].cpuutil), bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c: In function 'dump_cputimes': iozone.c:12410:17: error: too many arguments to function 'do_label'; expected 0, have 4 12410 | do_label(bif_fd, "Writer CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12414:17: error: too many arguments to function 'do_label'; expected 0, have 4 12414 | do_label(bif_fd, "Re-writer CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12421:17: error: too many arguments to function 'do_label'; expected 0, have 4 12421 | do_label(bif_fd, "Reader CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12425:17: error: too many arguments to function 'do_label'; expected 0, have 4 12425 | do_label(bif_fd, "Re-reader CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12432:25: error: too many arguments to function 'do_label'; expected 0, have 4 12432 | do_label(bif_fd, "Random Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12436:25: error: too many arguments to function 'do_label'; expected 0, have 4 12436 | do_label(bif_fd, "Random Write CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12443:25: error: too many arguments to function 'do_label'; expected 0, have 4 12443 | do_label(bif_fd, "Backward Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12450:25: error: too many arguments to function 'do_label'; expected 0, have 4 12450 | do_label(bif_fd, "Record Rewrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12457:25: error: too many arguments to function 'do_label'; expected 0, have 4 12457 | do_label(bif_fd, "Stride Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12464:25: error: too many arguments to function 'do_label'; expected 0, have 4 12464 | do_label(bif_fd, "Fwrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12468:25: error: too many arguments to function 'do_label'; expected 0, have 4 12468 | do_label(bif_fd, "Re-fwrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12475:25: error: too many arguments to function 'do_label'; expected 0, have 4 12475 | do_label(bif_fd, "Fread CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:12479:25: error: too many arguments to function 'do_label'; expected 0, have 4 12479 | do_label(bif_fd, "Re-fread CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c: In function 'purge_buffer_cache': iozone.c:12810:22: error: too many arguments to function 'system'; expected 0, have 1 12810 | ret = system(command); | ^~~~~~ ~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c:12822:21: error: too many arguments to function 'system'; expected 0, have 1 12822 | ret = system(command); | ^~~~~~ ~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c: In function 'thread_write_test': iozone.c:13070:17: error: too many arguments to function 'async_init'; expected 0, have 3 13070 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:13272:33: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 13272 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:13275:33: error: too many arguments to function 'async_write'; expected 0, have 6 13275 | async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:13406:17: error: too many arguments to function 'end_async'; expected 0, have 1 13406 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_rwrite_test': iozone.c:14408:17: error: too many arguments to function 'async_init'; expected 0, have 3 14408 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:14564:33: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 14564 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:14567:33: error: too many arguments to function 'async_write'; expected 0, have 6 14567 | async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:14658:17: error: too many arguments to function 'end_async'; expected 0, have 1 14658 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_read_test': iozone.c:14954:17: error: too many arguments to function 'async_init'; expected 0, have 3 14954 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:15130:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 15130 | async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen), reclen, | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:15133:31: error: too many arguments to function 'async_read'; expected 0, have 8 15133 | async_read(gc, (long long)fd, nbuff, (i*reclen), reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:15199:25: error: too many arguments to function 'async_release'; expected 0, have 1 15199 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:15248:17: error: too many arguments to function 'end_async'; expected 0, have 1 15248 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_rread_test': iozone.c:16087:17: error: too many arguments to function 'async_init'; expected 0, have 3 16087 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:16243:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 16243 | async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen),reclen, | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:16246:31: error: too many arguments to function 'async_read'; expected 0, have 8 16246 | async_read(gc, (long long)fd, nbuff, (i*reclen),reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:16312:25: error: too many arguments to function 'async_release'; expected 0, have 1 16312 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:16362:17: error: too many arguments to function 'end_async'; expected 0, have 1 16362 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_reverse_read_test': iozone.c:16649:17: error: too many arguments to function 'async_init'; expected 0, have 3 16649 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:16802:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 16802 | async_read_no_copy(gc, (long long)fd, &buffer1, (current_position), | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:16805:31: error: too many arguments to function 'async_read'; expected 0, have 8 16805 | async_read(gc, (long long)fd, nbuff, (current_position),reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:16867:25: error: too many arguments to function 'async_release'; expected 0, have 1 16867 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:16913:17: error: too many arguments to function 'end_async'; expected 0, have 1 16913 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_stride_read_test': iozone.c:17184:17: error: too many arguments to function 'async_init'; expected 0, have 3 17184 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:17312:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 17312 | async_read_no_copy(gc, (long long)fd, &buffer1, (current_position), | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:17315:31: error: too many arguments to function 'async_read'; expected 0, have 8 17315 | async_read(gc, (long long)fd, nbuff, (current_position),reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:17377:25: error: too many arguments to function 'async_release'; expected 0, have 1 17377 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:17458:17: error: too many arguments to function 'end_async'; expected 0, have 1 17458 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_ranread_test': iozone.c:17843:17: error: too many arguments to function 'async_init'; expected 0, have 3 17843 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:18035:31: error: too many arguments to function 'async_read_no_copy'; expected 0, have 8 18035 | async_read_no_copy(gc, (long long)fd, &buffer1, (current_offset), | ^~~~~~~~~~~~~~~~~~ ~~ iozone.c:1284:5: note: declared here 1284 | int async_read_no_copy(); | ^~~~~~~~~~~~~~~~~~ iozone.c:18038:31: error: too many arguments to function 'async_read'; expected 0, have 8 18038 | async_read(gc, (long long)fd, nbuff, (current_offset), reclen, | ^~~~~~~~~~ ~~ iozone.c:1283:5: note: declared here 1283 | int async_read(); | ^~~~~~~~~~ iozone.c:18103:25: error: too many arguments to function 'async_release'; expected 0, have 1 18103 | async_release(gc); | ^~~~~~~~~~~~~ ~~ iozone.c:1282:6: note: declared here 1282 | void async_release(); | ^~~~~~~~~~~~~ iozone.c:18143:17: error: too many arguments to function 'end_async'; expected 0, have 1 18143 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'thread_ranwrite_test': iozone.c:18526:17: error: too many arguments to function 'async_init'; expected 0, have 3 18526 | async_init(&gc,fd,direct_flag); | ^~~~~~~~~~ ~~~ iozone.c:1287:6: note: declared here 1287 | void async_init(); | ^~~~~~~~~~ iozone.c:18709:33: error: too many arguments to function 'async_write_no_copy'; expected 0, have 7 18709 | async_write_no_copy(gc, (long long)fd, nbuff, reclen, (current_offset), depth,free_addr); | ^~~~~~~~~~~~~~~~~~~ ~~ iozone.c:1285:8: note: declared here 1285 | size_t async_write_no_copy(); | ^~~~~~~~~~~~~~~~~~~ iozone.c:18712:33: error: too many arguments to function 'async_write'; expected 0, have 6 18712 | async_write(gc, (long long)fd, nbuff, reclen, current_offset, depth); | ^~~~~~~~~~~ ~~ iozone.c:1281:8: note: declared here 1281 | size_t async_write(); | ^~~~~~~~~~~ iozone.c:18832:17: error: too many arguments to function 'end_async'; expected 0, have 1 18832 | end_async(gc); | ^~~~~~~~~ ~~ iozone.c:1286:6: note: declared here 1286 | void end_async(); | ^~~~~~~~~ iozone.c: In function 'dump_throughput_cpu': iozone.c:19238:17: error: too many arguments to function 'do_label'; expected 0, have 4 19238 | do_label(bif_fd, print_str, bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19255:17: error: too many arguments to function 'do_label'; expected 0, have 4 19255 | do_label(bif_fd, print_str, bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19257:17: error: too many arguments to function 'do_label'; expected 0, have 4 19257 | do_label(bif_fd, print_str, bif_row++, bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19265:25: error: too many arguments to function 'do_label'; expected 0, have 4 19265 | do_label(bif_fd, print_str, bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19271:33: error: too many arguments to function 'do_float'; expected 0, have 4 19271 | do_float(bif_fd, runtimes[i][j].cpuutil, bif_row, bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c: In function 'dump_throughput': iozone.c:19309:24: error: too many arguments to function 'create_xls'; expected 0, have 1 19309 | bif_fd=create_xls(bif_filename); | ^~~~~~~~~~ ~~~~~~~~~~~~ iozone.c:1296:5: note: declared here 1296 | int create_xls(); | ^~~~~~~~~~ iozone.c:19310:17: error: too many arguments to function 'do_label'; expected 0, have 4 19310 | do_label(bif_fd,command_line,bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19312:17: error: too many arguments to function 'do_label'; expected 0, have 4 19312 | do_label(bif_fd,print_str,bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19334:17: error: too many arguments to function 'do_label'; expected 0, have 4 19334 | do_label(bif_fd,print_str,bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19336:17: error: too many arguments to function 'do_label'; expected 0, have 4 19336 | do_label(bif_fd,print_str,bif_row++,bif_column); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19344:28: error: too many arguments to function 'do_label'; expected 0, have 4 19344 | do_label(bif_fd,print_str,bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1298:6: note: declared here 1298 | void do_label(); | ^~~~~~~~ iozone.c:19351:36: error: too many arguments to function 'do_float'; expected 0, have 4 19351 | do_float(bif_fd,(double)report_darray[i][j],bif_row,bif_column++); | ^~~~~~~~ ~~~~~~ iozone.c:1295:6: note: declared here 1295 | void do_float(); | ^~~~~~~~ iozone.c:19365:17: error: too many arguments to function 'close_xls'; expected 0, have 1 19365 | close_xls(bif_fd); | ^~~~~~~~~ ~~~~~~ iozone.c:1297:6: note: declared here 1297 | void close_xls(); | ^~~~~~~~~ iozone.c: At top level: iozone.c:20613:1: error: conflicting types for 'init_file_sizes'; have 'void(off64_t, off64_t)' {aka 'void(long int, long int)'} 20613 | init_file_sizes( off64_t min_f_size, off64_t max_f_size) | ^~~~~~~~~~~~~~~ iozone.c:1349:6: note: previous declaration of 'init_file_sizes' with type 'void(void)' 1349 | void init_file_sizes(); | ^~~~~~~~~~~~~~~ iozone.c: In function 'start_master_send': iozone.c:21738:60: error: too many arguments to function 'inet_ntoa'; expected 0, have 1 21738 | printf("Master: child name: %s\n", (char *)inet_ntoa(*ip)); | ^~~~~~~~~ ~~~ iozone.c:1277:7: note: declared here 1277 | char *inet_ntoa(); | ^~~~~~~~~ iozone.c: In function 'pick_client': iozone.c:21991:14: error: too many arguments to function 'system'; expected 0, have 1 21991 | junk=system(command); | ^~~~~~ ~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c: In function 'become_client': iozone.c:22257:9: error: too many arguments to function 'child_send'; expected 0, have 3 22257 | child_send(controlling_host_name,(struct master_command *)&mc, sizeof(struct master_command)); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ iozone.c:1837:6: note: declared here 1837 | void child_send(); | ^~~~~~~~~~ iozone.c: In function 'tell_master_stats': iozone.c:22702:9: error: too many arguments to function 'child_send'; expected 0, have 3 22702 | child_send(controlling_host_name,(struct master_command *)&mc, sizeof(struct master_command)); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ iozone.c:1837:6: note: declared here 1837 | void child_send(); | ^~~~~~~~~~ iozone.c: In function 'tell_master_ready': iozone.c:22750:9: error: too many arguments to function 'child_send'; expected 0, have 3 22750 | child_send(controlling_host_name,(struct master_command *)&mc, sizeof(struct master_command)); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ iozone.c:1837:6: note: declared here 1837 | void child_send(); | ^~~~~~~~~~ iozone.c: In function 'wait_dist_join': iozone.c:23048:9: error: too many arguments to function 'wait'; expected 0, have 1 23048 | wait(0); | ^~~~ ~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c: In function 'send_stop': iozone.c:23283:9: error: too many arguments to function 'child_send'; expected 0, have 3 23283 | child_send(controlling_host_name,(struct master_command *)&mc, sizeof(struct master_command)); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ iozone.c:1837:6: note: declared here 1837 | void child_send(); | ^~~~~~~~~~ iozone.c: In function 'find_remote_shell': iozone.c:23371:23: error: too many arguments to function 'getenv'; expected 0, have 1 23371 | value=(char *)getenv("RSH"); | ^~~~~~ ~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c: In function 'find_external_mon': iozone.c:23396:23: error: too many arguments to function 'getenv'; expected 0, have 1 23396 | start=(char *)getenv("IMON_START"); | ^~~~~~ ~~~~~~~~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c:23401:22: error: too many arguments to function 'getenv'; expected 0, have 1 23401 | stop=(char *)getenv("IMON_STOP"); | ^~~~~~ ~~~~~~~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c:23406:22: error: too many arguments to function 'getenv'; expected 0, have 1 23406 | sync=(char *)getenv("IMON_SYNC"); | ^~~~~~ ~~~~~~~~~~~ iozone.c:1276:7: note: declared here 1276 | char *getenv(); | ^~~~~~ iozone.c: In function 'speed_main': iozone.c:23533:22: error: too many arguments to function 'system'; expected 0, have 1 23533 | junk=system(sp_command); | ^~~~~~ ~~~~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c: In function 'sp_start_master_send': iozone.c:23663:60: error: too many arguments to function 'inet_ntoa'; expected 0, have 1 23663 | printf("Master: child name: %s\n", (char *)inet_ntoa(*ip)); | ^~~~~~~~~ ~~~ iozone.c:1277:7: note: declared here 1277 | char *inet_ntoa(); | ^~~~~~~~~ iozone.c: In function 'sp_do_master_t': iozone.c:23982:9: error: too many arguments to function 'wait'; expected 0, have 1 23982 | wait(NULL); | ^~~~ ~~~~ iozone.c:122:5: note: declared here 122 | int wait(); | ^~~~ iozone.c: In function 'start_monitor': iozone.c:24357:22: error: too many arguments to function 'system'; expected 0, have 1 24357 | junk=system(command_line); | ^~~~~~ ~~~~~~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c: In function 'stop_monitor': iozone.c:24375:22: error: too many arguments to function 'system'; expected 0, have 1 24375 | junk=system(command_line); | ^~~~~~ ~~~~~~~~~~~~ iozone.c:1278:5: note: declared here 1278 | int system(); | ^~~~~~ iozone.c: At top level: iozone.c:24881:16: error: cannot use keyword 'false' as enumeration constant 24881 | typedef enum { false = 0, true } boolean; | ^~~~~ iozone.c:24881:16: note: 'false' is a keyword with '-std=c23' onwards gmake: *** [makefile:1154: iozone_solaris.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/iozone *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/iozone