From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 02:06:49 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 637A8DD0; Sun, 14 Jun 2015 02:06:49 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yh0-x22f.google.com (mail-yh0-x22f.google.com [IPv6:2607:f8b0:4002:c01::22f]) (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 1D9BF688; Sun, 14 Jun 2015 02:06:49 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by yhan67 with SMTP id n67so25771500yha.3; Sat, 13 Jun 2015 19:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=YnSOgwEcPN638otTczfNB7mjNenGKXUFhyIOtUTyYVw=; b=LAi7qccFBIyeE4igKkuIB4zDDOVzpK2DR4oOAb4S4PB9facd9iukeYe1T2EwnH64ef kN9u8QuTYgscKVZFqCJczr+a1+Hw9u7Q28+NVTsiHRxPP69plcSeiTaqZF+5i5fWwZ8h kJUbyDK/IBcGdcjxEVpMc2g7sN1uR7+UsIBGGneM1MNT4WuYjXLbUb6QlmUVTr/MpQZt YjqWqw++lYp8SIO9k0I0albaZloRla6A5iIwgqZXPaBJFtO8KgrHcm4Pp2+2IYfnw94V 5WglWDz506mHVwqMZm4ajKrv2GFbUCFzyobE/HGfBofE/pMpo1QBe8gQU4TGF/bRAxA6 hHTA== MIME-Version: 1.0 X-Received: by 10.129.45.136 with SMTP id t130mr27282871ywt.83.1434247607974; Sat, 13 Jun 2015 19:06:47 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.39.130 with HTTP; Sat, 13 Jun 2015 19:06:47 -0700 (PDT) In-Reply-To: <950C4B23-B625-4173-A7C4-A4F1B2C5771D@gmail.com> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> <950C4B23-B625-4173-A7C4-A4F1B2C5771D@gmail.com> Date: Sat, 13 Jun 2015 19:06:47 -0700 X-Google-Sender-Auth: s3H0OSHaAV8QzzH8KOVYt2cyRwc Message-ID: 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: Craig Rodrigues To: Garrett Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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:06:49 -0000 On Sat, Jun 13, 2015 at 3:37 PM, Garrett Cooper wrote: > On Jun 13, 2015, at 15:34, Craig Rodrigues wrote: > > > On Sat, Jun 13, 2015 at 12:20 PM, Simon J. Gerraty > wrote: > > 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=/builds/FreeBSD_HEAD/make.conf > > make: "/builds/FreeBSD_HEAD/Makefile" line 102: Malformed conditional > (${MK_META_MODE} == "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. > > The problem is that the bootstrapping capability has been broken with > fmake. The quick fix would probably be to add MK_META_MODE?= yes to the > Makefile. > According to this commit: https://svnweb.freebsd.org/base?view=revision&revision=250699 /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? Thanks. -- Craig