From owner-svn-src-head@FreeBSD.ORG Sat Jun 13 22:47:01 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 E9C8FDD8; Sat, 13 Jun 2015 22:47:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (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 B0FA55FB; Sat, 13 Jun 2015 22:47:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdjm12 with SMTP id m12so46092567pdj.3; Sat, 13 Jun 2015 15:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=poGwnTe2xt9Ni07AGXpPWQrBSdkCpN2+IZt/AhX8ztQ=; b=SCcCtubwZyZgOJHLJy1/6fNdE+eJvzEByTqvRxF5qnkCseQV6E0/untJIi2l6ekHf6 UO7nxqMbKuH+polSEkx3XZ3RU/HJrd4bhaXAIVinBQMyz2xcaf6ObU24JjiVyFzFuTPU a50Vb+1pJ9SD6PO5y8xmXaKYP06urg4eY7LOevFBkPAYNkBJx/+7ArUZTzIGkrg6EikQ UPode6RFqKKpR90N+6nCm2AbsLUgcSUsqE3kv7H+KQSR/dw13jjg3GUY1oSBOqTzv0kg Py28Xd/Qn4EwZ3P5S0hQl+ekpBKziGRBlE4Kt/EWDTVDFa3kwLvGZQrZVfjoiVCflARo PSQg== X-Received: by 10.68.136.169 with SMTP id qb9mr34781253pbb.47.1434235621282; Sat, 13 Jun 2015 15:47:01 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:2434:29cc:2519:36ef? ([2601:8:ab80:7d6:2434:29cc:2519:36ef]) by mx.google.com with ESMTPSA id da2sm7624287pbb.57.2015.06.13.15.46.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Jun 2015 15:47:00 -0700 (PDT) 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... Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_ABBCF73E-23EC-44F1-BD96-11C6D81CC94A"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b6 From: Garrett Cooper In-Reply-To: <950C4B23-B625-4173-A7C4-A4F1B2C5771D@gmail.com> Date: Sat, 13 Jun 2015 15:46:59 -0700 Cc: "Simon J. Gerraty" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-Id: <306889B5-3417-467C-965F-B011866E6F15@gmail.com> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> <950C4B23-B625-4173-A7C4-A4F1B2C5771D@gmail.com> To: Craig Rodrigues X-Mailer: Apple Mail (2.1878.6) 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: Sat, 13 Jun 2015 22:47:02 -0000 --Apple-Mail=_ABBCF73E-23EC-44F1-BD96-11C6D81CC94A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jun 13, 2015, at 15:37, Garrett Cooper wrote: > On Jun 13, 2015, at 15:34, Craig Rodrigues = wrote: >=20 >> 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 >>=20 >> Log: >> Add META_MODE support. >>=20 >> Simon, >>=20 >> Can you take a look at this: >> https://jenkins.freebsd.org/job/FreeBSD_HEAD/2860/ >>=20 >>=20 >> 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 >>=20 >> This is using a FreeBSD 10.1 host to build HEAD. >=20 > The problem is that the bootstrapping capability has been broken with = fmake. The quick fix would probably be to add MK_META_MODE?=3D yes to = the Makefile. >=20 > We should probably keep the MK_ pollution in Makefile down to a = minimum because of bootstrapping issues like this though. Great. More breakage: $ fmake buildworld -------------------------------------------------------------- >>> Building an up-to-date bmake(1) -------------------------------------------------------------- "/usr/share/mk/bsd.links.mk", line 10: missing `in' in for t in ${LINKS} "/usr/share/mk/bsd.links.mk", line 13: for-less endfor "/usr/share/mk/bsd.links.mk", line 14: missing `in' in for t in ${SYMLINKS} "/usr/share/mk/bsd.links.mk", line 17: for-less endfor fmake: fatal errors encountered -- cannot continue *** [bmake] Error code 1 Stop in /usr/src.svn. *** [upgrade_checks] Error code 1 Stop in /usr/src.svn. --Apple-Mail=_ABBCF73E-23EC-44F1-BD96-11C6D81CC94A 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 iQEcBAEBCgAGBQJVfLLjAAoJEMZr5QU6S73e6UMIAKL5psTPcu95hoRNuVQ60pKQ 3FwKp8XHBe+NtXTGFcoQ2jqi/k0u/jbOehHUzwHotMyN6DMpWKXXWUzkXAGGV/cO 6/hrQDBUKDZrv2Sda1R9kcTZs9ESd3PXVfAXPnCKDK7/Q5gCBY68xsk5oeQEH2zQ XP+/EEpcK7qrFMg8DDnnCQmDJlwTMgkX1Lc2i/xWH77FXVYxl5HqwOqVoBAihd8G MRsLA3OfSwyF7GIuZQ2Jy5tyMcKHxVbyut8M0AKelihMsEuSY93YoTWCJEL+b0sG vauZCU5l0Tb1qH6uv0+AAQfJCNmPRmoyb2f62u+9BdgoGMOPhsqBj3rgDeYy62s= =xhmX -----END PGP SIGNATURE----- --Apple-Mail=_ABBCF73E-23EC-44F1-BD96-11C6D81CC94A--