Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2023 08:58:20 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Mike Karels <mike@karels.net>
Cc:        Juraj Lutter <otis@freebsd.org>, FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64
Message-ID:  <CANCZdfpqsRD9aHU9UdtoASUSGzhu9%2BrEQacSy=ybwDWZyt3iDA@mail.gmail.com>
In-Reply-To: <CD57F058-0A74-4EE8-ABE5-7F186A566F62@karels.net>
References:  <68CBFC44-9C0A-43D1-A0C2-530207E0762F@FreeBSD.org> <0FA5C2F2-6639-4522-AA29-537F596A5F81@karels.net> <8A772467-B246-4C6B-AD7E-81AD16903196@FreeBSD.org> <ADBC05FC-E963-49E9-8C7B-737607309F5A@FreeBSD.org> <CD57F058-0A74-4EE8-ABE5-7F186A566F62@karels.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000e96c8c0602cf2d10
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Sun, Aug 13, 2023, 8:55 AM Mike Karels <mike@karels.net> wrote:

> On 13 Aug 2023, at 9:25, Juraj Lutter wrote:
>
> >> On 13 Aug 2023, at 14:42, Juraj Lutter <otis@FreeBSD.org> wrote:
> >>
> >> Hi,
> >>
> >>> On 13 Aug 2023, at 00:17, Mike Karels <mike@karels.net> wrote:
> >>>
> >>> On 12 Aug 2023, at 15:32, Juraj Lutter wrote:
> >>>
> >>> Did the buildworld start out by building a cross-compiler?
> >>>
> >>> Have you tried without meta mode?  With a clean objdir, I don't see h=
ow
> >>> it would matter, but I'm not sure I've tried it.
> >>>
> >>> The ALPHA1 builds seem to have worked, but I think they run on arm64.
> >>>
> >>
> >> See here: https://files.wilbury.net/s/bJKKB5Kbta6DNqB for the full log=
.
> >>
> >> As I read it, lib32 is being built before crosscompiler. Is lib32
> supposed to be built on aarch64?
>
> 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 was
> approximately at the level of ALPHA1, and the first lines of the output
> showed that a cross-compiler was not needed.  However, my earlier builds
> that required a cross-compiler worked fine.
>
> 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 targets=
 are not being
> built.
> > If I do =E2=80=9Cmake TARGET=3Darm64 TARGET_ARCH=3Daarch64 native-xtool=
s=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.
>

Native-xtools are for poudriere and cross building jails.

Warner

Have you checked src.conf?
>
>                 Mike
>
> > The commit I suspect that lead into this was
> eafd028327cee688b54bc526e088c2a3b98f94e0 (there sees
> > to not be any other related changes fiddling with make targets).
> >
> > otis
> >
> >
> > =E2=80=94
> > Juraj Lutter
> > XMPP: juraj (at) lutter.sk
> > GSM: +421907986576
>
>

--000000000000e96c8c0602cf2d10
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div><br><br><div class=3D"gmail_quote"><div dir=3D"ltr" =
class=3D"gmail_attr">On Sun, Aug 13, 2023, 8:55 AM Mike Karels &lt;<a href=
=3D"mailto:mike@karels.net">mike@karels.net</a>&gt; wrote:<br></div><blockq=
uote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc =
solid;padding-left:1ex">On 13 Aug 2023, at 9:25, Juraj Lutter wrote:<br>
<br>
&gt;&gt; On 13 Aug 2023, at 14:42, Juraj Lutter &lt;otis@FreeBSD.org&gt; wr=
ote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt;&gt; On 13 Aug 2023, at 00:17, Mike Karels &lt;<a href=3D"mailto:mi=
ke@karels.net" target=3D"_blank" rel=3D"noreferrer">mike@karels.net</a>&gt;=
 wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 12 Aug 2023, at 15:32, Juraj Lutter wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Did the buildworld start out by building a cross-compiler?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Have you tried without meta mode?=C2=A0 With a clean objdir, I=
 don&#39;t see how<br>
&gt;&gt;&gt; it would matter, but I&#39;m not sure I&#39;ve tried it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The ALPHA1 builds seem to have worked, but I think they run on=
 arm64.<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; See here: <a href=3D"https://files.wilbury.net/s/bJKKB5Kbta6DNqB" =
rel=3D"noreferrer noreferrer" target=3D"_blank">https://files.wilbury.net/s=
/bJKKB5Kbta6DNqB</a> for the full log.<br>
&gt;&gt;<br>
&gt;&gt; As I read it, lib32 is being built before crosscompiler. Is lib32 =
supposed to be built on aarch64?<br>
<br>
lib32 is not built until stage 4.3.1, after build and cross tools.=C2=A0 I =
tested<br>
a build just now on amd64 with empty /usr/obj, and it worked (make -j$NCU<b=
r>
buildworld TARGET=3Darm64 TARGET_ARCH=3Daarch64).=C2=A0 However, the host w=
as<br>
approximately at the level of ALPHA1, and the first lines of the output<br>
showed that a cross-compiler was not needed.=C2=A0 However, my earlier buil=
ds<br>
that required a cross-compiler worked fine.<br>
<br>
Yes, lib32 is supposed to be built on aarch64 as of a few weeks ago.<br>
<br>
&gt; So it seems that =E2=80=9Cnative-xtools=E2=80=9D and associated target=
s are not being built.<br>
&gt; If I do =E2=80=9Cmake TARGET=3Darm64 TARGET_ARCH=3Daarch64 native-xtoo=
ls=E2=80=9D, cross tools are<br>
&gt; being built and lib32 is built, in turn, also.<br>
<br>
I don&#39;t see native-xtools built either. but the build worked.<br></bloc=
kquote></div></div><div dir=3D"auto"><br></div><div dir=3D"auto">Native-xto=
ols are for poudriere and cross building jails.</div><div dir=3D"auto"><br>=
</div><div dir=3D"auto">Warner=C2=A0</div><div dir=3D"auto"><br></div><div =
dir=3D"auto"><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" s=
tyle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Have you checked src.conf?<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Mike<br>
<br>
&gt; The commit I suspect that lead into this was eafd028327cee688b54bc526e=
088c2a3b98f94e0 (there sees<br>
&gt; to not be any other related changes fiddling with make targets).<br>
&gt;<br>
&gt; otis<br>
&gt;<br>
&gt;<br>
&gt; =E2=80=94<br>
&gt; Juraj Lutter<br>
&gt; XMPP: juraj (at) <a href=3D"http://lutter.sk" rel=3D"noreferrer norefe=
rrer" target=3D"_blank">lutter.sk</a><br>
&gt; GSM: +421907986576<br>
<br>
</blockquote></div></div></div>

--000000000000e96c8c0602cf2d10--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpqsRD9aHU9UdtoASUSGzhu9%2BrEQacSy=ybwDWZyt3iDA>