=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for bfs-1.1.3 clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF bftw.d -c bftw.c -o bftw.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF color.d -c color.c -o color.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF dstring.d -c dstring.c -o dstring.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF eval.d -c eval.c -o eval.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF exec.d -c exec.c -o exec.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF main.d -c main.c -o main.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF mtab.d -c mtab.c -o mtab.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF opt.d -c opt.c -o opt.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF parse.d -c parse.c -o parse.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF printf.d -c printf.c -o printf.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF typo.d -c typo.c -o typo.o clang -D__EXTENSIONS__ -D_ATFILE_SOURCE -D_BSD_SOURCE -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBFS_VERSION=\"1.1.3\" -std=c99 -O2 -MD -MP -MF util.d -c util.c -o util.o mtab.c:136:24: warning: incompatible pointer types passing 'struct statfs **' to parameter of type 'struct statvfs **' [-Wincompatible-pointer-types] int size = getmntinfo(&mntbuf, MNT_WAIT); ^~~~~~~ /usr/include/sys/statvfs.h:155:33: note: passing argument to parameter here int getmntinfo(struct statvfs **, int) __RENAME(__getmntinfo13); ^ mtab.c:153:49: error: arithmetic on a pointer to an incomplete type 'struct statfs' for (struct statfs *mnt = mntbuf; mnt < mntbuf + size; ++mnt) { ~~~~~~ ^ mtab.c:135:9: note: forward declaration of 'struct statfs' struct statfs *mntbuf; ^ mtab.c:153:57: error: arithmetic on a pointer to an incomplete type 'struct statfs' for (struct statfs *mnt = mntbuf; mnt < mntbuf + size; ++mnt) { ^ ~~~ mtab.c:135:9: note: forward declaration of 'struct statfs' struct statfs *mntbuf; ^ mtab.c:155:15: error: incomplete definition of type 'struct statfs' if (stat(mnt->f_mntonname, &sb) != 0) { ~~~^ mtab.c:135:9: note: forward declaration of 'struct statfs' struct statfs *mntbuf; ^ mtab.c:159:41: error: incomplete definition of type 'struct statfs' if (bfs_mtab_push(mtab, sb.st_dev, mnt->f_fstypename) != 0) { ~~~^ mtab.c:135:9: note: forward declaration of 'struct statfs' struct statfs *mntbuf; ^ 1 warning and 4 errors generated. gmake: *** [Makefile:59: mtab.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/sysutils/bfs *** Error code 1 Stop. make: stopped in /data/pkgsrc/sysutils/bfs