From owner-freebsd-bugs Sat Jun 3 21: 0: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3730E37B6CC for ; Sat, 3 Jun 2000 21:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA34250; Sat, 3 Jun 2000 21:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8161137B776; Sat, 3 Jun 2000 20:58:48 -0700 (PDT) Message-Id: <20000604035848.8161137B776@hub.freebsd.org> Date: Sat, 3 Jun 2000 20:58:48 -0700 (PDT) From: ftobin@uiuc.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/18995: Kerberos5 INCLUDES needed for make world Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18995 >Category: misc >Synopsis: Kerberos5 INCLUDES needed for make world >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 03 21:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Frank Tobin >Release: 4.0 >Organization: >Environment: FreeBSD haven.ncsa.uiuc.edu 4.0-STABLE FreeBSD 4.0-STABLE #2: Wed May 31 20:44:18 CDT 2000 root@haven.ncsa.uiuc.edu:/usr/src/sys/compile/HAVEN i386 >Description: In order to copmile Kerberos5 (heimdal) on FreeBSD 4 from a 'make world', certain KerboersIV includes, such as krb.h, must be available, it appears. I presume that these includes are needed for KerberosIV compatibility. This problem is only apparent if one is not building KerberosIV with Kerberos5. >How-To-Repeat: put MAKE_KERBEROS5=YES into /etc/make.conf. Do NOT have MAKE_KERBEROS4=YES in /etc/make.conf make world The problem will appear during some portion of krb5; it will die because it can't #include krb5.h >Fix: In /usr/src/kerberos5/lib/libkrb5/Makefile, add the following to CLFLAGS: -I/usr/src/crypto/kerberosIV/lib/krb Of course, edit as needed to use the proper variables so that this is not hard-coded, although this should work on a 'normal' system which cvsup's into /usr/src. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message