From owner-svn-src-head@FreeBSD.ORG Thu May 8 02:04:50 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from hub.FreeBSD.org (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76B9DBA; Thu, 8 May 2014 02:04:49 +0000 (UTC) Date: Thu, 8 May 2014 18:04:35 -0400 From: Glen Barber To: Warner Losh Subject: Re: svn commit: r265581 - in head: . share/mk Message-ID: <20140508220435.GC1212@hub.FreeBSD.org> References: <201405071815.s47IF3t1010953@svn.freebsd.org> <20140508215720.GB1212@hub.FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bKyqfOwhbdpXa4YI" Content-Disposition: inline In-Reply-To: <20140508215720.GB1212@hub.FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 02:04:50 -0000 --bKyqfOwhbdpXa4YI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: > On Wed, May 07, 2014 at 06:15:03PM +0000, Warner Losh wrote: > > Author: imp > > Date: Wed May 7 18:15:02 2014 > > New Revision: 265581 > > URL: http://svnweb.freebsd.org/changeset/base/265581 > >=20 > > Log: > > bsd.compiler.mk was implicitly included by bsd.own.mk in historical > > versions. With its movement to src.opts.mk, bsd.prog.mk was testing > > COMPILER_TYPE without including the bsd.compiler.mk anymore. In the > > source tree, this caused no problems, for reasons that aren't clear, > > but does cause problems outside of the source tree. Allow > > bsd.compiler.mk to be included multiple times safely, and always > > include bsd.compiler.mk at the top of bsd.prog.mk. Resist the urge to > > put it in bsd.init.mk, since that would reintroduce the implicit > > include. > >=20 > > Modified: > > head/UPDATING > > head/share/mk/bsd.compiler.mk > > head/share/mk/bsd.prog.mk > >=20 >=20 > Something here is breaking head/ release builds. I don't know if it is > this exact change set or not. >=20 > -------------------------------------------------------------- > >>> Kernel build for GENERIC completed on Thu May 8 01:47:57 UTC 2014 > -------------------------------------------------------------- > make: "/usr/share/mk/bsd.obj.mk" line 43: Could not find bsd.own.mk > make: "/usr/share/mk/bsd.init.mk" line 15: Could not find bsd.own.mk > make: Fatal errors encountered -- cannot continue > make: stopped in /usr/src/release >=20 The revision I'm building against is r265621, for what it is worth. Glen --bKyqfOwhbdpXa4YI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJTa/9zAAoJELls3eqvi17QFnsP/3k2DcKmHVYeHqQwDpnrFp3I vl5a2lRczS1Mdx3zGuQV15hlzcBQMFz3l/S0mtymxQHYEisiACLvujtgQwkawpZr FpQKFUjtEn8sWHzHhBhOHyE9zMVf3eFNrODE1r2V9sVU7UARFxhjYrHnOxyiN+dj bG3jNV9XNsW8w48qaDp0fbyKnFHiN7PKrzOUXapiPE0H+hNm9/qT285HqP5UtYq3 ronxOuXsK5eCgDU6HSXWjSh5hyvk6hVPvpPSK3LBzRXSxpeQppDrrmnvU4b28qlv w0dgSkAsqRRD6qKaegdc/WdvQQ9y5ekMGy4YH4/sbZj7aIKMk+NO2P9lIlmjHw3c mj3Nl1n9rxGB8Z+Dg/u7p6cOe3/n9u+v++06wrbpAU7Tj8IPlBz1KNi/GygYKK4d qSgUrQXJ1GWkAasWy4lCH6ntCMtcjFzTt/GP7M9xxIzd7wcPntF6HTHzbzJbbCZp JSuowi0cSJ+/D2+eU7IEAAUrCJKSYtvK1sw6zUBryhzpxqN2P1Fg/uCjBE4llBKv 82ysZJ8s7rcoTMI7iF/r9b58112bnuzTeX/fyE/dNbc3hghYwI2o17wAFGBiTLok 25E3aJPRyWpXk3gPAkBpZ7k6GaSw7aAyqvFA3+XZ5CE7el9z0PO8yEFkgS4YYJLS kDH9YiRiryDSB2JfqKlM =s2hS -----END PGP SIGNATURE----- --bKyqfOwhbdpXa4YI--