svn commit: r245269 - head/share/mk

Steve Kargl sgk at troutmask.apl.washington.edu
Tue Jan 15 18:09:57 UTC 2013


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 at 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


More information about the svn-src-all mailing list