From owner-freebsd-current@freebsd.org Wed Jun 15 19:25:33 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 A0E40A44137 for ; Wed, 15 Jun 2016 19:25:33 +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 919861E32; Wed, 15 Jun 2016 19:25:33 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 8AF211A71; Wed, 15 Jun 2016 19:25:33 +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 589631D65A; Wed, 15 Jun 2016 19:25:33 +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 EKkbMHnI-Awj; Wed, 15 Jun 2016 19:25:30 +0000 (UTC) Subject: Re: arm64 diagnostic when running 'make tinderbox' DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A93E51D651 To: lidl@FreeBSD.org, FreeBSD-Current References: <41345778-7b31-6602-8fed-e1c5450d9d4b@FreeBSD.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <07279865-4584-d05a-abcd-dc21c7edd47e@FreeBSD.org> Date: Wed, 15 Jun 2016 12:25:30 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <41345778-7b31-6602-8fed-e1c5450d9d4b@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Wed, 15 Jun 2016 19:25:33 -0000 On 6/10/16 6:45 AM, Kurt Lidl wrote: > Greetings all - > > I periodically run the following on one of my hosts > (an amd64 machine, running 10.3+patches), to make sure > that I haven't broken the build for clang and gcc 4.2.1 > based architectures before committing. > > I've noticed that I *always* get a diagnostic message > about arm64, even though I'm not compiling for it... > > root@hydra-892: make -k -s -j 24 tinderbox TARGETS="sparc64 amd64" > -------------------------------------------------------------- > >>> Building an up-to-date bmake(1) > -------------------------------------------------------------- > -------------------------------------------------------------- > >>> make universe started on Fri Jun 10 09:40:53 EDT 2016 > -------------------------------------------------------------- > >> arm64 skipped - install aarch64-binutils port or package to build > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >> amd64 started on Fri Jun 10 09:40:53 EDT 2016 > >> sparc64 started on Fri Jun 10 09:40:53 EDT 2016 > >> amd64.amd64 buildworld started on Fri Jun 10 09:40:53 EDT 2016 > >> sparc64.sparc64 buildworld started on Fri Jun 10 09:40:53 EDT 2016 > I have a fix out to re@ for approval that fixes this that will be in later today. -- Regards, Bryan Drewery