Re: poudriere jail with todays current: Install fail?
Date: Wed, 20 Oct 2021 11:41:59 UTC
On 20 Oct 2021, at 03:50, Larry Rosenman <ler@FreeBSD.org> wrote: > Anyone else having poudriere jail -u or jail -c fail in the installworld? > > log: > https://www.lerctr.org/~ler/jail-install.log The actual error is pretty far from the bottom of that log: --- realinstall_subdir_usr.sbin/lpr/chkprintcap --- install: chkprintcap: No such file or directory So probably usr.sbin/lpr wasn't built during buildworld? Do you have any special settings in e.g. src.conf? -Dimitry