[OpenAFS] Compiling openafs-modules on Debian

Derrick J Brashear shadow@dementia.org
Fri, 14 Nov 2003 11:50:38 -0500 (EST)


On Fri, 14 Nov 2003, Lukas Kubin wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi.
> In last days I'm having troubles recompiling openafs modules from the
> openafs-modules-source Debian package. I tried both sources from stable
> and unstable. I'm compiling it the Debian-specific way using make-kpkg
> and against various kernels. Till now I've tried 2.4.18, 2.4.22.
> The result is always the same:
>
> make[5]: Entering directory `/usr/src/modules/openafs/src/des'
> cc -c -I. -I/usr/src/modules/openafs/include
> - -I/usr/src/modules/openafs/src/config -O2 read_pssword.c
> read_pssword.c: In function `des_read_pw_string':
> read_pssword.c:237: `SIGINT' undeclared (first use in this function)
> read_pssword.c:237: (Each undeclared identifier is reported only once
> read_pssword.c:237: for each function it appears in.)
> read_pssword.c:237: warning: assignment makes pointer from integer without
> a cast

It isn't even module-specific, that directory just happens to be a
prerequisite.

it implies your signal.h is broken. it includes signal.h and that's where
that should come from.