From owner-freebsd-current@FreeBSD.ORG Fri Jan 18 19:54:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 851053AE for ; Fri, 18 Jan 2013 19:54:31 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.31]) by mx1.freebsd.org (Postfix) with ESMTP id 45C57286 for ; Fri, 18 Jan 2013 19:54:30 +0000 (UTC) Received: from [78.35.163.76] (helo=fabiankeil.de) by smtprelay04.ispgateway.de with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1TwI1A-0000pQ-37 for freebsd-current@freebsd.org; Fri, 18 Jan 2013 20:54:24 +0100 Date: Fri, 18 Jan 2013 20:54:03 +0100 From: Fabian Keil To: FreeBSD Current Subject: "make buildworld" failures with NO_KERBEROS= Message-ID: <20130118205403.3f3f4c5a@fabiankeil.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/nCKpmEk6LLRAVWo6Q1Qz=Zf"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 19:54:31 -0000 --Sig_/nCKpmEk6LLRAVWo6Q1Qz=Zf Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Recently "make buildworld" started failing for me: --------8<-------- =3D=3D=3D> 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 =3D=3D=3D> kerberos5 (includes) set -e; cd /usr/src/kerberos5; /usr/obj/usr/src/make.amd64/make buildinclud= es; /usr/obj/usr/src/make.amd64/make installincludes =3D=3D=3D> kerberos5/doc (buildincludes) =3D=3D=3D> kerberos5/lib (buildincludes) =3D=3D=3D> 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 Stop in /usr/src/kerberos5/lib. *** [buildincludes] Error code 1 Stop in /usr/src/kerberos5. *** [includes] Error code 1 Stop in /usr/src/kerberos5. *** [kerberos5.includes__D] Error code 1 Stop in /usr/src. *** [_includes] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. --------8<-------- I was still using the recently de-supported NO_KERBEROS=3D and changing it to WITHOUT_KERBEROS=3D got it working again. I'm still wondering if this is the expected behaviour, though. Shouldn't buildworld create a usable compile_et instead of relying on compile_et's existence in /usr/bin? Fabian --Sig_/nCKpmEk6LLRAVWo6Q1Qz=Zf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlD5qGkACgkQBYqIVf93VJ2agQCfXyujbg/10h4K4FbMs4UqW3oT gDwAn2AUTCZV4lgfZhs1b8jfwgyGiivz =yCVl -----END PGP SIGNATURE----- --Sig_/nCKpmEk6LLRAVWo6Q1Qz=Zf--