From owner-freebsd-ports Tue Nov 9 1: 8:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id DF2C6150BC for ; Tue, 9 Nov 1999 01:08:01 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id KAA39599; Tue, 9 Nov 1999 10:07:26 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Tue, 9 Nov 1999 10:07:26 +0100 (CET) From: FreeBSD mailing list To: Brandon Fosdick Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ARLA(afs) not working. In-Reply-To: <382709DF.829E51DF@glue.umd.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org compiling ARLA I have also errors like these xfs_vfsops-common.c: In function `xfs_mount_common': xfs_vfsops-common.c:162: warning: implicit declaration of function `getnewfsid' xfs_vfsops-common.c:162: `MOUNT_AFS' undeclared (first use this function) xfs_vfsops-common.c:162: (Each undeclared identifier is reported only once xfs_vfsops-common.c:162: for each function it appears in.) which is not possible to patch. anyone has an idea on how to fix this ? thanks Rick On Mon, 8 Nov 1999, Brandon Fosdick wrote: > FreeBSD mailing list wrote: > > > > the arla port is not working. > > It does not compile. > > I also tryed new versions like the 0.27 but it does not work as well. > > Anyonw could fix this problem ? > > I know that it runs on OpenBSD. > > thanks > > I can't get it working either. I can get 0.27 to compile on 3.3-S, but > it takes some hacking. Even then i can't get it to run. I don't know how > to get xfs set up. > > Here's what i did to get it to compile(sorry, no patch yet): > Delete patches/patch-aa > Delete patches/patch-ac > make configure > > in work/arla-0.27/include/kafs.h > > line 179: > int krb_afslog_uid __P((const char *cell, const char *realm, uid_t > uid)); > change to: > int k_afsklog_uid __P((const char *cell, const char *realm, uid_t uid)); > > line 182: > #define k_afsklog_uid krb_afslog_uid > change to: > #define krb_afslog_uid k_afsklog_uid > > That should get it to compile and install. But I still don't know how to > get it running. I'm told that it works, I just can't make it happen. > > -Brandon > bfoz@glue.umd.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message