From owner-svn-src-head@FreeBSD.ORG Thu May 8 02:24:13 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0BD580D for ; Thu, 8 May 2014 02:24:13 +0000 (UTC) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D69CC3E for ; Thu, 8 May 2014 02:24:13 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id r10so1793896pdi.16 for ; Wed, 07 May 2014 19:24:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=4ExISb4+B3HCraZmxvYHTJEDDNKn6ptdONQiUbsVwk0=; b=IsTeVlmCEGhXdToWCxg3Sgj22Ixr+IGs5a64jZSBGoA1WhBASPVYOF1VIUndKcoaM0 2FUr8dbBJk0zirIH2W+0Ky4g2PF2r78Nik7c+Cg7oD8H9LRndRKG5mA+v1BHFE5ZynYl WvvzHxcmMcES2fpZpZh9baZl9+M+twGTC8PqT2t3QRczSqgYwnr63qOmQ5+hQaL565Yn jQR+4kdPJdI60PPSvFk2L22sEIhZmae6rbO8wuTG6K9ND4PHerw+PZsrB3z3qDJRMBqu IakK8RYyPSpyLN2nbG7evbtIDqN7H+UiFQCoC2cBCuEXMrcCKnTXX55TVeBqsRtQCbVv urOw== X-Gm-Message-State: ALoCoQk1u9qU7364VYLJlun5CKmBIyvHd6DhicbSKCCoLWjrOL3Xx+XxGyIWK+gAV3vS+I6f31qA X-Received: by 10.66.142.132 with SMTP id rw4mr1954284pab.6.1399515847156; Wed, 07 May 2014 19:24:07 -0700 (PDT) Received: from [10.0.100.170] ([50.242.69.61]) by mx.google.com with ESMTPSA id nh8sm5645050pbc.25.2014.05.07.19.24.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 19:24:06 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_539ED38B-702D-43B2-98DD-1366F43D3199"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r265581 - in head: . share/mk From: Warner Losh In-Reply-To: <20140508222002.GD1212@hub.FreeBSD.org> Date: Wed, 7 May 2014 19:24:03 -0700 Message-Id: <463883C9-98DE-4C40-A630-FB580432BECE@bsdimp.com> References: <201405071815.s47IF3t1010953@svn.freebsd.org> <20140508215720.GB1212@hub.FreeBSD.org> <20140508220435.GC1212@hub.FreeBSD.org> <20140508222002.GD1212@hub.FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Warner Losh 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:24:13 -0000 --Apple-Mail=_539ED38B-702D-43B2-98DD-1366F43D3199 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On May 8, 2014, at 3:20 PM, Glen Barber wrote: > On Wed, May 07, 2014 at 07:09:05PM -0700, Warner Losh wrote: >>=20 >> On May 8, 2014, at 3:04 PM, Glen Barber wrote: >>=20 >>> 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 >>>=20 >>> The revision I'm building against is r265621, for what it is worth. >>=20 >> OK. That=92s a weird error. I haven=92t deleted bsd.own.mk... >>=20 >> Any chance you can do some bisection to see if there=92s a specific >> change you can narrow this down to? But /usr/share/mk suggests >> there=92s some host contamination going on, which implies needing to >> have a synchronized host environment (I can=92t recall if make = release >> is fully virtualized or not). >>=20 >> But before all that, can you confirm you have a = /usr/share/mk/bsd.own.mk? >>=20 >=20 > Ugh... This is the problem... >=20 > root@grind:/releng/11-amd64-GENERIC-snap # ll usr/share/mk/bsd.own.mk > ls: usr/share/mk/bsd.own.mk: No such file or directory >=20 > This doesn't make any sense to me though, unless I misunderstand a = prior > change here. The host does the buildworld in > /releng/11-amd64-GENERIC-snap/usr/src with MAKEOBJDIRPREFIX set to > a non-default location, and installworld from that. >=20 > In this specific case, the build was done as an "upgrade" build, not > "clean" build (meaning, to seed the build chroot for a clean release > build). I tend to alternate if MAKEOBJDIR is pristine every other = week > to try to capture cases where we expect "just 'rm -rf /usr/obj'" as > a "fix" for problems. That=92s really odd=85 Doh, one too many s/bsd.own.mk/src.opts.mk/g is the cause. fix coming. Warner --Apple-Mail=_539ED38B-702D-43B2-98DD-1366F43D3199 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJTaurEAAoJEGwc0Sh9sBEAlosP/3hq42qYhja8z8FArT5m6sKX HfGSdGa3HcEd9lrzH8/30zXdoNIWoONxVhpa9Tiz6qV/zOhUZ9ih+uJxTC0L5o+z H1UdhiFk904JE3sxxltx0owlhfSo0HzNR9bvNzyqJpsdZvG7moWLX3r/6DsrVzKY JdwHX/bGTkqP1pQ6Gfk9O7m9o3BGhR81LETAufEGDFA0EBVXIuNfW6bkV7EtXyky 4BeCN6SzgyHivQLreiZP4s8ll/lajkb50R4R65l/Kfg81EDMeDWfF6sqUhP2BiI3 fmNeMzC9/OVu2PBbKzcbfrTj4aK2DJh+Xs2yTpgf1F1H4hn2jrQ5NEOmlQh4VS4S MXy02Hs0Cf49EwNUN2CKxCn5plhRlW/avnNA8PB4H8hlOD1onZHPoJaBiLDF1ULe pQSz192TgUM/kX45ybusciB+/kBenDzS9xXtmtJ5oFxFq+9XUwISukZ/xfFQiDlg tnIZYF8Vm83jp4f71RV4Acgi+xHMyL6d5o2JO2pCt/C3wTMaWcqowQSpjdDnNB6m XSYTizXNniW44ORF4xerMr3oANhtsmgE5anPH/T5i+mu2lzOjicrWMjPMzlaxYt3 m1vFtIsYcmXQ+a/VHcAulguuqu9I/k5GD+UY1Tblz+ex0+fv/lQheb4RNliap/ib P3y7o1KmPipBl7/ciRxU =qPK8 -----END PGP SIGNATURE----- --Apple-Mail=_539ED38B-702D-43B2-98DD-1366F43D3199--