Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 May 2020 15:59:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246312] make buildkernel fails on sys/dev/kbdmux/kbdmux.c at r360808 (r360560 was ok)
Message-ID:  <bug-246312-227@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: philippe.michel7@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=3Dfr.acc

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

--=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-246312-227>