From nobody@FreeBSD.ORG  Sat Jun  3 20:58:48 2000
Return-Path: <nobody@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
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Kerberos5 INCLUDES needed for make world
X-Send-Pr-Version: www-1.0

>Number:         18995
>Category:       misc
>Synopsis:       Kerberos5 INCLUDES needed for make world
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    assar
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 03 21:00:02 PDT 2000
>Closed-Date:    Wed Feb 21 03:20:43 PST 2001
>Last-Modified:  Wed Feb 21 03:21:22 PST 2001
>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:
Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: asmodai 
Responsible-Changed-When: Tue Jun 6 02:31:48 PDT 2000 
Responsible-Changed-Why:  
Over to Mr. Kerberos himself. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18995 
Responsible-Changed-From-To: markm->assar 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 10 03:12:11 PDT 2000 
Responsible-Changed-Why:  
Assar has taken this over from Mark. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18995 

From: assar@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org, ftobin@uiuc.edu
Cc:  
Subject: Re: bin/18995: Kerberos5 INCLUDES needed for make world
Date: 21 Feb 2001 12:13:50 +0100

 Thanks for your report.  This has been fixed with the import of
 Heimdal 0.3e in current, which will be MFC:ed to stable shortly.
 
 /assar
State-Changed-From-To: open->closed 
State-Changed-By: assar 
State-Changed-When: Wed Feb 21 03:20:43 PST 2001 
State-Changed-Why:  
this has been fixed in -current with the import of heimdal 0.3e (to be 
MFC:ed to stable) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18995 
>Unformatted:
