From owner-svn-src-head@FreeBSD.ORG Thu May 8 02:09:09 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 A25F629F for ; Thu, 8 May 2014 02:09:09 +0000 (UTC) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) (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 6FFC3B10 for ; Thu, 8 May 2014 02:09:09 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so1987317pab.36 for ; Wed, 07 May 2014 19:09:08 -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=hBgyeKLiaH70ugScarCjSoDk5WTwqirIzs2wExp0aXM=; b=l7EWreKFmAYSqMsSOy1KBrV077PWt6kfi/LrT925Q/1SjCxiJZPyHBIGuAn5r6vmlu azwzdVysqpCLNRtoy0Zs/57l4FX29V4czJhn/GfDOLwSvL6KDOtrCcwLB4BgVXge+oLD lwLEuagmPnrdAp0lZCcKfzHF4UEKyAmbctgoT6FIUydXLdMWsf3fo32G/eqocEABVT3l eRRLkcn0OFpewlAzo5A17XGrVNC7N7QYMw99P/vpCxpcjPVMemF0kH0UdhPV+YuoKiON GVFUCRXc3bGK8ut1fto1ruC8c6lhgjo3n0g7BIxX8ov5kl9ZNsjK0tBF0HML3ee8PJXj rWog== X-Gm-Message-State: ALoCoQmRcvN8QWAD62Rk67k2vQmx7QAWuSpXKHeYULojeFCV2Oy+GcIH7Q9fX8+fgWzHYCWHNVA7 X-Received: by 10.66.149.102 with SMTP id tz6mr1683291pab.76.1399514948537; Wed, 07 May 2014 19:09:08 -0700 (PDT) Received: from [10.0.100.170] ([50.242.69.61]) by mx.google.com with ESMTPSA id iv2sm5605242pbc.19.2014.05.07.19.09.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 19:09:07 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_C3441F7A-6C45-4CA0-ADB8-DE1BB83845AF"; 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: <20140508220435.GC1212@hub.FreeBSD.org> Date: Wed, 7 May 2014 19:09:05 -0700 Message-Id: References: <201405071815.s47IF3t1010953@svn.freebsd.org> <20140508215720.GB1212@hub.FreeBSD.org> <20140508220435.GC1212@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:09:09 -0000 --Apple-Mail=_C3441F7A-6C45-4CA0-ADB8-DE1BB83845AF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On May 8, 2014, at 3:04 PM, Glen Barber wrote: > 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. OK. That=92s a weird error. I haven=92t deleted bsd.own.mk=85 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). But before all that, can you confirm you have a = /usr/share/mk/bsd.own.mk? Warner --Apple-Mail=_C3441F7A-6C45-4CA0-ADB8-DE1BB83845AF 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 iQIcBAEBCgAGBQJTaudBAAoJEGwc0Sh9sBEAs9EQAIhRKV24m90f0UfLpUKbTdWp JZHIcxEs1CPEz8+6cKVIEMG72JjW+nSXd2uaY61FBMHBNavXXvsOYFLOBAOeuIkN 9gZC5/bvRVCDCuKfasG0aZEizfjc/V+RU3JdbcwDgBluyPt/I6KByHh46501QZEn 1Vs7E/ES9jD+gMTImWBDcyurDpPNAa9bCe26nba2XV6mKb2PHO7+0o6icTIE0EHz 8Z4daUSiPnZSL+J+WnKdsHrR0wJ5AvOXGFB+dd+SX6qFpGxy/GqmtJD5yegnPYd2 ISWV4mzyzleIztEuL1GFMl36ImHalBngHKesyg6zjO1PU1e3yj+ZwvL/iuCA+a33 qYpHS+j/jAZwSlDrRXPtPoQaVLXevg9VZ5VYw6vacTtoy4MlFKjSThriWh8+hsuJ aIJYgRHXIwlp6CRmzeOeWd36zRIa25fG5IshoFkfV0Wn3zBJSdBkmJ8CBLNGzN43 WObOlKTpE3f7CXC8m8I5wUE7s4OHeEm62fyPYJDExw8zhZM9b7+mmmH887y7I2NL riWRASbWloBTvzPV0yxuAWaD0O69skCaVu5biU3+aASD/sT3oZZ1naPGin2P/3bd XAEmFoE3EdhGwRfbEtU+W00HXpif6ocG6G5zbUtPpXA39xQdqDkYYdXLzLteBm9L bHcOgysJAn5v6QCrT0m1 =kOep -----END PGP SIGNATURE----- --Apple-Mail=_C3441F7A-6C45-4CA0-ADB8-DE1BB83845AF--