From owner-freebsd-current@FreeBSD.ORG Mon Jun 22 16:41:22 2015 Return-Path: Delivered-To: freebsd-current@nevdull.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 B3A8163D for ; Mon, 22 Jun 2015 16:41:22 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from canonware.com (canonware.com [204.109.63.53]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93826365 for ; Mon, 22 Jun 2015 16:41:22 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from [192.168.168.10] (unknown [208.94.83.89]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id 3D7092873C; Mon, 22 Jun 2015 09:41:21 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error? From: Jason Evans In-Reply-To: <65E0AFBE-0E73-42C9-A140-4AC617500E73@gmail.com> Date: Mon, 22 Jun 2015 09:41:18 -0700 Cc: =?windows-1252?Q?Trond_Endrest=F8l?= , FreeBSD current Content-Transfer-Encoding: quoted-printable Message-Id: <6D234532-B476-4D50-89EE-4BE424578BFC@freebsd.org> References: <65E0AFBE-0E73-42C9-A140-4AC617500E73@gmail.com> To: Garrett Cooper X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 16:41:22 -0000 On Jun 21, 2015, at 1:05 PM, Garrett Cooper = wrote: > On Jun 21, 2015, at 3:16, Trond Endrest=F8l = wrote: >> Am I the only one who fails to build recent base/head (r284673) on >> pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. >=20 > ... >=20 >> CC=3Dclang >> CXX=3Dclang++ >> CPP=3Dclang-cpp >=20 > You need to remove these lines. They shouldn=92t have been set = before or after the commits from projects/bmake . I hit the same build failure, and I don't have any of those lines in my = /etc/make.conf. Mine is: STRIP=3D # added by use.perl 2013-01-21 16:11:13 PERL_VERSION=3D5.12.4 WITH_PKGNG=3Dyes The STRIP=3D definition appears to have no impact with regard to the = build failure. I routinely do multiple buildworld/installworld cycles when updating, so = I am pretty sure that this is a self bootstrap failure; = buildworld/installworld succeeds the first time, but not the second = time. r283923 does not have the problem, so this was introduced = sometime in the past three weeks. Jason=