>>> Building on exopi-6 under benchmarks/iozone BDEPENDS = [devel/dwz] DIST = [benchmarks/iozone:iozone3_490.tar] FULLPKGNAME = iozone-3.490 Avoided depends for dwz-0.15 distfiles size=4136960 >>> Running build in benchmarks/iozone at 1713476067.80 ===> benchmarks/iozone ===> Building from scratch iozone-3.490 ===> iozone-3.490 depends on: dwz-* -> dwz-0.15 ===> Verifying specs: c pthread ===> found c.100.0 pthread.27.1 ===> Checking files for iozone-3.490 `/exopi-cvs/ports/distfiles/iozone3_490.tar' is up to date. >> (SHA256) iozone3_490.tar: OK ===> Extracting for iozone-3.490 ===> Patching for iozone-3.490 ===> Applying OpenBSD patch patch-src_current_libbif_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/current/libbif.c |--- src/current/libbif.c.orig |+++ src/current/libbif.c -------------------------- Patching file src/current/libbif.c using Plan A... Hunk #1 succeeded at 27. done ===> Applying OpenBSD patch patch-src_current_makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/current/makefile |--- src/current/makefile.orig |+++ src/current/makefile -------------------------- Patching file src/current/makefile using Plan A... Hunk #1 succeeded at 227. Hunk #2 succeeded at 560. Hunk #3 succeeded at 1473. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for iozone-3.490 ===> Configuring for iozone-3.490 ===> Building for iozone-3.490 Build iozone for OpenBSD with threads cc -c -O2 -pipe -g -pthread -Dunix -Dbsd4_4 -DHAVE_ANSIC_C -DNAME='"openbsd-threads"' -O2 -pipe -g iozone.c -o iozone_openbsd-threads.o iozone.c:118:5: 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 declaration [-Wdeprecated-non-prototype] int close(); ^ /usr/include/unistd.h:329:6: note: conflicting prototype is here int close(int); ^ iozone.c:119:5: 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 declaration [-Wdeprecated-non-prototype] int unlink(); ^ /usr/include/unistd.h:372:6: note: conflicting prototype is here int unlink(const char *); ^ iozone.c:124:5: 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 declaration [-Wdeprecated-non-prototype] int fsync(); ^ /usr/include/unistd.h:393:6: note: conflicting prototype is here int fsync(int); ^ iozone.c:117:5: 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 declaration [-Wdeprecated-non-prototype] int atoi(); ^ /usr/include/stdlib.h:101:6: note: conflicting prototype is here int atoi(const char *); ^ iozone.c:125:6: 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 declaration [-Wdeprecated-non-prototype] void srand48(); ^ /usr/include/stdlib.h:161:7: note: conflicting prototype is here void srand48(long); ^ iozone.c:1273: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 previous declaration [-Wdeprecated-non-prototype] char *getenv(); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ iozone.c:1275:5: 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 previous declaration [-Wdeprecated-non-prototype] int system(); ^ /usr/include/stdlib.h:134:6: note: conflicting prototype is here int system(const char *); ^ iozone.c:1346:6: 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 declaration [-Wdeprecated-non-prototype] void init_file_sizes(); ^ iozone.c:1349:6: note: conflicting prototype is here void init_file_sizes( off64_t, off64_t); ^ iozone.c:1834:6: 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 previous declaration [-Wdeprecated-non-prototype] void child_send(); ^ iozone.c:1100:6: note: conflicting prototype is here void child_send(char *, struct master_command *, int ); ^ iozone.c:1846:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc,argv) ^ iozone.c:120:5: 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] int main(); ^ iozone.c:3652:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func[i](kilobytes64,reclen,&data1[i],&data2[i]); ^ iozone.c:3666:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func[test_num](kilobytes64,reclen,&data1[test_num],&data2[test_num]); ^ iozone.c:4196:13: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:4443:12: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:4685:9: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:4920:9: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:5158:37: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:5392:37: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:5627:37: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:5857:37: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:6087:37: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:6782:9: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:7012:9: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:7228:13: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:8091:30: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); ^ iozone.c:8093:22: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, pbuff, reclen, (i*reclen), depth); ^ iozone.c:9035:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen), reclen, ^ iozone.c:9038:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (i*reclen),reclen, ^ iozone.c:9091:18: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:9522:30: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, offset64,reclen, ^ iozone.c:9525:16: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (offset64),reclen, ^ iozone.c:9559:18: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:9646:38: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, offset64, ^ iozone.c:9649:24: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, nbuff, reclen, offset64, depth); ^ iozone.c:9965:29: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, ((((numrecs64-1)-i)*reclen)), ^ iozone.c:9968:21: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (((numrecs64-1)-i)*reclen), ^ iozone.c:9998:18: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:10285:30: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); ^ iozone.c:10287:22: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); ^ iozone.c:10568:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, current_position, ^ iozone.c:10571:21: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, current_position, reclen, ^ iozone.c:10611:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:12105:12: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd,(double)(rec_size/1024),bif_row,bif_column++); ^ iozone.c:12122:11: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd,(double)(current_file_size),bif_row,bif_column++); ^ iozone.c:12137:13: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd,(double)(current_file_size),bif_row,bif_column++); ^ iozone.c:12146:12: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd,(double)(report_array[who][i]),bif_row,bif_column++); ^ iozone.c:12172:20: warning: passing arguments to 'create_xls' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bif_fd=create_xls(bif_filename); ^ iozone.c:12173:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,command_line,bif_row++,bif_column); ^ iozone.c:12174:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd," ",bif_row++,bif_column); ^ iozone.c:12175:25: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"The top row is records sizes, the left column is file sizes",bif_row++,bif_column); ^ iozone.c:12181:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Writer Report",bif_row++,bif_column); ^ iozone.c:12185:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Re-writer Report",bif_row++,bif_column); ^ iozone.c:12192:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Reader Report",bif_row++,bif_column); ^ iozone.c:12196:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Re-reader Report",bif_row++,bif_column); ^ iozone.c:12203:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Random Read Report",bif_row++,bif_column); ^ iozone.c:12207:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Random Write Report",bif_row++,bif_column); ^ iozone.c:12214:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Backward Read Report",bif_row++,bif_column); ^ iozone.c:12221:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Record Rewrite Report",bif_row++,bif_column); ^ iozone.c:12228:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Stride Read Report",bif_row++,bif_column); ^ iozone.c:12235:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Fwrite Report",bif_row++,bif_column); ^ iozone.c:12239:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Re-fwrite Report",bif_row++,bif_column); ^ iozone.c:12246:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Fread Report",bif_row++,bif_column); ^ iozone.c:12250:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,"Re-fread Report",bif_row++,bif_column); ^ iozone.c:12308:12: warning: passing arguments to 'close_xls' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] close_xls(bif_fd); ^ iozone.c:12335:12: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd, (double)(rec_size/1024), bif_row, bif_column++); ^ iozone.c:12352:11: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd, (double)(current_file_size), bif_row, bif_column++); ^ iozone.c:12367:13: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd, (double)(current_file_size), bif_row, bif_column++); ^ iozone.c:12376:12: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd, (double)(runtimes [who][i].cpuutil), bif_row, bif_column++); ^ iozone.c:12402:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Writer CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12406:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Re-writer CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12413:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Reader CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12417:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Re-reader CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12424:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Random Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12428:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Random Write CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12435:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Backward Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12442:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Record Rewrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12449:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Stride Read CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12456:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Fwrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12460:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Re-fwrite CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12467:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Fread CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:12471:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, "Re-fread CPU utilization report (Zero values should be ignored)", bif_row++, bif_column); ^ iozone.c:13264:31: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); ^ iozone.c:13267:16: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); ^ iozone.c:14556:31: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); ^ iozone.c:14559:16: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, nbuff, reclen, (i*reclen), depth); ^ iozone.c:15122:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen), reclen, ^ iozone.c:15125:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (i*reclen), reclen, ^ iozone.c:15191:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:16235:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (i*reclen),reclen, ^ iozone.c:16238:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (i*reclen),reclen, ^ iozone.c:16304:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:16794:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (current_position), ^ iozone.c:16797:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (current_position),reclen, ^ iozone.c:16859:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:17304:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (current_position), ^ iozone.c:17307:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (current_position),reclen, ^ iozone.c:17369:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:18027:28: warning: passing arguments to 'async_read_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read_no_copy(gc, (long long)fd, &buffer1, (current_offset), ^ iozone.c:18030:20: warning: passing arguments to 'async_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_read(gc, (long long)fd, nbuff, (current_offset), reclen, ^ iozone.c:18095:17: warning: passing arguments to 'async_release' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_release(gc); ^ iozone.c:18701:31: warning: passing arguments to 'async_write_no_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write_no_copy(gc, (long long)fd, nbuff, reclen, (current_offset), depth,free_addr); ^ iozone.c:18704:16: warning: passing arguments to 'async_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] async_write(gc, (long long)fd, nbuff, reclen, current_offset, depth); ^ iozone.c:19230:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, print_str, bif_row++, bif_column); ^ iozone.c:19247:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, print_str, bif_row++, bif_column); ^ iozone.c:19249:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, print_str, bif_row++, bif_column); ^ iozone.c:19257:12: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd, print_str, bif_row, bif_column++); ^ iozone.c:19263:13: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd, runtimes[i][j].cpuutil, bif_row, bif_column++); ^ iozone.c:19301:20: warning: passing arguments to 'create_xls' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bif_fd=create_xls(bif_filename); ^ iozone.c:19302:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,command_line,bif_row++,bif_column); ^ iozone.c:19304:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,print_str,bif_row++,bif_column); ^ iozone.c:19326:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,print_str,bif_row++,bif_column); ^ iozone.c:19328:11: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,print_str,bif_row++,bif_column); ^ iozone.c:19336:15: warning: passing arguments to 'do_label' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_label(bif_fd,print_str,bif_row,bif_column++); ^ iozone.c:19343:16: warning: passing arguments to 'do_float' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_float(bif_fd,(double)report_darray[i][j],bif_row,bif_column++); ^ iozone.c:19357:12: warning: passing arguments to 'close_xls' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] close_xls(bif_fd); ^ iozone.c:1834:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void child_send(); ^ iozone.c:21015:1: note: conflicting prototype is here child_send(char *controlling_host_name, struct master_command *send_buffer, int send_size) ^ iozone.c:21730:62: warning: passing arguments to 'inet_ntoa' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printf("Master: child name: %s\n", (char *)inet_ntoa(*ip)); ^ iozone.c:23040:6: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(0); ^ iozone.c:23655:62: warning: passing arguments to 'inet_ntoa' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printf("Master: child name: %s\n", (char *)inet_ntoa(*ip)); ^ iozone.c:23974:6: warning: passing arguments to 'wait' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait(NULL); ^ 121 warnings generated. cc -c -O2 -pipe -g -pthread -Dunix -Dbsd4_4 -DHAVE_ANSIC_C -O2 -pipe -g libbif.c -o libbif.o cc -O2 -pipe -g -pthread iozone_openbsd-threads.o libbif.o -o iozone iozone.c:1885(iozone_openbsd-threads.o:(main)): warning: rand() may return deterministic values, is that what you want? iozone.c:23391(iozone_openbsd-threads.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() iozone.c:1911(iozone_openbsd-threads.o:(main)): warning: sprintf() is often misused, please use snprintf() iozone.c:3555(iozone_openbsd-threads.o:(record_command_line)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in benchmarks/iozone at 1713476078.34 ===> benchmarks/iozone ===> Faking installation for iozone-3.490 /exopi-obj/pobj/iozone-3.490/bin/install -c -m 755 /exopi-obj/pobj/iozone-3.490/iozone3_490/src/current/iozone /exopi-obj/pobj/iozone-3.490/fake-amd64/usr/local/bin /exopi-obj/pobj/iozone-3.490/bin/install -c -m 644 /exopi-obj/pobj/iozone-3.490/iozone3_490/docs/iozone.1 /exopi-obj/pobj/iozone-3.490/fake-amd64/usr/local/man/man1 Reading existing plist for iozone-3.490 Writing /exopi-obj/pobj/iozone-3.490/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/iozone-3.490/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/iozone-3.490/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/iozone-3.490/fake-amd64/usr/local/bin/iozone dwz: /exopi-obj/pobj/iozone-3.490/fake-amd64/usr/local/bin/.debug/iozone.dbg: DWARF compression not beneficial - old size 106784 new size 107917 ===> Building package for iozone-3.490 Create /exopi-cvs/ports/packages/amd64/all/iozone-3.490.tgz Creating package iozone-3.490 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************* | 95% archiving|****************************************************************|100% Creating package debug-iozone-3.490 reading plist| checking dependencies| checking dependencies|benchmarks/iozone checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% >>> Running clean in benchmarks/iozone at 1713476082.07 ===> benchmarks/iozone ===> Cleaning for iozone-3.490 >>> Ended at 1713476082.49 max_stuck=6.12/build=10.50/package=3.78/clean=0.45