fuse-ntfs has a header named efs.h in its source. However, bonobo installs a header by the same name in /usr/local/include. When fuse-ntfs compiles, the compiler includes /usr/local/include/efs.h instead of the one in the fuse-ntfs source, causing the compilation to fail. Fix: Workaround: Rename /usr/local/include/efs.h, build and install sysutils/fuse-ntfs, then rename it back. How-To-Repeat: cd /usr/ports/devel/bonobo && make install cd /usr/ports/sysutils/fuse-ntfs && make
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: gnome->alepulver Assign to maintainer. This is not a gnome problem. Fix port name in summary.
Responsible Changed From-To: alepulver->freebsd-ports-bugs Drop PR
arved 2011-02-03 10:56:19 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile Log: Add a CONFLICTS_BUILD for bonobo because of LOCALBASE/include/efs.h PR: 146434 Submitted by: Kevin Baxter Feature safe: yes Revision Changes Path 1.40 +1 -0 ports/sysutils/fusefs-ntfs/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: open->closed I have marked the port as conflicting with bonobo, thanks for reporting