On Tue, Jun 03, 2025 at 06:45:31PM -0700, Steve Kargl wrote: > > Well, out of the frying pan and into the fire... > > Apparently, building world with old src/ on a system > running a newer world and installing that old world > over the new world is bad. To start install(1) is > trying to use a non-existent syscall. Yes, I booted > the kernel that matches the old world. > > Normally, not a problem. Simply rebuild install(1) > with -static added to CFLAGS. Unfortunately, this > leads to a bunch of linker errors about relocations > and rebuilding a few libraries wtih -fPIC. >
Recovered from that mess. I was able to rebuild world/kernel for a 2025-04-15 src/ (aka adc33d3288) and rebuilt drm-515-kmod and gpu-firmware. The system boots and I can kldload radeonkmd.ko. startx brings up the expected desktop. Onward to src/ from 2025-05-01 (aka 8d136fb027). -- Steve