From owner-freebsd-afs@FreeBSD.ORG Mon Feb 18 01:29:35 2008 Return-Path: Delivered-To: afs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F6E16A418 for ; Mon, 18 Feb 2008 01:29:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 790EC13C442 for ; Mon, 18 Feb 2008 01:29:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 2DF9046B7E; Sun, 17 Feb 2008 20:29:35 -0500 (EST) Date: Mon, 18 Feb 2008 01:29:35 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Rasmus Kaj In-Reply-To: <1203286882.16414.3.camel@heterodyne.kaj> Message-ID: <20080218012608.V96329@fledge.watson.org> References: <20080216035658.W93919@fledge.watson.org> <1203286882.16414.3.camel@heterodyne.kaj> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: afs@FreeBSD.org, arla-drinkers@stacken.kth.se Subject: Re: Patches to get Arla running on FreeBSD 8-CURRENT X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 01:29:35 -0000 On Sun, 17 Feb 2008, Rasmus Kaj wrote: >> I've spent the evening getting Arla (checked out of anoncvs) [...] > > Everyone who got Arla out of anoncvs, please update! > > The anoncvs repo has been out of sync since october 1, 2007. Now it is > updated -- and updating itself when new commits happen -- again. > > Sorry for the inconvenience! Indeed, all the missing changes from October through December are now there in anoncvs. Looks like the appl/lib build order fix I needed is already there, but most of the other changes haven't been bumped into by anyone else yet. I needed the one further attached change to correct a build problem resulting from the more recent work in CVS. With the updated parts, I now have Arla running on FreeBSD 8-CURRENT again. Robert N M Watson Computer Laboratory University of Cambridge http://perforce.freebsd.org/chv.cgi?CH=135612 Change 135612 by rwatson@rwatson_cinnamon_coda on 2008/02/18 01:04:20 New build fix for NetBSDism in Arla. Affected files ... .. //depot/user/rwatson/arla/porting/nnpfs/bsd/nnpfs/nnpfs_locl.h#4 edit Differences ... ==== //depot/user/rwatson/arla/porting/nnpfs/bsd/nnpfs/nnpfs_locl.h#4 (text+ko) ==== @@ -118,7 +118,7 @@ #ifdef HAVE_SYS_ATTR_H #include #endif -#if __NetBSD_Version__ >= 399001900 /* 3.99.19 */ +#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 399001900 /* 3.99.19 */ #define HAVE_SYS_KAUTH_H #endif #ifdef HAVE_SYS_KAUTH_H