Note: I'd previously updated just the kernels and booted from kernel-NODEBUG.
# pkg-static install -F -rFreeBSD-base -g 'FreeBSD-*' . . . # pkg-static install -U -rFreeBSD-base -g 'FreeBSD-src' Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: FreeBSD-src: 15.snap20250505232657 -> 15.snap20250510151013 [FreeBSD-base] Number of packages to be upgraded: 1 Proceed with this action? [y/N]: y [1/1] Upgrading FreeBSD-src from 15.snap20250505232657 to 15.snap20250510151013... [1/1] Extracting FreeBSD-src-15.snap20250510151013: 100% FreeBSD-src-15.snap20250505232657: missing file /usr/src/tools/build/cross-build/fflags.c This could make the likes of: pkg-static install -U -rFreeBSD-base -g 'FreeBSD-*' problematical unless FreeBSD-src is deleted first. I deleted it and installed the rest with the 'FreeBSD-*' style of command. Then I did: # pkg-static install -f -rFreeBSD-base -g 'FreeBSD-src' Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. FreeBSD-base is up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): Installed packages to be REINSTALLED: FreeBSD-src-15.snap20250510090308 [FreeBSD-base] Number of packages to be reinstalled: 1 Proceed with this action? [y/N]: y [1/1] Reinstalling FreeBSD-src-15.snap20250510090308... [1/1] Extracting FreeBSD-src-15.snap20250510090308: 100% and that got no such complaints. Nor did: # pkg-static check -sa Some sort of race condition? I've no clue how to reproduce this sort of failure. === Mark Millard marklmi at yahoo.com