Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 22:03:16 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Brett Wynkoop <wynkoop@wynn.com>
Cc:        freebsd-arm@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: Can not build world
Message-ID:  <20130215060316.GA99547@troutmask.apl.washington.edu>
In-Reply-To: <20130215000415.7dea3055@ivory.wynn.com>
References:  <20130215000415.7dea3055@ivory.wynn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 15, 2013 at 12:04:15AM -0500, Brett Wynkoop wrote:
> (installincludes) sh /usr/src/tools/install.sh -C -o root -g wheel -m
> 444  _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h
> _stdlib.h _string.h _time.h
> _wchar.h /usr/obj/usr/src/tmp/usr/include/xlocale ===> kerberos5
> (includes) set -e;
> cd /usr/src/kerberos5; /usr/obj/usr/src/make.arm/make
> buildincludes; /usr/obj/usr/src/make.arm/make installincludes ===>
> kerberos5/doc (buildincludes) ===> kerberos5/lib (buildincludes) ===>
> kerberos5/lib/libasn1 (buildincludes)
> compile_et /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et
> compile_et: No such file or directory *** [asn1_err.h] Error code 1
> 
> Stop in /usr/src/kerberos5/lib/libasn1.
> *** [buildincludes] Error code 1
> 

Easy button: Add WITHOUT_KERBEROS to /etc/make.conf.

See email archive for long story.

The short story.  You did not have kerberos on your
system, which means that compile_et is not present
in /usr/bin.  Now, you want kerberos and kerberos
does not build compile_et as a bootstrap tool.  So,
now you need to manually install compile_et.  The 
fun really begins because you need some header/library
from kerberos to build compile_et.  So, once you figure
out which header/library you need, you build and install
it.  Then build and install compile_et.  And, finally,
you can make world.


-- 
Steve



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