From owner-freebsd-current@freebsd.org Tue Jul 28 21:58:57 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 0EF159AD1D8 for ; Tue, 28 Jul 2015 21:58:57 +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 EDB15C77; Tue, 28 Jul 2015 21:58:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id E687D1FA9; Tue, 28 Jul 2015 21:58:56 +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 ACAB4909C; Tue, 28 Jul 2015 21:58:56 +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 7MHYBkz3x58J; Tue, 28 Jul 2015 21:58:54 +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 E4CF59093 To: "Simon J. Gerraty" , Garrett Cooper References: <65E0AFBE-0E73-42C9-A140-4AC617500E73@gmail.com> <8737.1434922152@chaos> <55B7F36A.4070201@FreeBSD.org> Cc: FreeBSD current From: Bryan Drewery X-Enigmail-Draft-Status: N1110 Organization: FreeBSD Message-ID: <55B7FB1D.2010008@FreeBSD.org> Date: Tue, 28 Jul 2015 14:58:53 -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: <55B7F36A.4070201@FreeBSD.org> 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:58:57 -0000 On 7/28/15 2:26 PM, Bryan Drewery wrote: > 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 >> >>> You need to remove these lines. They shouldn=E2=80=99t have been set= before or after the commits from projects/bmake . >> >> 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 relat= ed >> changes should not be relevant. >> >=20 > Regarding including /etc/make.conf, something is inconsistent with > buildworld vs subdir make. Correction: I have STRIP=3D in /etc/src.conf. The inclusion of it seems inconsistent between buildworld and subdir make. Note that after my fix in r285986 it is now named STRIPBIN. When building in rescue/rescue: OBJDIR/rescue.mk: STRIP? strip ... ${STRIP} rescue 1: subdir make src.conf: STRIP=3D rescue/rescue% make all -> make -f OBJDIR/rescue.mk STRIP=3D is not passed down into rescue.mk, resulting in 'strip rescue'. 2. subdir make STRIP env override rescue/rescue% make all STRIP=3D STRIP=3D is passed down resulting in ' rescue'. 3: buildworld STRIP=3D from src.conf is passed down, resulting in ' rescue'. >=20 > Please see > https://lists.freebsd.org/pipermail/svn-src-all/2015-July/107910.html >=20 > (Also note that the STRIP=3D rescue build failure has been identified a= nd > a fix is being made) >=20 --=20 Regards, Bryan Drewery