Update/fix klfc-bin in AUR
noctuid opened this issue · 2 comments
After a system update, it looks like the run-session.sh script is no longer working, and I cannot regenerate the XKB configuration because klfc is not working either:
klfc: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
I wasn't able to build it manually with cabal either. It would be nice to have a new binary for 1.5.7 and an updated pkgbuild for klfc-bin.
After a system update, it looks like the run-session.sh script is no longer working
I looked into it and it appears to be a bug in libxkbcommon, see xkbcommon/libxkbcommon#252. It crashes when a custom type is used, which is almost always the case when using klfc. I don't see any workaround, so waiting for the update looks like the best option.
and I cannot regenerate the XKB configuration because klfc is not working either:
For building the binaries I will look into automatically building them, as that is easier and automatically supports all OS's.
For building the binaries I will look into automatically building them, as that is easier and automatically supports all OS's.
It looks like you got it working? If you get a chance, can you update the AUR package as well?