[OpenAFS-devel] Compile-time failure on 2.4.0

Derrick J Brashear shadow@dementia.org
Fri, 19 Jan 2001 01:48:07 -0500


--On Wednesday, January 17, 2001 10:21:29 AM -0500 David McIlroy 
<davidmac@MIT.EDU> wrote:

> I attempted to compile using
> $ make LINUX_VERS="2.4.0" SYS_NAME="i386_linux24"
>
> gcc -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486
> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D__KERNEL__
> -DCPU=586 -DKERNEL -D_KERNEL -DMODULE  -I. -I../ -c ../afs/afs_pioctl.c
> -DAFS_NONFSTRANS; ../afs/afs_pioctl.c:125: `PGetRxkcrypt' undeclared here
> (not in a function) ../afs/afs_pioctl.c:125: initializer element for
> `pioctlSw[55]' is not constant ../afs/afs_pioctl.c:126: `PSetRxkcrypt'
> undeclared here (not in a function) ../afs/afs_pioctl.c:126: initializer
> element for `pioctlSw[56]' is not constant ../afs/afs_pioctl.c: In
> function `PGetRxkcrypt':
> ../afs/afs_pioctl.c:3147: `int32' undeclared (first use in this function)
> ../afs/afs_pioctl.c:3147: (Each undeclared identifier is reported only
> once ../afs/afs_pioctl.c:3147: for each function it appears in.)
> make[1]: *** [afs_pioctl.o] Error 1

I assume this is a CVS snapshot; If so, CVS update should fix this problem.
You have an incomplete version of the cryptall patch.