From owner-freebsd-current@freebsd.org Tue Jul 28 21:26:07 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7751A9AD423 for ; Tue, 28 Jul 2015 21:26:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 61D7015E; Tue, 28 Jul 2015 21:26:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 5AC4F17D6; Tue, 28 Jul 2015 21:26:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 1C2D68D19; Tue, 28 Jul 2015 21:26:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 52JrNSRp8MBM; Tue, 28 Jul 2015 21:26:04 +0000 (UTC) Subject: Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error? DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A178D8D0E To: "Simon J. Gerraty" , Garrett Cooper References: <65E0AFBE-0E73-42C9-A140-4AC617500E73@gmail.com> <8737.1434922152@chaos> Cc: =?UTF-8?Q?Trond_Endrest=c3=b8l?= , FreeBSD current From: Bryan Drewery Organization: FreeBSD Message-ID: <55B7F36A.4070201@FreeBSD.org> Date: Tue, 28 Jul 2015 14:26:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <8737.1434922152@chaos> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Tue, 28 Jul 2015 21:26:07 -0000 On 6/21/15 2:29 PM, Simon J. Gerraty wrote: > Garrett Cooper 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. >> >> ... >> >>> CC=3Dclang >>> CXX=3Dclang++ >>> CPP=3Dclang-cpp >=20 >> You need to remove these lines. They shouldn=E2=80=99t have been set = before or after the commits from projects/bmake . >=20 > Note: both the grn's specified above are than r284598 which put the > inlcude of make.conf back to its original spot, so the meta mode relate= d > changes should not be relevant. >=20 Regarding including /etc/make.conf, something is inconsistent with buildworld vs subdir make. Please see https://lists.freebsd.org/pipermail/svn-src-all/2015-July/107910.html (Also note that the STRIP=3D rescue build failure has been identified and a fix is being made) --=20 Regards, Bryan Drewery