From nobody Sun Aug 13 15:17:16 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RP1NZ3Cdtz4Tvq7 for ; Sun, 13 Aug 2023 15:17:18 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail2.karels.net (mail2.karels.net [3.19.118.201]) (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 (2048 bits) client-digest SHA256) (Client CN "freebsd", Issuer "freebsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RP1NZ2HrBz3dt5; Sun, 13 Aug 2023 15:17:18 +0000 (UTC) (envelope-from mike@karels.net) Authentication-Results: mx1.freebsd.org; none Received: from mail2.karels.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail2.karels.net (8.17.1/8.17.1) with ESMTP id 37DFHHtc037466; Sun, 13 Aug 2023 10:17:17 -0500 (CDT) (envelope-from mike@karels.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=karels.net; s=mail2; t=1691939837; bh=YJKrip/FgPmCrs6dOxm4Df0ms/4B97N9sMIFGUzdL7M=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=A7YMGQBa03HFyVJHNuTs0qZa9czisimzWSArChJxxqJXxqEELS5tat6EMLcQx2vCm hKFf3WsgVPp+Iog+CUl9Wlb92BneCfww8EMLf5mqNjII3Rzhy1/fjA/k9pMua8ypX+ jvKGy+5gGVEfe0/5q1E0xAtKLxkitANHScfFpgCjDc5i8brPB3MMzUTVggDU2JEFs2 IgQaB7IiUn+Cl0/azrt7vDs/WjB6qL6Xrz5X3nJ/IzAMuPWZIweDEbwhdjIlyyNd2/ eJgFGviq/gufzHcPpfDa4YOXIJ6RLtfQcNIhJ0HYFmsPriDvVLLOpwjg5bELHpSDNi rutN86zcS7swg== Received: from [10.0.2.130] ([73.62.165.147]) by mail2.karels.net with ESMTPSA id EpoyCP3z2GRYkgAAs/W3XQ (envelope-from ); Sun, 13 Aug 2023 10:17:17 -0500 From: Mike Karels To: Juraj Lutter Cc: FreeBSD CURRENT Subject: Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64 Date: Sun, 13 Aug 2023 10:17:16 -0500 X-Mailer: MailMate (1.14r5964) Message-ID: <5B72C521-91B9-40AF-8FEC-8A8B687F6A3D@karels.net> In-Reply-To: <81A42C4C-2A83-4D9B-A291-EBB360D06AD3@FreeBSD.org> References: <68CBFC44-9C0A-43D1-A0C2-530207E0762F@FreeBSD.org> <0FA5C2F2-6639-4522-AA29-537F596A5F81@karels.net> <8A772467-B246-4C6B-AD7E-81AD16903196@FreeBSD.org> <81A42C4C-2A83-4D9B-A291-EBB360D06AD3@FreeBSD.org> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4RP1NZ2HrBz3dt5 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.16.0.0/14, country:US] On 13 Aug 2023, at 10:00, Juraj Lutter wrote: >> On 13 Aug 2023, at 16:55, Mike Karels wrote: >> >> >> lib32 is not built until stage 4.3.1, after build and cross tools. I = tested >> a build just now on amd64 with empty /usr/obj, and it worked (make -j$= NCU >> buildworld TARGET=3Darm64 TARGET_ARCH=3Daarch64). However, the host w= as >> approximately at the level of ALPHA1, and the first lines of the outpu= t >> showed that a cross-compiler was not needed. However, my earlier buil= ds >> that required a cross-compiler worked fine. >> > > Earlier builds worked for me as well. I use it for =E2=80=9Cmake packag= es=E2=80=9D that I use to upgrade my RPi. > > It definitely worked on 20230712 when I did the build last time. That was before the lib32 addition went in (20230725). Mike >> Yes, lib32 is supposed to be built on aarch64 as of a few weeks ago. >> >>> So it seems that =E2=80=9Cnative-xtools=E2=80=9D and associated targe= ts are not being built. >>> If I do =E2=80=9Cmake TARGET=3Darm64 TARGET_ARCH=3Daarch64 native-xto= ols=E2=80=9D, cross tools are >>> being built and lib32 is built, in turn, also. >> >> I don't see native-xtools built either. but the build worked. >> >> Have you checked src.conf? > > Yes, I only have KERNCONF there. I will try with eafd028327cee688b54bc5= 26e088c2a3b98f94e0 backed out > to see if it will make any difference. > > otis > > > =E2=80=94 > Juraj Lutter > otis@FreeBSD.org