=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> 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 since-1.1 --- since --- gcc -Wall -O2 -DVERSION=\"1.1\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o since since.c since.c: In function 'setup_data': since.c:767:49: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr, "since: unable to allocate %u bytes for %s\n", sizeof(struct data_file) * (sn->s_data_count * 1), name); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu since.c: In function 'lookup_entries': since.c:846:75: warning: format '%Lu' expects argument of type 'long long unsigned int', but argument 5 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "since: found record for %s at offset %d, now=%Lu, had=%Lu\n", df->d_name, j, df->d_now, df->d_had); ~~^ ~~~~~~~~~ %lu since.c:846:84: warning: format '%Lu' expects argument of type 'long long unsigned int', but argument 6 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "since: found record for %s at offset %d, now=%Lu, had=%Lu\n", df->d_name, j, df->d_now, df->d_had); ~~^ ~~~~~~~~~ %lu since.c: In function 'display_file': since.c:1235:16: warning: variable 'i' set but not used [-Wunused-but-set-variable] off_t range, i; ^