From owner-freebsd-current@freebsd.org Mon May 23 16:45:53 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 5F7B3B47444 for ; Mon, 23 May 2016 16:45:53 +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 50DF51EA1; Mon, 23 May 2016 16:45:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 49C0312FF; Mon, 23 May 2016 16:45:53 +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 9D27C1C4B4; Mon, 23 May 2016 16:45:52 +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 WKPgkO2d3_cN; Mon, 23 May 2016 16:45:49 +0000 (UTC) Subject: Re: Interesting error during installworld DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 7C6261C4AE To: Shawn Webb , freebsd-current@freebsd.org References: From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Mon, 23 May 2016 09:45:47 -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 16:45:53 -0000 On 5/22/16 1:21 PM, Shawn Webb wrote: > Hey All, >=20 > I=E2=80=99m getting this error when doing `make installworld` on recent= 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-CU= RRENT on amd64. >=20 > sh: tail: not found > make[4]: "/usr/src/share/mk/bsd.compiler.mk" line 151: warning: "{ echo= "__FreeBSD_cc_version" | cc -m32 -DCOMPAT_32BIT -march=3Di686 -mmmx -ms= se -msse2 -L/usr/obj/usr/src/lib32/usr/lib32 --sysroot=3D/usr/obj/usr/s= rc/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -isystem /usr/obj/usr/src/l= ib32/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 Regards, Bryan Drewery