=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for physfs-1.0.1nb1 /usr/pkg/bin/bmake all-recursive Making all in platform if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -D_REENTRANT -I/usr/pkg/include -O2 -O2 -march=i586 -I/usr/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -MT unix.lo -MD -MP -MF ".deps/unix.Tpo" -c -o unix.lo unix.c; then mv -f ".deps/unix.Tpo" ".deps/unix.Plo"; else rm -f ".deps/unix.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/pkgsrc/work/devel/physfs/work/.buildlink/include -O2 -O2 -march=i586 -D_THREAD_SAFE -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -fPIC -DPIC -o .libs/unix.o unix.c:233:25: warning: incompatible pointer types passing 'struct statfs **' to parameter of type 'struct statvfs **' [-Wincompatible-pointer-types] mounts = getmntinfo(&mntbufp, MNT_WAIT); ^~~~~~~~ /usr/include/sys/statvfs.h:159:33: note: passing argument to parameter here int getmntinfo(struct statvfs **, int) __RENAME(__getmntinfo13); ^ unix.c:239:27: error: subscript of pointer to incomplete type 'struct statfs' if (strcmp(mntbufp[i].f_fstypename, "iso9660") == 0) ~~~~~~~^ unix.c:227:12: note: forward declaration of 'struct statfs' struct STATVFS_TYPE *mntbufp = NULL; ^ unix.c:220:22: note: expanded from macro 'STATVFS_TYPE' #define STATVFS_TYPE statfs ^ unix.c:241:33: error: subscript of pointer to incomplete type 'struct statfs' else if (strcmp( mntbufp[i].f_fstypename, "cd9660") == 0) ~~~~~~~^ unix.c:227:12: note: forward declaration of 'struct statfs' struct STATVFS_TYPE *mntbufp = NULL; ^ unix.c:220:22: note: expanded from macro 'STATVFS_TYPE' #define STATVFS_TYPE statfs ^ unix.c:253:54: error: subscript of pointer to incomplete type 'struct statfs' malloc(strlen(mntbufp[i].f_mntonname) + 1); ~~~~~~~^ unix.c:227:12: note: forward declaration of 'struct statfs' struct STATVFS_TYPE *mntbufp = NULL; ^ unix.c:220:22: note: expanded from macro 'STATVFS_TYPE' #define STATVFS_TYPE statfs ^ unix.c:256:57: error: subscript of pointer to incomplete type 'struct statfs' strcpy(retval[cd_count - 1], mntbufp[i].f_mntonname); ~~~~~~~^ unix.c:227:12: note: forward declaration of 'struct statfs' struct STATVFS_TYPE *mntbufp = NULL; ^ unix.c:220:22: note: expanded from macro 'STATVFS_TYPE' #define STATVFS_TYPE statfs ^ 1 warning and 4 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/physfs/work/physfs-1.0.1/platform *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/physfs/work/physfs-1.0.1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/physfs/work/physfs-1.0.1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/physfs *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/physfs