From owner-svn-src-head@FreeBSD.ORG Tue Jan 15 17:59:44 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C049FDA; Tue, 15 Jan 2013 17:59:44 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 40D31BF6; Tue, 15 Jan 2013 17:59:44 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id r0FHxfjB077061; Tue, 15 Jan 2013 09:59:41 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id r0FHxfg0077060; Tue, 15 Jan 2013 09:59:41 -0800 (PST) (envelope-from sgk) Date: Tue, 15 Jan 2013 09:59:41 -0800 From: Steve Kargl To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Subject: Re: svn commit: r245269 - head/share/mk Message-ID: <20130115175941.GA77018@troutmask.apl.washington.edu> References: <201301102244.r0AMiJ1k059594@svn.freebsd.org> <20130114224326.GA72312@troutmask.apl.washington.edu> <86mwwaml0r.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86mwwaml0r.fsf@ds4.des.no> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 17:59:44 -0000 On Tue, Jan 15, 2013 at 06:08:36PM +0100, Dag-Erling Smørgrav wrote: > Steve Kargl writes: > > I suggest adding a blurb to src/UPDATING to help others with memory > > loss issues. > > Thanks, can you commit that patch? > Yes. But, I found that your commit only indirectly caused the problem. The system that showed the problem with NO_KERBEROS in /etc/make.conf never had kerberos installed, so your change actually caused my buildworld to try to build kerberos. It appears that usr.bin/compile_et is needed to bootstrap kerberos. compile_et is not installed as a bootstrap-tool, so it must be picking up a previously installed compile_et. At the moment, I'm stumped as how to compile_et. -- Steve