=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for iozone-3.430 Building iozone NetBSD cc -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD -DNAME='"netbsd"' -DSHARED_MEM iozone.c -o iozone_netbsd.o iozone.c:1643:2: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy(tfile,"iozone"); /* Dummy name prefix */ ^ iozone.c:1643:2: note: include the header or explicitly provide a declaration for 'strcpy' iozone.c:1910:14: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' if(optarg[strlen(optarg)-1]=='k' || ^ iozone.c:1910:14: note: include the header or explicitly provide a declaration for 'strlen' iozone.c:1997:4: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned int)' bzero(reply,sizeof(reply)); ^ iozone.c:1997:4: note: include the header or explicitly provide a declaration for 'bzero' iozone.c:2428:10: warning: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' if (strchr(subarg,',') == NULL) ^ iozone.c:2428:10: note: include the header or explicitly provide a declaration for 'strchr' iozone.c:3258:4: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' strcat (command_line, argv[ix]); ^ iozone.c:3258:4: note: include the header or explicitly provide a declaration for 'strcat' iozone.c:18723:2: warning: implicit declaration of function 'bcopy' is invalid in C99 [-Wimplicit-function-declaration] bcopy(&ts,&p_childids[meme],sizeof(pthread_t)); ^ iozone.c:18728:48: warning: format specifies type 'unsigned long' but the argument has type 'pthread_t' (aka 'struct pthread_st *') [-Wformat] printf("\nthread created has an id of %lx\n",ts); ~~~ ^~ iozone.c:19854:3: warning: implicitly declaring library function 'strtok' with type 'char *(char *, const char *)' strtok(where," "); ^ iozone.c:19854:3: note: include the header or explicitly provide a declaration for 'strtok' iozone.c:20716:50: error: use of undeclared identifier 'EISCONN' if((ecount++ < 200) && (errno != EISCONN)) ^ iozone.c:22125:21: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_write_test((long)0); ^~~~~~~ iozone.c:22134:22: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_pwrite_test((long)0); ^~~~~~~ iozone.c:22143:22: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_rwrite_test((long)0); ^~~~~~~ iozone.c:22151:20: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_read_test((long)0); ^~~~~~~ iozone.c:22160:21: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_pread_test((long)0); ^~~~~~~ iozone.c:22169:21: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_rread_test((long)0); ^~~~~~~ iozone.c:22177:27: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_stride_read_test((long)0); ^~~~~~~ iozone.c:22185:23: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_ranread_test((long)0); ^~~~~~~ iozone.c:22193:24: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_ranwrite_test((long)0); ^~~~~~~ iozone.c:22201:28: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_reverse_read_test((long)0); ^~~~~~~ iozone.c:22209:19: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_mix_test((long)0); ^~~~~~~ iozone.c:22217:22: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_fwrite_test((long)0); ^~~~~~~ iozone.c:22225:21: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_fread_test((long)0); ^~~~~~~ iozone.c:22233:23: warning: expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion] thread_cleanup_test((long)0); ^~~~~~~ iozone.c:22444:24: warning: implicitly declaring library function 'strerror' with type 'char *(int)' mc.m_client_number,strerror(mc.m_client_error)); ^ iozone.c:22444:24: note: include the header or explicitly provide a declaration for 'strerror' iozone.c:24360:4: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' memset( &hints, 0, sizeof( hints ) ); ^ iozone.c:24360:4: note: include the header or explicitly provide a declaration for 'memset' iozone.c:25586:37: error: use of undeclared identifier 'EINTR' } while ((err == -1) && (errno == EINTR)); ^ 24 warnings and 2 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/benchmarks/iozone/work/iozone3_430/src/current *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/benchmarks/iozone *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/benchmarks/iozone