From owner-freebsd-arm@freebsd.org Mon Oct 7 05:28:12 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 0A8BC13EF98 for ; Mon, 7 Oct 2019 05:28:12 +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 46mpsh3CrYz4Hwf for ; Mon, 7 Oct 2019 05:28:08 +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 x975QjeC084159 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 6 Oct 2019 22:26:45 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id x975Qjob084158; Sun, 6 Oct 2019 22:26:45 -0700 (PDT) (envelope-from warlock) Date: Sun, 6 Oct 2019 22:26:45 -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: <20191007052645.GA84115@phouka1.phouka.net> References: <20190929141211.GA96467@phouka1.phouka.net> <20190929164654.GB77308@phouka1.phouka.net> <20191001010347.GB88930@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: 46mpsh3CrYz4Hwf 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 [3.09 / 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.17), asn: 14061(1.71), 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.95)[0.954,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.57)[0.571,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; FREEMAIL_TO(0.00)[gmail.com]; 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: Mon, 07 Oct 2019 05:28:12 -0000 On Sun, Oct 06, 2019 at 01:10:33PM -0400, Brian Bostwick wrote: > ... I don't have a src.conf file and I am not sure how to set one up. Is > there one specifically for building on the ARM architecture and can you > provide the one you are using? Thanks! My /etc/src.conf just has this: WITHOUT_REPRODUCIBLE_BUILD=YES It's covered by the src.conf(5) man pages, and the defaults are all sane. In other words, if you don't have one, you are fine. > So, to be consistent, I am now using two 12 release images and I am hitting > the same error. Compiling between two images being emulated under QEMU. ... I'm trying to parse that sentence. It sounds like you're compiling both images under QEMU (vs one native, one via QEMU like I thought you were). If so, I guess you need to find someone who is cross-compiling like you are to see what their building environment/setup is like. As I said, my build didn't go down into that directory (gnu/lib/libgcc), so I'm at a loss to figure out why yours would.