From owner-svn-src-all@FreeBSD.ORG Thu May 8 02:09:09 2014 Return-Path: Delivered-To: svn-src-all@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 A213729E 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 6FF6FB0F for ; Thu, 8 May 2014 02:09:09 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so1958389pab.22 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=eWMLslZy5ztxsg1pEvvfnmkDTDuhJuFbmcJMUw0+dG3YBEJNzbbBfFarOKhLZexwT6 oeYbpCfnf2lF9LO3WTdIGlD0Lb8EFJF1Wa/SfRlmtlJjklNzl9XyMMmtE21ww9RDyl4Z Bpp3jjWTD5CGPOpp7m5BaiQ1ins94Dn7wotPdsniTPmBPynsYin5JUQAkGx6unKdVEQT 3YwY4GtJXxSMM16cwJvOIB3xQ0tT2aY6HOuwsx/Z+Myo0ArTbQw4dkWLioItZzOS1nf3 h9zUWSZ9Qe/8r1cVoiaLU9nJLEEH7y1BTl2qNKk7WWJmBg6ojUI3MyF6p7OdYONTZfKt VWPw== X-Gm-Message-State: ALoCoQmR+xHL2a0ahDVGcOFhKBQor6WhbLdKuS+GoHfeZict2Evsg769obV0SJoI6T/+DLt9U/Ki 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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--