Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2010 15:44:11 GMT
From:      Kevin Baxter <VoidChicken@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146434: sysutils/fuse-ntfs fails to build if devel/bonobo installed
Message-ID:  <201005091544.o49FiBnX055511@www.freebsd.org>
Resent-Message-ID: <201005091550.o49Fo0ko051647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146434
>Category:       ports
>Synopsis:       sysutils/fuse-ntfs fails to build if devel/bonobo installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 09 15:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Baxter
>Release:        8.0-RELEASE p2
>Organization:
>Environment:
FreeBSD Ernie.WORKGROUP.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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.
>How-To-Repeat:
cd /usr/ports/devel/bonobo && make install
cd /usr/ports/sysutils/fuse-ntfs && make
>Fix:
Workaround: Rename /usr/local/include/efs.h, build and install sysutils/fuse-ntfs, then rename it back.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005091544.o49FiBnX055511>