From owner-freebsd-stable@FreeBSD.ORG Tue Apr 1 10:24:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B8937B401; Tue, 1 Apr 2003 10:24:13 -0800 (PST) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC61E43FAF; Tue, 1 Apr 2003 10:24:12 -0800 (PST) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-201-213.lsanca1.elnk.dsl.genuity.net ([4.62.201.213] helo=netcom1.netcom.com) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 190QQe-0007cp-00; Tue, 01 Apr 2003 10:24:12 -0800 Received: from [127.0.0.1] (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id AE6C9529B; Tue, 1 Apr 2003 10:24:11 -0800 (PST) From: Mike Harding To: "Bruce A. Mah" In-Reply-To: <20030401061806.GB12603@intruder.bmah.org> References: <20030331224018.5506C529B@netcom1.netcom.com> <20030401061806.GB12603@intruder.bmah.org> Content-Type: text/plain Organization: Message-Id: <1049221451.592.9.camel@netcom1.netcom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 01 Apr 2003 10:24:11 -0800 Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: Old libraries and includes... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 18:24:13 -0000 I think that some ports failed to compile because of the presence of des.h, and also some ports checked for kereberos by looking for libraries, and found them, but then failed to compile because the headers weren't present. I can't reproduce this right now because I have scrubbed out the lib and include directories. I'll forward the group if I can reproduce the problem - one issue might have been with Postfix + TLS. - Mike H. On Mon, 2003-03-31 at 22:18, Bruce A. Mah wrote: > If memory serves me right, Mike Harding wrote: > > > > I have had some problems caused by old includes and libraries when > > building ports, and it's not very easy to de-kerberize a system. > > There used to be an option to clear out the includes when doing a > > source upgrade, this does not seem to be around any more. > > > > /usr/includes/des.h seems to be a likely cuprit... > > > > I tried moving /usr/includes and /usr/libs out of the way, but the > ^^^^^^^^ ^^^^ > You mean /usr/include and /usr/lib. > > > install doesn't work properly. > > Could you be a little more specific than "doesn't work properly"? :-p > > I'm pretty sure (but not positive) that you can move /usr/include out > of the way before an installworld (between the "reboot to single user > mode" step and "make installworld" step). Don't know about /usr/lib. > > Bruce.