From owner-freebsd-current@FreeBSD.ORG Tue May 6 10:00:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8A337B401 for ; Tue, 6 May 2003 10:00:14 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3BB43FBD for ; Tue, 6 May 2003 10:00:09 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h46Gxwm2037206; Tue, 6 May 2003 10:00:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h46Gxs2Y037204; Tue, 6 May 2003 09:59:54 -0700 (PDT) Date: Tue, 6 May 2003 09:59:53 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20030506165953.GA37180@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Mark Murray , current@freebsd.org References: <20030506163114.GA36798@dragon.nuxi.com> <200305061649.h46GnH8c085779@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305061649.h46GnH8c085779@grimreaper.grondar.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: buildworld b?rkedinlibpam X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 17:00:14 -0000 On Tue, May 06, 2003 at 05:49:17PM +0100, Mark Murray wrote: > "David O'Brien" writes: > > > Your source tree is incomplete. If you really do not want Kerberos, > > > see the attached message (which you should have read before posting). > > > > I am seeing this on more than one machine also (in fact it is preventing > > the Alpha 5.1 BETA snapshot from being built). > > I have CVSup'ed and 'cvs up'ed many times. > > What is your output from > $ find /usr/src -name krb5.h ./crypto/heimdal/lib/krb5/krb5.h what Makefile and rule should be installing this header? ./kerberos5/lib/libkrb5/Makefile:INCS= krb5.h ${.CURDIR}/../../include/krb5-types.h \ ./kerberos5/Makefile.inc:heim_err.c heim_err.h: ${KRB5DIR}/lib/krb5/heim_err.et are the only non-/usr/src/crypto places I find it. > and what is the content of your cvs-supfile? *default host=cvsup7.FreeBSD.org *default release=cvs *default delete use-rel-suffix *default umask=002 ..snip.. cvsroot-all src-all