Re: changing from pkgbase to regularbase

From: void <void_at_f-m.fm>
Date: Wed, 19 Nov 2025 15:54:38 UTC
On Wed, Nov 19, 2025 at 03:14:28PM +0000, Minsoo Choo wrote:

>Thanks for your effort!
>
>Since DESTDIR has been around for some time, I think the related logic was accidentally removed while adopting pkgbase. This won't take too much effort (just set DESTDIR to / if it is not specified), and I don't need other information for now.

What's installed: FreeBSD-16.0-CURRENT-amd64-20251110-dbb34d496708-281771-disc1.iso

% doas git -C /usr/src rev-list --count --first-parent HEAD
282028

root@fbsd-16-main-ufs-2:/usr/src # make -j16 buildkernel

--------------------------------------------------------------
>>> Kernel build for GENERIC-NODEBUG completed on Wed Nov 19 15:47:11 GMT 2025
--------------------------------------------------------------
>>> Kernel(s)  GENERIC-NODEBUG built in 928 seconds, ncpu: 8, make -j16
--------------------------------------------------------------

root@fbsd-16-main-ufs-2:/usr/src # make -j16 installkernel
--- installkernel ---
--- __installcheck_PKG ---
ERROR: This target should not be used on a system installed from packages.
        To override this check, set DESTDIR=/.

        make[1]: stopped making "installkernel" in /usr/src

make: stopped making "installkernel" in /usr/src
root@fbsd-16-main-ufs-2:/usr/src # 
--