=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for pipebench-0.40 --- pipebench --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Wall -w -pedantic -o pipebench pipebench.c In file included from /usr/include/stdio.h:597:0, from pipebench.c:29: pipebench.c: In function 'time_diff': pipebench.c:128:19: warning: format '%d' expects argument of type 'int', but argument 6 has type 'time_t {aka long int}' [-Wformat=] snprintf(buf,max,"%.2dh%.2dm%.2d.%.2ds", ^ diff.tv_sec / 3600, ~~~~~~~~~~~~~~~ pipebench.c:128:19: warning: format '%d' expects argument of type 'int', but argument 7 has type 'time_t {aka long int}' [-Wformat=] pipebench.c:128:19: warning: format '%d' expects argument of type 'int', but argument 8 has type 'time_t {aka long int}' [-Wformat=] pipebench.c: In function 'main': pipebench.c:188:14: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] bufsize = atoi(optarg); ^~~~ pipebench.c:241:20: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] while (!(buffer = malloc(bufsize))) { ^~~~~~ pipebench.c:241:20: warning: incompatible implicit declaration of built-in function 'malloc' pipebench.c:241:20: note: include '' or provide a declaration of 'malloc' pipebench.c:274:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(ctimebuf,ctime(&tv2.tv_sec)); ^~~~~~ pipebench.c:274:3: warning: incompatible implicit declaration of built-in function 'strcpy' pipebench.c:274:3: note: include '' or provide a declaration of 'strcpy' pipebench.c:275:10: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if ((n=strlen(ctimebuf)) && ctimebuf[n-1] == '\n') { ^~~~~~ pipebench.c:275:10: warning: incompatible implicit declaration of built-in function 'strlen' pipebench.c:275:10: note: include '' or provide a declaration of 'strlen' pipebench.c:298:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] fprintf(statusf, "%llu\n",speed); ~~~^ %lu pipebench.c:302:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(buffer); ^~~~ pipebench.c:302:2: warning: incompatible implicit declaration of built-in function 'free' pipebench.c:302:2: note: include '' or provide a declaration of 'free'