[Bug 246312] make buildkernel fails on sys/dev/kbdmux/kbdmux.c at r360808 (r360560 was ok)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 8 15:59:06 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246312

            Bug ID: 246312
           Summary: make buildkernel fails on sys/dev/kbdmux/kbdmux.c at
                    r360808 (r360560 was ok)
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: philippe.michel7 at free.fr

At r360808, make buildkernel fails with:

--- kbdmux.o ---
/usr/src/sys/dev/kbdmux/kbdmux.c:464:10: error: use of undeclared identifier
'key_map'; did you mean 'keymap'?
                bcopy(&key_map, keymap, sizeof(key_map));
                       ^~~~~~~
This is apparently related to the use of the following options in the config
file:
options         KBDMUX_DFLT_KEYMAP
makeoptions     KBDMUX_DFLT_KEYMAP=fr.acc

If I remove them, the build completes successfully, but it did with them
enabled at least until r360560.

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


More information about the freebsd-bugs mailing list