Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 10:03:48 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Matthias Apitz <guru@unixarea.de>, Michael Grimm <trashcan@ellael.org>, freebsd-current@freebsd.org
Subject:   Re: poudriere && git
Message-ID:  <CANCZdfrGu_1tp4S3qgmm3jJyBY9UfvdRZi6uR0uh%2B1DtwfBZuw@mail.gmail.com>
In-Reply-To: <ZM/Dt9RIos%2BUt%2BYk@c720-r368166>
References:  <ZM3zz1bmc41WDCLP@c720-r368166> <20230805080811.GA11506@home.opsec.eu> <ZM%2BKKKTtKwQX0YWF@c720-r368166> <78387A8F-1F30-4BA6-97A4-8E2DDC827008@ellael.org> <ZM%2Bp9NXMpFgmglLB@c720-r368166> <ZM/Dt9RIos%2BUt%2BYk@c720-r368166>

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

On Sun, Aug 6, 2023 at 10:01=E2=80=AFAM Matthias Apitz <guru@unixarea.de> w=
rote:

> El d=C3=ADa domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias =
Apitz
> escribi=C3=B3:
>
> > --------------------------------------------------------------
> > --- installworld ---
> > mkdir -p /tmp/install.j76anzU56j
> >
> > ...
> > Required library libdialog.so.8 not found.
> > *** [installworld] Error code 1
> >
> > make[1]: stopped in /usr/src
> > 1 error
>
> Now after a new 'make buildworld' the jail creation worked fine:
>
> # poudriere jail -c -j 140-CURRENT -m src=3D/usr/src
> ...
> [00:02:27] Recording filesystem state for clean... done
> [00:02:28] Jail 140-CURRENT 14.0-CURRENT 1400094 amd64 is ready to be use=
d
>
> # poudriere jail -l
> JAILNAME        VERSION                      ARCH  METHOD       TIMESTAMP
>          PATH
> 140-CURRENT     14.0-CURRENT 1400094         amd64 src=3D/usr/src 2023-08=
-06
> 17:35:06 /usr/local/poudriere/jails/140-CURRENT
> freebsd-r368166 13.0-CURRENT 1300130 r368164 amd64 svn+http     2020-11-3=
0
> 12:43:46 /usr/local/poudriere/jails/freebsd-r368166
>
> I will file a PR about this legacy files problem. Thanks for your help.
>

Unless there's a way to reproduce the problem from a clean build, I doubt
it will ever be addressed. It works for me, so I need the exact steps to do
from a clean state to get to failure. I just did a installworld and that
works just fine with DESTDIR for me, so puzzling out how your system got
into a weird state is a big time sink that I don't have time to do. if
there's a set of simple steps, then either that can be documented as
broken/unsupported or fixed.

Warner

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

<div dir=3D"ltr"><div dir=3D"ltr"><br></div><br><div class=3D"gmail_quote">=
<div dir=3D"ltr" class=3D"gmail_attr">On Sun, Aug 6, 2023 at 10:01=E2=80=AF=
AM Matthias Apitz &lt;<a href=3D"mailto:guru@unixarea.de">guru@unixarea.de<=
/a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0=
px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">E=
l d=C3=ADa domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Api=
tz escribi=C3=B3:<br>
<br>
&gt; --------------------------------------------------------------<br>
&gt; --- installworld ---<br>
&gt; mkdir -p /tmp/install.j76anzU56j<br>
&gt; <br>
&gt; ...<br>
&gt; Required library libdialog.so.8 not found.<br>
&gt; *** [installworld] Error code 1<br>
&gt; <br>
&gt; make[1]: stopped in /usr/src<br>
&gt; 1 error<br>
<br>
Now after a new &#39;make buildworld&#39; the jail creation worked fine:<br=
>
<br>
# poudriere jail -c -j 140-CURRENT -m src=3D/usr/src<br>
...<br>
[00:02:27] Recording filesystem state for clean... done<br>
[00:02:28] Jail 140-CURRENT 14.0-CURRENT 1400094 amd64 is ready to be used<=
br>
<br>
# poudriere jail -l<br>
JAILNAME=C2=A0 =C2=A0 =C2=A0 =C2=A0 VERSION=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ARCH=C2=A0 METHOD=C2=A0 =C2=
=A0 =C2=A0 =C2=A0TIMESTAMP=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0PATH<br>
140-CURRENT=C2=A0 =C2=A0 =C2=A014.0-CURRENT 1400094=C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0amd64 src=3D/usr/src 2023-08-06 17:35:06 /usr/local/poudriere/jai=
ls/140-CURRENT<br>
freebsd-r368166 13.0-CURRENT 1300130 r368164 amd64 svn+http=C2=A0 =C2=A0 =
=C2=A02020-11-30 12:43:46 /usr/local/poudriere/jails/freebsd-r368166<br>
<br>
I will file a PR about this legacy files problem. Thanks for your help.<br>=
</blockquote><div><br></div><div>Unless there&#39;s a way to reproduce the =
problem from a clean build, I doubt it will ever be addressed. It works for=
 me, so I need the exact steps to do from a clean state to get to failure. =
I just did a installworld and that works just fine with DESTDIR for me, so =
puzzling out how your system got into a weird state is a big time sink that=
 I don&#39;t have time to do. if there&#39;s a set of simple steps, then ei=
ther that can be documented as broken/unsupported or fixed.</div><div><br><=
/div><div>Warner <br></div></div></div>

--000000000000b88ca606024346b2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfrGu_1tp4S3qgmm3jJyBY9UfvdRZi6uR0uh%2B1DtwfBZuw>