From nobody Sun Sep 24 19:51:41 2023 X-Original-To: freebsd-arm@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 4RtxTw1vrnz4vN4t for ; Sun, 24 Sep 2023 19:51:48 +0000 (UTC) (envelope-from sergeantsagara@protonmail.com) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) (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 "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RtxTv69DXz4Kvd for ; Sun, 24 Sep 2023 19:51:47 +0000 (UTC) (envelope-from sergeantsagara@protonmail.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1695585104; x=1695844304; bh=92msD/GUXvLqpwbQPMJRl9MuO9iB+/pfSLq9+rlhMog=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=KTwTk3UKy+t3c9bM+igyEBKlaCYKv7FCf4ltPmBmqSU+EEYyorMUWiOCf0cuXk5++ ELRI1Y0Qe6pf6SPZvarWKHTmrY4pTCreE+/2PgY3WQniUoS0+p3WdyprLrawNuuu7v UGKuxcEjOeF/zVQzenxAM5/MHWQvBJolBKufCq9Z/ZwYQEoQT+3XzrwMlCwFLCwIq/ EFw6ugdpDqrToXQJHLfuvZcrPVxRSGQm9wMFtlD/qiPmKoO+YqA33aouv7WEeTSVqz 9QcTytVIfxxAzREKuivZoqZrxKVNoUNQHbztEAR9x90xWqTMQDdi76ZuEJHSCF8E7Q gEl8c5avCUyFA== Date: Sun, 24 Sep 2023 19:51:41 +0000 To: Mark Millard From: Rahul Rameshbabu Cc: "freebsd-arm@freebsd.org" Subject: Re: FreeBSD aarch64 buildworld target fails to build 32-bit compat LLVM compiler-rt due to fp support Message-ID: <875y3zwdrq.fsf@protonmail.com> In-Reply-To: <050657BE-816E-4A76-8E59-14FF6996F70C@yahoo.com> References: <87h6njh3ba.fsf@protonmail.com> <050657BE-816E-4A76-8E59-14FF6996F70C@yahoo.com> Feedback-ID: 26003777:user:proton List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Queue-Id: 4RtxTv69DXz4Kvd On Sun, 24 Sep, 2023 12:02:27 -0700 "Mark Millard" wrot= e: > This has been fixed by: > > =E2=80=A2 Sat, 23 Sep 2023 > . . . > =E2=80=A2 git: f174619c38c3 - main - Guard CROSS_TARGET_FLAGS fro= m buildworld Simon J. Gerraty > > It was caused by the earlier: > > =E2=80=A2 Sat, 23 Sep 2023 > . . . > =E2=80=A2 git: f9df60975087 - main - Add support for host32 for D= IRDEPS_BUILD Simon J. Gerraty > . . . Thanks for the breakdown. This make sense to me. I just tested with the fix and it does indeed resolve the issue I posted (which is also depected in the CI job you shared). > > The 3 Sep 23 failures shown on the page: > > https://ci.freebsd.org/job/FreeBSD-main-aarch64-build/ It's great to know about this CI page. > > are from f174619c38c3 . The more recent ones show the > builds that include f9df60975087 worked. > > =3D=3D=3D > Mark Millard > marklmi at yahoo.com -- Thanks again for the help, Rahul Rameshbabu