Skip to main content
Topic: SOLVED foot is broken due to libutf8proc 2.9,0 dependency (Read 294 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

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
Code: [Select]
# pacman -U /var/cache/pacman/pkg/foot(old-version)
or upgrade the library
Code: [Select]
# 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.

Re: foot is broken due to libutf8proc 2.9,0 dependency

Reply #1
Arch moved libutf8proc yesterday. Artix got it today.

 

Re: SOLVED foot is broken due to libutf8proc 2.9,0 dependency

Reply #2
I understand. I just update very often.
Thank you!