Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 01:29:35 +0000 (GMT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Rasmus Kaj <kaj@kth.se>
Cc:        afs@FreeBSD.org, arla-drinkers@stacken.kth.se
Subject:   Re: Patches to get Arla running on FreeBSD 8-CURRENT
Message-ID:  <20080218012608.V96329@fledge.watson.org>
In-Reply-To: <1203286882.16414.3.camel@heterodyne.kaj>
References:  <20080216035658.W93919@fledge.watson.org> <1203286882.16414.3.camel@heterodyne.kaj>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/attr.h>
  #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



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