From owner-freebsd-current Fri Feb 23 9:30:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 6AE6237B491; Fri, 23 Feb 2001 09:30:10 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f1NHTv190734; Fri, 23 Feb 2001 19:29:57 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200102231729.f1NHTv190734@zibbi.icomtek.csir.co.za> Subject: Re: Release b0rked.. (libgssapi) In-Reply-To: <200102230429.f1N4TN172703@zibbi.icomtek.csir.co.za> from John Hay at "Feb 23, 2001 06:29:23 am" To: assar@FreeBSD.ORG Date: Fri, 23 Feb 2001 19:29:57 +0200 (SAT) Cc: jhb@FreeBSD.ORG (John Baldwin), current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like I was wrong. This patch fix a "make release" for me. The other problems must have been fixed with the other krb fixes over the past few days. Any reason not to commit it? John -- John Hay -- John.Hay@icomtek.csir.co.za > > ===> lib/libgssapi > > rm -f .depend > > mkdep -f .depend -a > ... > > /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:43: > > krb5_err.h: No such file or directory > > /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:44: > > heim_err.h: No such file or directory > > You can get past this error with this patch, but it will just die a little > later in another part of kerberos. You should have better luck by building > a release with NOKERBEROS=YES. I was able to build one yesterday. > > John > -- > John Hay -- John.Hay@icomtek.csir.co.za > > > Index: kerberos5/lib/libgssapi/Makefile > =================================================================== > RCS file: /home/ncvs/src/kerberos5/lib/libgssapi/Makefile,v > retrieving revision 1.1 > diff -u -r1.1 Makefile > --- kerberos5/lib/libgssapi/Makefile 2001/02/13 16:56:50 1.1 > +++ kerberos5/lib/libgssapi/Makefile 2001/02/17 15:13:38 > @@ -7,7 +7,8 @@ > -I${KRB5DIR}/lib/roken \ > -I${KRB5DIR}/lib/des \ > -I${KRB5DIR}/include \ > - -I${ASN1OBJDIR} > + -I${ASN1OBJDIR} \ > + -I${KRB5OBJDIR} > > SRCS= \ > 8003.c \ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message