[Bug 251820] if_wg module does not honor WITHOUT_DEBUG_FILES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 13 17:10:16 UTC 2020


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: bugs at FreeBSD.org
          Reporter: sak at codered.rmta.org

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.


More information about the freebsd-bugs mailing list