[Bug 249068] CURRENT: r365263: WITHOUT_DEBUGFILES: install: /usr/lib/debug/boot/kernel/: No such file or directory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 May 2025 12:20:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249068
Mario Lobo <lobo@bsd.com.br> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lobo@bsd.com.br
--- Comment #1 from Mario Lobo <lobo@bsd.com.br> ---
5 years later and the problem reappears.
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 today (May/6/2025)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 the current kernel.
--
You are receiving this mail because:
You are the assignee for the bug.