From owner-freebsd-hackers@freebsd.org Mon Jun 8 04:44:50 2020 Return-Path: Delivered-To: freebsd-hackers@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 4D346341F56 for ; Mon, 8 Jun 2020 04:44:50 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from midget.dons.net.au (midget.dons.net.au [IPv6:2403:5800:5101:0:ea:1cff:fefa:f00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "dons.net.au", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gLJb5vTcz4S6W for ; Mon, 8 Jun 2020 04:44:46 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from midget.dons.net.au (localhost [127.0.0.1]) by midget.dons.net.au (8.15.2/8.15.2) with ESMTPS id 0584iMO3019765 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 8 Jun 2020 14:14:37 +0930 (ACST) (envelope-from darius@dons.net.au) Received: (from mailnull@localhost) by midget.dons.net.au (8.15.2/8.15.2/Submit) id 0584hrOs019745 for ; Mon, 8 Jun 2020 14:13:53 +0930 (ACST) (envelope-from darius@dons.net.au) X-MIMEDefang-Relay-be813b1f1da6d6b27d681222cb70cc4f5b642383: 2403:5800:5101:0:c539:aaa0:7db3:e5ff Received: from [IPv6:2403:5800:5101:0:c539:aaa0:7db3:e5ff] ([IPv6:2403:5800:5101:0:c539:aaa0:7db3:e5ff] [2403:5800:5101:0:c539:aaa0:7db3:e5ff]) by midget.dons.net.au (envelope-sender ) (MIMEDefang) with ESMTP id 0584hmHx019740; Mon, 08 Jun 2020 14:13:53 +0930 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Cross compile FreeBSD on amd64 for arm64 failes via compile determination error From: "O'Connor, Daniel" In-Reply-To: Date: Mon, 8 Jun 2020 14:13:48 +0930 Cc: Ian Lepore , freebsd-hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <710FD6CA-F6F4-40F1-9C78-0DE90639ED13@dons.net.au> References: <20200605183002.GA2973@lion.0xfce3.net> <2e91deb9835aaaadd6dceec95395b81f5257f15b.camel@freebsd.org> To: Mark Murray X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Spam-Score: 0 () No, score=0.0 required=5.0 tests=HELO_NO_DOMAIN, T_SPF_PERMERROR autolearn=unavailable autolearn_force=no version=3.4.2 X-Scanned-By: MIMEDefang 2.83 on 10.0.2.1 X-Rspamd-Queue-Id: 49gLJb5vTcz4S6W X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.66 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.049]; R_DKIM_ALLOW(-0.20)[dons.net.au:s=default]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.010]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[dons.net.au:+]; DMARC_POLICY_ALLOW(-0.50)[dons.net.au,quarantine]; NEURAL_HAM_SHORT(-1.10)[-1.102]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:4764, ipnet:2403:5800:5000::/36, country:AU]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 04:44:50 -0000 > On 6 Jun 2020, at 19:26, Mark Murray wrote: > I never tried this with anything other than i386/i386 or amd64/amd64, > so the above is interesting. Could a viable cross-build* be "fixed" by > symlinks, and somehow and easily forcing a cross-build of the = bootstrap > tools? >=20 > My RPis wish to know :-) I've done 'make installworld DESTDIR=3D/tmp/armdest' on the fast machine = then copied it over with tar to the slow one and it seemed to work OK. Being able to installworld with src/obj NFS mounted would be nice = though. -- Daniel O'Connor "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum