Date: Tue, 9 Nov 1999 10:07:26 +0100 (CET) From: FreeBSD mailing list <bsd@righi.dhs.org> To: Brandon Fosdick <bfoz@glue.umd.edu> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ARLA(afs) not working. Message-ID: <Pine.BSF.4.20.9911091006460.39597-100000@righi.dhs.org> In-Reply-To: <382709DF.829E51DF@glue.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9911091006460.39597-100000>