From owner-freebsd-arm@freebsd.org Fri Dec 29 01:21:05 2017 Return-Path: Delivered-To: freebsd-arm@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 7E77DE9FDD4 for ; Fri, 29 Dec 2017 01:21:05 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-97.reflexion.net [208.70.210.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B9E755AD for ; Fri, 29 Dec 2017 01:21:04 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 6316 invoked from network); 29 Dec 2017 01:20:58 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 29 Dec 2017 01:20:58 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Thu, 28 Dec 2017 20:20:58 -0500 (EST) Received: (qmail 4429 invoked from network); 29 Dec 2017 01:20:58 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 29 Dec 2017 01:20:58 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 8749DEC902B; Thu, 28 Dec 2017 17:20:57 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Crochet for RPI3 fails in tblgen From: Mark Millard In-Reply-To: Date: Thu, 28 Dec 2017 17:20:57 -0800 Cc: Freebsd-arm Content-Transfer-Encoding: quoted-printable Message-Id: References: <08afa334-485b-d6ed-39d4-b3ad61fe6492@denninger.net> <177d13c0-ba4a-b9ab-dfe0-0e712d894f87@denninger.net> <20171226155228.a1497bd6d23908a45cf36e99@bidouilliste.com> <20171226155354.8ab6be553e06125a0e6dd95e@bidouilliste.com> <20171228205656.e0ede1cf7e44cccaca4ae167@bidouilliste.com> To: Karl Denninger X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 01:21:05 -0000 On 2017-Dec-28, at 5:16 PM, Mark Millard wrote: > On 2017-Dec-28, at 2:42 PM, Karl Denninger = wrote: >=20 >> Running 12-CURRENT on? >>=20 >> The problem appears to be the initial bootstrap of the tools on an >> 11.1-STABLE box (I'm running FreeBSD 11.1-STABLE #20 r324056M on the >> build box) > . . . >> The bootstrapping of the cross tools is failing, and it appears >> llvm-tblgen (which I assume is being run off the 11.1-STABLE llvm = 4.0.0 >> codebase, since this is a crossbuild) is where the blowup is = happening >> -- it's segfaulting, to be specific. >=20 >=20 > = https://lists.freebsd.org/pipermail/svn-src-stable-11/2017-September/00467= 4.html >=20 > shows that -r324023 of https://svnweb.freebsd.org/base/stable/11/ > was the check-in of clang 5.0.0 into stable/11/=20 >=20 > QUOTE > Author: dim > Date: Tue Sep 26 19:56:36 2017 > New Revision: 324023 > URL:=20 > https://svnweb.freebsd.org/changeset/base/324023 >=20 >=20 > Log: > Merge clang, llvm, lld, lldb, compiler-rt and libc++ 5.0.0 release. > . . . > END QUOTE >=20 > So, the system-clang should be 5.0.0 on -r324056 . >=20 > If the system compiler/toolchain is used then the 4.0.0 > or 4.0.1 should not be involved. >=20 > If a devel/llvm* port is used then which is used likely needs > to be confirmed. This would get into use of xtoolchain ports, > or I would expect. Hmm. I just noticed something else: =E2=80=A2 svn commit: r324055 - stable/11/sys/sys Ed Schouten =E2=80=A2 svn commit: r324057 - stable/11/sys/vm Mark Johnston There is no -r324056 for stable/11 . Instead looking in: = https://lists.freebsd.org/pipermail/svn-src-head/2017-September/thread.htm= l shows that -r324056 is from head: =E2=80=A2 svn commit: r324054 - head/sys/kern Emmanuel Vadot =E2=80=A2 svn commit: r324056 - head/sys/netinet Michael = Tuexen =E2=80=A2 svn commit: r324059 - in head/sys/dev/drm2: i915 = radeon Conrad Meyer =3D=3D=3D Mark Millard markmi at dsl-only.net