https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251820
Bug ID: 251820
Summary: if_wg module does not honor WITHOUT_DEBUG_FILES
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
at revision 368608
/etc/src.conf contains:
WITHOUT_DEBUG_FILES=true
kernel and modules build normally, make install fails at if_wg.ko.debug
Context:
[snip]
===> if_vlan (install)
install -T release -o root -g wheel -m 555 if_vlan.ko /boot/kernel/
===> if_vxlan (install)
install -T release -o root -g wheel -m 555 if_vxlan.ko /boot/kernel/
===> if_wg (install)
install -T release -o root -g wheel -m 555 if_wg.ko /boot/kernel/
install -T dbg -o root -g wheel -m 555 if_wg.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/if_wg
*** Error code 1
*** Error code 1
Stop.
make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/CODERED
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"