=> 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 postmark-1.5 (cd /tmp/benchmarks/postmark/work && gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o postmark postmark.c) postmark.c: In function 'write_blocks': postmark.c:640:7: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(fd,file_source+offset,write_block_size); ^~~~~ fwrite postmark.c: In function 'create_file': postmark.c:718:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(fd); ^~~~~ pclose postmark.c: In function 'read_file': postmark.c:771:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] read(fd,read_buffer,read_block_size); ^~~~ fread postmark.c: In function 'create_subdirectories': postmark.c:68:18: warning: implicit declaration of function 'mkdir'; did you mean 'mktime'? [-Wimplicit-function-declaration] #define MKDIR(x) mkdir(x,0700) ^ postmark.c:937:10: note: in expansion of macro 'MKDIR' MKDIR(dir_name); ^~~~~ postmark.c: In function 'delete_subdirectories': postmark.c:966:10: warning: implicit declaration of function 'rmdir' [-Wimplicit-function-declaration] rmdir(dir_name); ^~~~~ postmark.c: At top level: postmark.c:1231:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ ld: /var/tmp//ccrPv5dU.o: in function `cli_show': postmark.c:(.text+0xa60): warning: warning: getwd() possibly used unsafely, consider using getcwd()