Date: Mon, 23 Sep 2013 11:17:46 -0400 From: Kurt Lidl <lidl@pix.net> To: freebsd-current@freebsd.org Subject: head fails to compile with WITHOUT_KERBEROS= in src.conf Message-ID: <20130923151746.GA83279@hydra.pix.net>
next in thread | raw e-mail | index | archive | help
Greetings all.
My weekly update to the lastest freebsd-head failed to compile
this morning.  My src.conf has, among other things:
WITHOUT_HESIOD=
WITHOUT_KERBEROS=
# turn off stripping and enable dtrace
STRIP=
CFLAGS+=-fno-omit-frame-pointer
CC=clang
CXX=clang++
CPP=clang-cpp
My compile failed with:
--- secure/lib/libssh__L ---
In file included from /usr/src/secure/lib/libssh/../../../crypto/openssh/jpake.c:43:
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth.h:42:10: fatal error: 'krb5.h' file not found
#include <krb5.h>
         ^
1 error generated.
mkdep: compile failed
*** [.depend] Error code 1
make[4]: stopped in /usr/src/secure/lib/libssh
1 error
-Kurt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130923151746.GA83279>
