Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 10:09:53 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r245269 - head/share/mk
Message-ID:  <20130115180953.GA77200@troutmask.apl.washington.edu>
In-Reply-To: <20130115175941.GA77018@troutmask.apl.washington.edu>
References:  <201301102244.r0AMiJ1k059594@svn.freebsd.org> <20130114224326.GA72312@troutmask.apl.washington.edu> <86mwwaml0r.fsf@ds4.des.no> <20130115175941.GA77018@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 15, 2013 at 09:59:41AM -0800, Steve Kargl wrote:
> On Tue, Jan 15, 2013 at 06:08:36PM +0100, Dag-Erling Smørgrav wrote:
> > Steve Kargl <sgk@troutmask.apl.washington.edu> 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.

On a system with kerberos installed and after a buildworld, 
I find

% cd /usr/src
% make buildenv
Entering world for amd64:amd64
# which compile_et
/usr/bin/compile_et
# exit

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130115180953.GA77200>