From owner-freebsd-afs@FreeBSD.ORG Wed Feb 27 00:16:00 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 F3FE6106566C for ; Wed, 27 Feb 2008 00:15:59 +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 C178813C4FB for ; Wed, 27 Feb 2008 00:15:59 +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 3DD7846B42; Tue, 26 Feb 2008 19:15:59 -0500 (EST) Date: Wed, 27 Feb 2008 00:15:59 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tomas Olsson In-Reply-To: <1204065013.4007.17.camel@hippo.t.nxs.se> Message-ID: <20080227001442.M19847@fledge.watson.org> References: <20080216035658.W93919@fledge.watson.org> <1203286882.16414.3.camel@heterodyne.kaj> <20080218012608.V96329@fledge.watson.org> <20080222125207.GD38141@hamlet.setfilepointer.com> <20080223092516.O23969@fledge.watson.org> <20080223102922.GF38141@hamlet.setfilepointer.com> <20080223110549.GG38141@hamlet.setfilepointer.com> <20080223161249.GH38141@hamlet.setfilepointer.com> <1203788012.4065.10.camel@hippo.t.nxs.se> <1204065013.4007.17.camel@hippo.t.nxs.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alec Kloss , 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: Wed, 27 Feb 2008 00:16:00 -0000 On Tue, 26 Feb 2008, Tomas Olsson wrote: > On Sat, 2008-02-23 at 18:33 +0100, I wrote: >> On Sat, 2008-02-23 at 10:12 -0600, Alec Kloss wrote: >>> All of the heavy lifting is done in the big patch at >>> >>> http://setfilepointer.com/pub/arla/20080223-arla.diff >> [...] >>> Can anyone from Arla comment on the chances for incorporating these >>> patches into Arla itself? It'd be nice to have these changes in Arla >>> itself prior to submitting the port to FreeBSD. >>> >> Chances are good. If it looks ok it goes in. > > Ok, most of it is in. Still missing is fs_local.h and the include path > things, until I can figure out what I want. Feel free to help me :) The fs_local.h change was to address this: Making all in fs gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -I./../../include -I/usr/local/include -I./../.. -I./../lib -I../../include -I/usr/local/include -I../../rxdef -I. -I./../../nnpfs/include -I./../../arlad -I./../../rxkad -I/usr/local/include -DINET6 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wnested-externs -c -o fs-fs.o `test -f 'fs.c' || echo './'`fs.c In file included from fs.c:34: fs_local.h:46:29: error: nnpfs/nnpfs_deb.h: No such file or directory *** Error code 1 The underlying problem is presumably an include path issue, but since nnpfs_deb.h wasn't required anyway by fs.c, removing the include seemed the simplest solution and didn't appear to cause any other problems. Robert N M Watson Computer Laboratory University of Cambridge