[OpenAFS] Make of OpenAFS 1.3.65

Alvaro Valcarce valcarce@mail.desy.de
Wed, 21 Jul 2004 17:38:33 +0200 (CEST)


I get the next message when doing the make:

Building in directory: MODLOAD-2.4.26-z1-MP
make[4]: Entering directory
`/scratch/openafs-1.3.65/src/libafs/MODLOAD-2.4.26-z1-MP'
Makefile.common:51: warning: overriding commands for target `.c.o'
/scratch/openafs-1.3.65/src/config/Makefile.config:132: warning: ignoring
old commands for target `.c.o'
gcc -pipe -I. -I.. -I../nfs -I/scratch/openafs-1.3.65/src
-I/scratch/openafs-1.3.65/src/afs -I/scratch/openafs-1.3.65/src/afs/LINUX
-I/scratch/openafs-1.3.65/src/config
-I/scratch/openafs-1.3.65/src/rx/LINUX -I/scratch/openafs-1.3.65/src/rxkad
-I/scratch/openafs-1.3.65/src/rxkad/domestic
-I/scratch/openafs-1.3.65/src/util -I/scratch/openafs-1.3.65/src
-I/scratch/openafs-1.3.65/src/afs -I/scratch/openafs-1.3.65/src/afs/LINUX
-I/scratch/openafs-1.3.65/src/util -I/scratch/openafs-1.3.65/src/rxkad
-I/scratch/openafs-1.3.65/src/config -I/scratch/openafs-1.3.65/src/fsint
-I/scratch/openafs-1.3.65/src/vlserver -I/scratch/openafs-1.3.65/include
-I/scratch/openafs-1.3.65/include/afs   -O2  -O2  -fomit-frame-pointer
-fno-strength-reduce -fno-strict-aliasing -fno-common -pipe -march=pentium
-D__KERNEL__ -DKERNEL -D_KERNEL -DMODULE -DAFS_SMP   -DCPU=586 -I. -I../
-I/scratch/openafs-1.3.65/src/config -I/scratch/openafs-1.3.65/src/rx
-I/scratch/openafs-1.3.65/src/rxstat -c
/scratch/openafs-1.3.65/src/afs/afs_osi.c
/scratch/openafs-1.3.65/src/afs/afs_osi.c:620: macro `afs_suser' used
without args
make[4]: *** [afs_osi.o] Error 1
make[4]: Leaving directory
`/scratch/openafs-1.3.65/src/libafs/MODLOAD-2.4.26-z1-MP'
make[3]: *** [linux_compdirs] Error 2
make[3]: Leaving directory `/scratch/openafs-1.3.65/src/libafs'
make[2]: *** [libafs] Error 2
make[2]: Leaving directory `/scratch/openafs-1.3.65'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/scratch/openafs-1.3.65'
make: *** [all] Error 2


Does anyone have the same problem and/or knows how to solve it? Thaks...