Date: Fri, 18 Jan 2013 20:54:03 +0100 From: Fabian Keil <freebsd-listen@fabiankeil.de> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: "make buildworld" failures with NO_KERBEROS= Message-ID: <20130118205403.3f3f4c5a@fabiankeil.de>
next in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130118205403.3f3f4c5a>