I just built the PPC64 kernel modules, this is the patch that I needed: --- /usr/src/openafs-1.4.11/include/afs/param.h.orig 2009-11-30 12:45:31.000000000 +0100 +++ /usr/src/openafs-1.4.11/include/afs/param.h 2010-04-23 13:41:58.193201645 +0200 @@ -15,10 +15,10 @@ #define AFS_LINUX22_ENV 1 #define AFS_LINUX24_ENV 1 #define AFS_LINUX26_ENV 1 -#define AFS_PPC_LINUX20_ENV 1 -#define AFS_PPC_LINUX22_ENV 1 -#define AFS_PPC_LINUX24_ENV 1 -#define AFS_PPC_LINUX26_ENV 1 +#define AFS_PPC64_LINUX20_ENV 1 +#define AFS_PPC64_LINUX22_ENV 1 +#define AFS_PPC64_LINUX24_ENV 1 +#define AFS_PPC64_LINUX26_ENV 1 #define AFS_NONFSTRANS 1
#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ @@ -26,6 +26,7 @@ #define AFS_64BIT_ENV 1 #define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 +#define AFS_LINUX_64BIT_KERNEL 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_MAXVCOUNT_ENV 1 -- openafs module cannot be built on PPC64 https://bugs.launchpad.net/bugs/37661 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
