[OpenAFS-devel] Openafs 1.6.10 does not build on Fedora 21

Benjamin Kaduk kaduk@MIT.EDU
Tue, 20 Jan 2015 00:17:28 -0500 (EST)


On Mon, 19 Jan 2015, Todd Lewis wrote:

> No, I did not intentionally enable the AFS/NFS translator. I did:
> > git clone git://git.openafs.org/openafs.git
> > cd openafs
> > ./regen.sh
> > ./configure
> > --with-linux-kernel-headers=/lib/modules/3.17.8-200.fc20.i686/build
> > --with-linux-kernel-packaging
> > make
> > make dest
> and got both afspag.ko and openafs.ko. I had never seen afspag.ko before, so I
> thought I'd ask.

I think we always try to build it if configure finds the functions it
needs.  But, I thought that those functions had not been available for
many years, so it's a bit surprising that you ended up with one...

-Ben