Patches to get Arla running on FreeBSD 8-CURRENT
Robert Watson
rwatson at FreeBSD.org
Wed Feb 27 01:15:59 CET 2008
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
More information about the Arla-drinkers
mailing list