Subject: Re: MKKERBEROS=no breakage libtelnet
To: None <itojun@iijlab.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 07/23/2003 15:14:04
On Wed, Jul 23, 2003 at 10:21:19PM +0900, itojun@iijlab.net wrote:
> >Building the world with
> >MKKERBEROS=no
> >dies with lib/libtelnet/Makefile v 1.18. I don't really understand the logic
> >in there.. Should the outer .if just be ${USE_KERBEROS} != "no", and then
> >amalgamate the ${USE_KERBEROS4} != "no" parts?
> 
> 	where does the build die?  libtelnet will successfully built with
> 	MKKERBEROS=no.

dependall ===> libtelnet
CC=/usr/src/obj.i386/tooldir.NetBSD-1.6U-i386/bin/i386--netbsdelf-gcc /usr/src/obj.i386/tooldir.NetBSD-1.6U-i386/bin/nbmkdep -a  -DHAS_CGETENT -I/usr/src/lib/libtelnet -DENCRYPTION -DAUTHENTICATION -DDES_ENCRYPTION -DKRB4 -I/usr/include/kerberosIV -nostdinc -isystem /usr/include  /usr/src/lib/libtelnet/auth.c /usr/src/lib/libtelnet/encrypt.c /usr/src/lib/libtelnet/genget.c /usr/src/lib/libtelnet/getent.c /usr/src/lib/libtelnet/misc.c /usr/src/lib/libtelnet/enc_des.c /usr/src/lib/libtelnet/kerberos.c
/usr/src/lib/libtelnet/kerberos.c:70: krb.h: No such file or directory
nbmkdep: compile failed.
*** Error code 1

Cheers,

Patrick