From owner-freebsd-toolchain@FreeBSD.ORG Sun Mar 23 21:57:40 2014 Return-Path: Delivered-To: toolchain@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB02FB40; Sun, 23 Mar 2014 21:57:40 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAFEDAB0; Sun, 23 Mar 2014 21:57:40 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WRqOh-0000mw-DB; Sun, 23 Mar 2014 21:57:39 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s2NLvapd074529; Sun, 23 Mar 2014 15:57:36 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+F5KMVbD0rRY4G9sMml+3P Subject: Re: [releng_10 tinderbox] failure on arm/arm From: Ian Lepore To: Dimitry Andric In-Reply-To: References: <201403231522.s2NFM5Kc019213@worker01.tb.des.no> <8EA3BF27-225E-4818-8983-8793FCDF08D9@bsdimp.com> Content-Type: text/plain; charset="iso-8859-7" Date: Sun, 23 Mar 2014 15:57:36 -0600 Message-ID: <1395611856.81853.54.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id s2NLvapd074529 Cc: toolchain@FreeBSD.org, freebsd-arm X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 21:57:40 -0000 On Sun, 2014-03-23 at 22:31 +0100, Dimitry Andric wrote: > On 23 Mar 2014, at 17:59, Warner Losh wrote: > > About the time clang was MFC=A2d, this started appearing. It has been= several days now. > >=20 > > Did the clang MFC botch something? Was the timing just a coincidence? >=20 > I hope the latter, but I didn't investigate yet. I do know that I ran = a > make universe before the clang 3.4 merge, and that worked just fine. >=20 > That said, at first glance this looks like some sort of scripting > problem? Does anybody know off the top of their heads where ARM_NARCH > and ARM_NMMUS are coming from? >=20 > -Dimitry >=20 from sys/arm/include/cpuconf.h. iirc, they use some compiler predefined macros. -- Ian