FAILED: pc-bios/keymaps/ar /tmp/.pkgmk/src/qemu-8.0.2/build/qemu-keymap -f pc-bios/keymaps/ar -l ar xkbcommon: ERROR: Couldn't find file "symbols/ar" in include paths xkbcommon: ERROR: 1 include paths searched: xkbcommon: ERROR: /usr/share/X11/xkb xkbcommon: ERROR: 3 include paths could not be added: xkbcommon: ERROR: /var/tmp/ports/.config/xkb xkbcommon: ERROR: /var/tmp/ports/.xkb xkbcommon: ERROR: /etc/xkb xkbcommon: ERROR: Abandoning symbols file "(unnamed)" xkbcommon: ERROR: Failed to compile xkb_symbols xkbcommon: ERROR: Failed to compile keymap And indeed xkeyboard-config installs -rw-r--r-- root/root usr/share/X11/xkb/symbols/ara not /ar (but qemu-all means arabic it seems). Don't cry for me, Argentina. I added an overlay and do after configure sed -i'' -e "s/-l ar',$/-l ara',/" pc-bios/keymaps/meson.build Btw i dropped my qemu-efi-bin as qemu-all now includes EDK2. Ciao. --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt)
Hallo Steffen, Steffen Nurpmeso <steffen@sdaoden.eu> wrote:
And indeed xkeyboard-config installs
-rw-r--r-- root/root usr/share/X11/xkb/symbols/ara
not /ar (but qemu-all means arabic it seems).
Take a look at merge request 530 on the xkeyboard-config gitlab, and you'll find even more remappings that were dropped from rules/compat. I was hit by this change last week. But then I found merge request 530, which explained why the setxkbmap command in my ~/.xprofile was no longer working. It might have been anticipated that breaking changes to rules/compat would affect a few CRUX ports, not just the custom settings we put in ~/.xprofile. But judging by the output of 'prt-get dependent --all --recursive xkeyboard-config', there are over 100 other ports we should be testing for possible breakage, after the 2.39 version bump. Thanks for doing some of that work already, by bringing qemu-all to our attention. Cheers, John
John McQuah wrote in <35IFXZRQUVKC5.2CHNLJ0I956HW@rawtext.club>: |Steffen Nurpmeso <steffen@sdaoden.eu> wrote: |> And indeed xkeyboard-config installs |> |> -rw-r--r-- root/root usr/share/X11/xkb/symbols/ara |> |> not /ar (but qemu-all means arabic it seems). | |Take a look at merge request 530 on the xkeyboard-config gitlab, and |you'll find even more remappings that were dropped from rules/compat. I With the one line change qemu-all compiles. --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt)
participants (2)
-
John McQuah
-
Steffen Nurpmeso