[OpenAFS-devel] Building openafs-1.0.1 for 2.4.0-test12

Herbert Huber Herbert.Huber@lrz-muenchen.de
Thu, 21 Dec 2000 16:58:16 +0100


Hello,

trying to build openafs-1.0.1 for kernel 2.4.0-test12, I get the
following error:

malign-jumps=2 -malign-functions=2 -D__KERNEL__  -DCPU=586 -DKERNEL
-D_KERNEL -DMODULE -DAFS_SMP -I. -I../ -c ../afs/afs_analyze.c;
In file included from ../afs/../afs/../rx/rx.h:33,
                 from ../afs/../afs/afsincludes.h:28,
                 from ../afs/afs_analyze.c:31:
../afs/../afs/../rx/../rx/rx_kmutex.h: In function `afs_mutex_init':
../afs/../afs/../rx/../rx/rx_kmutex.h:59: `MUTEX' undeclared (first use
in this function)
../afs/../afs/../rx/../rx/rx_kmutex.h:59: (Each undeclared identifier is
reported only once
../afs/../afs/../rx/../rx/rx_kmutex.h:59: for each function it appears
in.)
../afs/../afs/../rx/../rx/rx_kmutex.h: In function `CV_WAIT':
../afs/../afs/../rx/../rx/rx_kmutex.h:116: warning: passing arg 1 of
`interruptible_sleep_on_timeout' from incompatible pointer type
make[4]: *** [afs_analyze.o] Error 1
make[4]: Leaving directory
`/local/openafs-1.0.1/i386_linux24/obj/libafs/MODLOAD-2.4.0-test12-MP'
make[3]: *** [linux_compdirs] Error 2
make[3]: Leaving directory
`/local/openafs-1.0.1/i386_linux24/obj/libafs'
make[2]: *** [libafs] Error 2
make[2]: Leaving directory `/local/openafs-1.0.1'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/local/openafs-1.0.1'
make: *** [all] Error 2

Regards

/Herbert