From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 02:14:00 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1E89F3E; Sun, 14 Jun 2015 02:14:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6E28CE; Sun, 14 Jun 2015 02:14:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacgb13 with SMTP id gb13so13549511pac.1; Sat, 13 Jun 2015 19:14:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Rhi+jhCGacodt+9rKNAQZvH83QLKHXlJuM+DnLZObpk=; b=Wjw9ZF6XQaPOWoaHSFnjlVRzLT+KrX00VPu15oN21vGzReHHZVScPqtii0VIYWhccG wMAwuiYzpovALA902ChlgamAaLrsZAyMikj4l3A7KnwQBMkm2Ky+egLXRD/1zzKOqQgO ta8/FhhC37cMdvc1hc+luPe8gIzggSEsjAjO2qMPsLjrS+vTUDVqkYsLlFocc2cOKQyb pYOyOcGZH4Qqpm29Rl7DpwqjYWvd3/JghkZpSNPd+0whAEAl00vwU8Sm5YpjWvSHBMt6 4hCv6HThcsOvTw9iWtQS9IK6XMRv9GEHURXhVipsSsOE27dyfe6EwR36/7OiWycAGROJ c8aQ== X-Received: by 10.66.222.161 with SMTP id qn1mr36550617pac.66.1434248039972; Sat, 13 Jun 2015 19:13:59 -0700 (PDT) Received: from [192.168.20.7] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id ki3sm7877729pdb.74.2015.06.13.19.13.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Jun 2015 19:13:58 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi... From: Garrett Cooper X-Mailer: iPhone Mail (12F70) In-Reply-To: Date: Sat, 13 Jun 2015 19:13:57 -0700 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-Id: <89F16527-2EBC-4B69-82E7-9B6F105B4C9E@gmail.com> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> <950C4B23-B625-4173-A7C4-A4F1B2C5771D@gmail.com> To: Craig Rodrigues Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 14 Jun 2015 02:14:00 -0000 > On Jun 13, 2015, at 19:06, Craig Rodrigues wrote: >=20 >> On Sat, Jun 13, 2015 at 3:37 PM, Garrett Cooper w= rote: >> On Jun 13, 2015, at 15:34, Craig Rodrigues wrote: >>=20 >> > On Sat, Jun 13, 2015 at 12:20 PM, Simon J. Gerraty wr= ote: >> > Author: sjg >> > Date: Sat Jun 13 19:20:56 2015 >> > New Revision: 284345 >> > URL: https://svnweb.freebsd.org/changeset/base/284345 >> > >> > Log: >> > Add META_MODE support. >> > >> > Simon, >> > >> > Can you take a look at this: >> > https://jenkins.freebsd.org/job/FreeBSD_HEAD/2860/ >> > >> > >> > The console output is showing this: >> > + make -j 4 buildworld __MAKE_CONF=3D/builds/FreeBSD_HEAD/make.conf >> > make: "/builds/FreeBSD_HEAD/Makefile" line 102: Malformed conditional (= ${MK_META_MODE} =3D=3D "yes") >> > make: Fatal errors encountered -- cannot continue >> > make: stopped in /builds/FreeBSD_HEAD >> > Build step 'Execute shell' marked build as failure >> > >> > This is using a FreeBSD 10.1 host to build HEAD. >>=20 >> The problem is that the bootstrapping capability has been broken with fma= ke. The quick fix would probably be to add MK_META_MODE?=3D yes to the Makef= ile. >=20 > =20 > According to this commit: https://svnweb.freebsd.org/base?view=3Drevision&= revision=3D250699 > /usr/bin/make is bmake in FreeBSD 10.1-R. Can you clarify to me why > bootstrapping HEAD on a FreeBSD 10.1 host now does not work? How is fmake= involved? Not 100% sure yet, but that's what repros the issue for me...=