From owner-freebsd-current@freebsd.org Mon May 23 17:11:49 2016 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 D694CB47D85 for ; Mon, 23 May 2016 17:11:49 +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 C7A5311AF; Mon, 23 May 2016 17:11:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id C18591D4E; Mon, 23 May 2016 17:11:49 +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 81E6B1C5B3; Mon, 23 May 2016 17:11:49 +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 iT7v02m8E1fz; Mon, 23 May 2016 17:11:47 +0000 (UTC) Subject: Re: Interesting error during installworld DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com C4B4C1C5AB To: Shawn Webb , freebsd-current@freebsd.org References: From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Mon, 23 May 2016 10:11:46 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 23 May 2016 17:11:49 -0000 On 5/23/16 9:45 AM, Bryan Drewery wrote: > On 5/22/16 1:21 PM, Shawn Webb wrote: >> Hey All, >> >> I=E2=80=99m getting this error when doing `make installworld` on recen= t builds of HEAD. It seems that the error is non-critical as installworld= doesn=E2=80=99t actually error out. I=E2=80=99m running HardenedBSD 11-C= URRENT on amd64. >> >> sh: tail: not found >> make[4]: "/usr/src/share/mk/bsd.compiler.mk" line 151: warning: "{ ech= o "__FreeBSD_cc_version" | cc -m32 -DCOMPAT_32BIT -march=3Di686 -mmmx -m= sse -msse2 -L/usr/obj/usr/src/lib32/usr/lib32 --sysroot=3D/usr/obj/usr/= src/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -isystem /usr/obj/usr/src/= lib32/usr/include -E - 2>/dev/null || echo __FreeBSD_cc_version; } | tail= -n 1" returned non-zero status >> >=20 > This is not likely a HardenedBSD issue. It's due to some of my recent > changes. I had fixed this for the native installworld but may have > missed it for the 32bit portion. Looking into it further. >=20 Fixed in r300525. --=20 Regards, Bryan Drewery