I usually set KERNCONF in /etc/make.conf. And /usr/src is a symlink to other space. fuse module's Makefile uses hardcoded /usr/obj/usr/src/sys. It should use correct patch from /usr/src/Makefile.inc1. Added file(s): - files/patch-fuse_module__Makefile Port maintainer (amistry@am-productions.biz) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan Submitter has GNATS access (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I won't have time for the next 7 or 8 days to review this, since we've got a launch this week. But just by looking at the patch it seems fine. -- Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/
rafan 2008-04-03 02:16:54 UTC FreeBSD ports repository Added files: sysutils/fusefs-kmod/files patch-fuse_module__Makefile Log: - When KERNCONF is set in /etc/make.conf and /usr/src is a symlink, fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}. This causes build failure. Fix this by getting correct obj directory from /usr/src/Makefile.inc1. PR: ports/122257 Submitted by: rafan Approved by: Anish Mistry <amistry at am-productions.biz> (maintainer) Revision Changes Path 1.1 +12 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_module__Makefile (new) _______________________________________________ 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!