Solved Error while I was trying to apply the "bhyve_keyboard_layout_patch" patch.

Hello.

I've tried to patch again bhyve using the "bhyve_keyboard_layout_patch" that I've found here :

https://osdn.net/downloads/users/37/37604/bhyve_keyboard_layout_patch_20220121.tgz/

All the files seem to be patched correctly,but I got an error when I gave a "make". The error is the one below :

Code:
cd: /usr/src/usr.sbin/bhyve/kbdlayout: No such file or directory

I've saved the full log to show you what I did and what happened :

https://pastebin.ubuntu.com/p/dmDs2jFTjw/

I'm running this version of FreeBSD :

Code:
mario@marietto:/usr/src/usr.sbin/bhyve # uname -a

FreeBSD marietto 13.0-RELEASE-p8 FreeBSD 13.0-RELEASE-p8 
#7n244863-45b90a014c11-dirty: Wed Mar 23 16:33:10 CET 2022 
marietto@marietto:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

any idea how to fix it ?
 
installed with make / make install. kbdlayout shouldn't be on /usr/src/usr.sbin/bhyve/bhyve ; but on /usr/src/usr.sbin/bhyve ; I don't know why it was there.
 
Back
Top