Thanks all for the good advice. I hosed the box trying to figure out how to resolve the problem. While doing so I copied wrong combinations and hosed the box. Booted stable memstick and copied /lib /libexec and /usr/bin and the system came back up. Next I did the clean build and installworld and everything is ok now. I’m now using bectl and install with DESTDIR
> On 25 Nov 2025, at 14:11, void <[email protected]> wrote: > > On Mon, Nov 24, 2025 at 09:43:44AM +0100, Peter Blok wrote: >> >> What is wrong here? The update sequence I use is always the same. > > I had multiple issues of *this type* but with amd64, going from stable/14 to > stable/15. I can't remember them all exactly. > > What fixed them all for me was starting afresh with an > empty /usr/obj. > > For good measure, I deleted all that was in /var/cache/ccache/* > and then in /usr/src make -j10 cleanworld cleandir clean. > > Then the usual make -j10 kernel && reboot then make -j10 buildworld etc etc > > Maybe this'll work for you. Good luck. > -- >
