Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 17:10:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251820] if_wg module does not honor WITHOUT_DEBUG_FILES
Message-ID:  <bug-251820-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251820

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

at revision 368608

/etc/src.conf contains:
WITHOUT_DEBUG_FILES=3Dtrue
kernel and modules build normally, make install fails at if_wg.ko.debug

Context:

[snip]

=3D=3D=3D> if_vlan (install)
install -T release -o root -g wheel -m 555   if_vlan.ko /boot/kernel/
=3D=3D=3D> if_vxlan (install)
install -T release -o root -g wheel -m 555   if_vxlan.ko /boot/kernel/
=3D=3D=3D> 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251820-227>