[OpenAFS-devel] OpenAFS on aurora sparc linux

Dean Anderson dean@av8.com
Mon, 13 Oct 2003 17:25:38 -0400 (EDT)


Please let me know if you want src or binary rpms.

		--Dean


Notes on building openafs 1.2.9 on aurora sparc linux:


Add /usr/kerberos/bin to $PATH prior to rpm -bb

Alter openafs-1.2.9/src/libafs/MakefileProto.LINUX to use kgcc instead of
sparc-linux-gcc for sparc64_linux24 CC.  This was done by altering the
openafs-1.2.9 specfile to include a patch that makes this change.

In /usr/lib/rpm/sparc64-redhat-linux/macros set _arch to sparc64

Build new kernel: This is independent of openafs--kernel symbols don't
match on distributed kernel, kernel source distributed won't build without
the following changes:

Make linux/highmem.h always include asm/kmap_types.h

Add #include <linux/bitops.h> to drivers/usb/hcd/ehci-hcd.c