Hello everyone.
Current kernel:
FreeBSD 14.2-STABLE #0 stable/14-ccd9c1ef4e90: Wed Feb 12 20:19:39 -03 2025
I just did a git pull --ff-only on my /usr/src.
I have WITHOUT_DEBUG_FILES=yes in /etc/src.conf
make buildworld: no errors
make buildkernel: no errors
make installkernel stops with the following:
install -T release -o root -g wheel -m 444 mmc.ko /boot/kernel/
===> mmcsd (install)
install -T release -o root -g wheel -m 444 mmcsd.ko /boot/kernel/
===> mpi3mr (install)
install -T release -o root -g wheel -m 444 mpi3mr.ko /boot/kernel/
install -T dbg -o root -g wheel -m 444 mpi3mr.ko.debug /usr/lib/debug/boot/kernel/
install: /usr/lib/debug/boot/kernel: No such file or directory
*** Error code 71
Stop.
make[4]: stopped in /usr/src/sys/modules/mpi3mr
*** Error code 1
Stop.
make[3]: stopped in /usr/src/sys/modules
*** Error code 1
Stop.
make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/LOBO
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
Stop.
make: stopped in /usr/src
All my .conf files are exactly the same as when I built my current kernel.
Anyone would know why it is trying to install debug files when WITHOUT_DEBUG_FILES=yes is specified in src.conf?