Re: poudriere && git

From: Warner Losh <imp_at_bsdimp.com>
Date: Sun, 06 Aug 2023 16:03:48 UTC
On Sun, Aug 6, 2023 at 10:01 AM Matthias Apitz <guru@unixarea.de> wrote:

> El día domingo, agosto 06, 2023 a las 04:11:00p. m. +0200, Matthias Apitz
> escribió:
>
> > --------------------------------------------------------------
> > --- 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=/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 used
>
> # poudriere jail -l
> JAILNAME        VERSION                      ARCH  METHOD       TIMESTAMP
>          PATH
> 140-CURRENT     14.0-CURRENT 1400094         amd64 src=/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-30
> 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