From nobody@FreeBSD.org  Fri Oct  8 08:41:17 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E77DD106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Oct 2010 08:41:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D554C8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Oct 2010 08:41:17 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o988fHLZ026456
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 Oct 2010 08:41:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o988fHYt026455;
	Fri, 8 Oct 2010 08:41:17 GMT
	(envelope-from nobody)
Message-Id: <201010080841.o988fHYt026455@www.freebsd.org>
Date: Fri, 8 Oct 2010 08:41:17 GMT
From: "Edward.Sanford.Sutton, III" <mirror176@cox.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] ports/sysutils/fusefs-kmod build fails: MNT_NFS4ACLS undeclared
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: amistry@am-productions.biz

>Number:         151296
>Category:       ports
>Synopsis:       [patch] ports/sysutils/fusefs-kmod build fails: MNT_NFS4ACLS undeclared
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 08 08:50:00 UTC 2010
>Closed-Date:    Tue Nov 29 13:12:39 UTC 2011
>Last-Modified:  Tue Nov 29 13:20:06 UTC 2011
>Originator:     Edward Sanford Sutton, III
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD darkstar.l.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed Jul 28 01:25:56 MST 2010     root@darkstar.l.net:/usr/obj/usr/src/sys/GENERIC  amd6
>Description:
  The following error appears when I try to compile due to MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes
cc -O2 -pipe -fno-strict-aliasing  -I/usr/src/sbin/mount -I../include -std=gnu99 -fstack-protector  -c mount_fusefs.c
mount_fusefs.c:79: error: 'MNT_NFS4ACLS' undeclared here (not in a function)
An available update (from 19 months ago) does not appear to address this issue.
  The issue occurs for me on amd64, though I only show a log of it impacting ia64-8-latest on portsmon May 16, 2010.
>How-To-Repeat:
On my system, `cd /usr/ports/sysutils/fusefs-kmod;make` always was causing it.
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-10-08 00:51:35.164643383 -0700
+++ Makefile	2010-10-08 01:14:50.144672831 -0700
@@ -78,6 +78,8 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \
 		${WRKSRC}/doc/Makefile
+	@${REINPLACE_CMD} -e 's|-I../inc|-I${SRC_BASE}/sys -I../inc|g' \
+		${WRKSRC}/mount_fusefs/Makefile
 
 post-configure:
 	@${CP} ${LOCALBASE}/include/fuse/fuse_kernel.h ${WRKSRC}/fuse_module


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 8 08:50:06 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151296 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: amistry@am-productions.biz
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/151296: [patch] ports/sysutils/fusefs-kmod build fails: MNT_NFS4ACLS undeclared
Date: Fri, 8 Oct 2010 08:50:05 UT

 Maintainer of sysutils/fusefs-kmod,
 
 Please note that PR ports/151296 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151296
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: arved 
State-Changed-When: Mon Aug 1 18:32:43 UTC 2011 
State-Changed-Why:  
maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151296 
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell  
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Sun Nov 27 13:15:53 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=151296 
State-Changed-From-To: open->closed  
State-Changed-By: scheidell 
State-Changed-When: Tue Nov 29 13:11:47 UTC 2011 
State-Changed-Why:  
maintainer timeout. 
Committed with changes, thanks 



Responsible-Changed-From-To: scheidell->scheidell  
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Tue Nov 29 13:11:47 UTC 2011 
Responsible-Changed-Why:  
maintainer timeout. 
Committed with changes, thanks 


http://www.freebsd.org/cgi/query-pr.cgi?pr=151296 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151296: commit references a PR
Date: Tue, 29 Nov 2011 13:11:21 +0000 (UTC)

 scheidell    2011-11-29 13:11:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/fusefs-kmod Makefile pkg-plist 
   Log:
   -Submitted with changes (no portbump per gabor)
   -MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes
   -it is now included
   
   PR:             151296
   Submitted by:   Edward.Sanford.Sutton, III <mirror176@cox.net>
   Approved by:    ports (maintainer timeout) gabor (mentor)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.34      +2 -0      ports/sysutils/fusefs-kmod/Makefile
   1.9       +1 -1      ports/sysutils/fusefs-kmod/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
