Date: Fri, 18 Jan 2013 12:07:10 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Fabian Keil <freebsd-listen@fabiankeil.de> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: "make buildworld" failures with NO_KERBEROS= Message-ID: <20130118200710.GA35388@troutmask.apl.washington.edu> In-Reply-To: <20130118205403.3f3f4c5a@fabiankeil.de> References: <20130118205403.3f3f4c5a@fabiankeil.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 18, 2013 at 08:54:03PM +0100, Fabian Keil wrote: > Recently "make buildworld" started failing for me: > > --------8<-------- > ===> include/xlocale (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.amd64/make buildincludes; /usr/obj/usr/src/make.amd64/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 > See the thread started here: http://lists.freebsd.org/pipermail/freebsd-current/2013-January/039083.html AFAICT, it is an ordering issue. usr.bin/compile_et needs to be a bootstrap tool, but it depends on some bits from kerberos5 and building kerberos5 needs compile_et. -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130118200710.GA35388>