[Bug 230838] Installation of kbdcontrol should no depend on WITH_LEGACY_CONSOLE=true

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 23 10:10:02 UTC 2018


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

            Bug ID: 230838
           Summary: Installation of kbdcontrol should no depend on
                    WITH_LEGACY_CONSOLE=true
           Product: Base System
           Version: 11.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: philippe.michel7 at sfr.fr

Created attachment 196469
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196469&action=edit
buildkernel error log

If world is built with WITHOUT_LEGACY_CONSOLE=true, building a kernel with
options like:
options         KBDMUX_DFLT_KEYMAP
makeoptions     KBDMUX_DFLT_KEYMAP=fr.acc
fails with the errors from the attached file.

As far as I can see, this is due to the fact that if option KBDMUX_DFLT_KEYMAP
is used, kbdcontrol is a build tool (see sys/conf/files and the "kbdmuxmap.h
... compile-with kbdcontrol ..." line) and it is not installed, and removed by
make delete-old if present, if WITHOUT_LEGACY_CONSOLE=true is in src.conf.

It seems that kbdcontrol should be built and installed even if
WITHOUT_LEGACY_CONSOLE is true. Note that its man page states it is not
specific to the legacy console :
DESCRIPTION
     The kbdcontrol command is used to set various keyboard related options
     for the syscons(4) or vt(4) console driver and the keyboard drivers

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


More information about the freebsd-bugs mailing list