Fusefs-kmod says it requires kernel sources, but it also requires userland sources: Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c mount_fusefs.c ^^^^^^^^^^^^^^^^^^^^^^ mount_fusefs.c:50:21: mntopts.h: No such file or directory mount_fusefs.c:57: error: elements of array `mopts' have incomplete type Fix: Add a check for it in the Makefile
State Changed From-To: open->feedback Awaiting maintainers feedback
edwin 2007-10-03 05:05:22 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile Log: Sysutils/fusefs-kmod requires also userland sources Fusefs-kmod says it requires kernel sources, but it also requires userland sources: Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c mount_fusefs.c ^^^^^^^^^^^^^^^^^^^^^^ mount_fusefs.c:50:21: mntopts.h: No such file or directory mount_fusefs.c:57: error: elements of array `mopts' have incomplete type PR: ports/116196 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Revision Changes Path 1.14 +3 -0 ports/sysutils/fusefs-kmod/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!