SOLVED foot is broken due to libutf8proc 2.9,0 dependency
Hi
I do not know since what verison, but Foot (terminal from arch repos) requires libutf8proc 2.9.0 to get libutf8proc.so.3.
Since we have that package in the world repo I thought that some people might run into trouble with that.
To fix that you can either downgrade foot
# pacman -U /var/cache/pacman/pkg/foot(old-version)
or upgrade the library
# pacman -S --asdeps libutf8proc=2.9.0
This post also is a heads-up to libutf8proc mantainer, but since I proposed a workaround, its not urgent.