Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] broke Artix by installing libunistring.so (Read 459 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] broke Artix by installing libunistring.so

while do makepkg from aur it says that i need libunistring.so
after installing libunistring now pacman not working
Code: [Select]
home:[root]:/home/freeartist-artix# pacman -Sy
pacman: error while loading shared libraries: libunistring.so.2: cannot open shared object file: No such file or directory
home:[root]:/home/freeartist-artix#
how fix system?
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: broke Artix by installing libunistring.so

Reply #1
temporary fix
make copy libunistring.so.5.0.0 to libunistring.so.2
do update system...
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: broke Artix by installing libunistring.so

Reply #2
How did you install libunistring?
You were fresh installing Artix earlier. Did you update the system with
Code: [Select]
sudo pacman -Syu
before starting to build packages with makepkg. You should have done especially if the same old iso we were talking about earlier.

My pacman links to libunistring.so.5 so yours (pacman) seems like it must be old?

What's the output of
Code: [Select]
ls -al /var/cache/pacman/pkg/libunistring*

 

Re: broke Artix by installing libunistring.so

Reply #3
Sorry to me. I am n00b at Artix ::)
I am starting installing packages from AUR without frash updated sysytem.
Now updating in process.
And it look so
Code: [Select]
home:[freeartist-artix]:~/Downloads$ ls -al /var/cache/pacman/pkg/libunistring*
-rw-r--r-- 1 root root 689395 Nov  7 20:35 /var/cache/pacman/pkg/libunistring-1.1-2-x86_64.pkg.tar.zst
-rw-r--r-- 1 root root    566 Nov  7 20:35 /var/cache/pacman/pkg/libunistring-1.1-2-x86_64.pkg.tar.zst.sig
home:[freeartist-artix]:~/Downloads$
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)


Re: broke Artix by installing libunistring.so

Reply #5
Upadted successfuly :)
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: broke Artix by installing libunistring.so

Reply #6
There was the same error in Manjaro. So it's not Artix only problem.