From owner-freebsd-arm@freebsd.org Sun Sep 29 16:48:18 2019 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 011D9124BBD for ; Sun, 29 Sep 2019 16:48:18 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hBL91n25z3DSP for ; Sun, 29 Sep 2019 16:48:16 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id x8TGksIk018670 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 29 Sep 2019 09:46:54 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id x8TGksuo018669; Sun, 29 Sep 2019 09:46:54 -0700 (PDT) (envelope-from warlock) Date: Sun, 29 Sep 2019 09:46:54 -0700 From: John Kennedy To: Brian Bostwick Cc: freebsd-arm@freebsd.org Subject: Re: Building world and kernel on RPI3 B+ compilation failure, unwind-dw2.c. Message-ID: <20190929164654.GB77308@phouka1.phouka.net> References: <20190929141211.GA96467@phouka1.phouka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46hBL91n25z3DSP X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of warlock@phouka1.phouka.net has no SPF policy when checking 107.170.196.116) smtp.mailfrom=warlock@phouka1.phouka.net X-Spamd-Result: default: False [2.67 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; IP_SCORE(0.37)[ipnet: 107.170.192.0/18(0.19), asn: 14061(1.73), country: US(-0.05)]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.32)[0.321,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.77)[0.775,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2019 16:48:18 -0000 On Sun, Sep 29, 2019 at 10:58:12AM -0400, Brian Bostwick wrote: > I ran the following to get to the revision I am at: > > *svnlite checkout https://svn.freebsd.org/base/ > releng/12.1 /usr/src* > > I then did a *snvlite update /usr/src before I got started today.* Well, It's a RPI3B+, so I'll let you know in ~28-31 hours, give or take what point in the compile that fragment lands in. That "revision" number is what I typically see tagged on the kernel number, 352780 below but 352868 in your example. I haven't caught them going down, but if that is some MFC number that isn't guaranteed to be an increasing integer, maybe it could be off. And sometimes svn and git aren't in sync (git logging behind, sometimes for extended periods of time), but this is what I'm crunching now: [git branch] master * releng/12.1 [git log (most recent-for-me entry)] commit b78e5b46c44c8db8094f7a218ba1de5cd2f5e8aa Author: gjb Date: Fri Sep 27 00:00:21 2019 +0000 Update releng/12.1 to BETA2 as part of the 12.1-RELEASE cycle. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/releng/12.1/; revision=352780