From owner-freebsd-ports@FreeBSD.ORG Mon Apr 4 18:01:25 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D59D1065673 for ; Mon, 4 Apr 2011 18:01:25 +0000 (UTC) (envelope-from jrm@mingrone.org) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CAE378FC0A for ; Mon, 4 Apr 2011 18:01:24 +0000 (UTC) Received: by wwc33 with SMTP id 33so6508502wwc.31 for ; Mon, 04 Apr 2011 11:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mingrone.org; s=google; h=domainkey-signature:mime-version:x-originating-ip:date:message-id :subject:from:to:cc:content-type; bh=bSyynMV7Y3DoYJfG4Y+nGWFWYooGpZC/KSO4JIzYXFo=; b=L/Wpcy9RSRjm8uyExNcnqa8asLKH11CDm1Pq/7MH0cy1X9cz+WLTU3ExNCoaeTkqKk BoETfvaJibdQ3fTLRIMfOER9IgRzzWO39LmTt8SLDIrBfmJGjOl424gIzYuq1+Nvjofh ZRQg/JYiTkpnKjbM5iketbbuhkNQ5Fvf5mIhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=mingrone.org; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to:cc :content-type; b=K18xGwIAUspe9E/WF8aZLYUvoq3y0Ct+3HJzADl+RU9LNsJqa0v9IVT+nfI6abORow LvwiSCwQDtx/MpgxeDMWbwywEFIj9vU2A4BSRxBBj4S71hgeLPlndzxhNXmXFoRN31Ed vWj5bv5Qam2A6P/Wp9dbUKHh94sz91CibPTOY= MIME-Version: 1.0 Received: by 10.216.82.16 with SMTP id n16mr3172566wee.13.1301938385154; Mon, 04 Apr 2011 10:33:05 -0700 (PDT) Received: by 10.216.6.135 with HTTP; Mon, 4 Apr 2011 10:33:05 -0700 (PDT) X-Originating-IP: [129.173.32.117] Date: Mon, 4 Apr 2011 14:33:05 -0300 Message-ID: From: Joseph Mingrone To: amistry@am-productions.biz Content-Type: text/plain; charset=UTF-8 Cc: ports@FreeBSD.org Subject: FreeBSD Port: fusefs-kmod-0.3.9.p1.20080208_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2011 18:01:25 -0000 Hello, I've been trying to update this port from the 6th to the 7th patch level, but the error below occurs. Is this something you've seen before? I've seen PR 151296, but it's from last October and I'm not sure if it is still relevant. If there is any other information I can provide. please let know. Joey :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk fuse.ko export_syms | xargs -J% objcopy % fuse.ko objcopy --strip-debug fuse.ko ===> mount_fusefs (all) Warning: Object directory not changed from original /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/mount_fusefs 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) mount_fusefs.c: In function 'main': mount_fusefs.c:400: warning: implicit declaration of function 'init_backgrounded' *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/mount_fusefs. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. ===>>> make failed for sysutils/fusefs-kmod