> So what remains is "just" an error compiling the kernel module. Looks like the definition of flock64 is not found. > I guess there has to be an include statement for asm/fcntl.h somewhere, but I haven't figured out yet, where... I stand corrected. A closer look at the include files reveals the truth: asm-ppc64/fcntl.h doesn't know flock64 anymore. Simple workaround in src/afs/afs.h: - #if defined(AFS_SUN56_ENV) || (defined(AFS_LINUX24_ENV) && !defined(AFS_PPC64_LINUX26_ENV) && !defined(AFS_AMD64_LINUX26_ENV) && \ - !defined(AFS_IA64_LINUX26_ENV)) && !defined(AFS_PPC_LINUX26_ENV) + #if defined(AFS_SUN56_ENV) || (defined(AFS_LINUX24_ENV) && !defined(AFS_PPC64_LINUX26_ENV) && !defined(AFS_AMD64_LINUX26_ENV) && \ + !defined(AFS_IA64_LINUX26_ENV)) && !defined(AFS_PPC_LINUX26_ENV) The clean solution would be to define the variable AFS_PPC64_LINUX26_ENV in a param.ppc64_linux26.h which does not exist yet. Right now only param.ppc_linux26.h or param.ppc64_linux24.h exist.
Regards Frank ---------------------------------------------------------------------- Dr. Frank Bagehorn Manager Infrastructure Services ZRL IS IBM Zurich Research Lab. Saeumerstr. 4 CH-8803 Rueschlikon Switzerland ---------------------------------------------------------------------- SMTP: [EMAIL PROTECTED] Notes: Frank Bagehorn/Zurich/[EMAIL PROTECTED] phone: ++41 (01) 724 83 23 fax: ++41 (01) 724 89 59
smime.p7s
Description: S/MIME Cryptographic Signature
