I just installed Artix Linux on a new Framework (AMD64) laptop.
Installation done through community-qt: artix-community-qt-openrc-20230814-x86_64.iso
I have two issues:
1) When I launch many executables, they return an error message and fail to run; e.g.:
~> vi
OK
~> kate
OK
~> qtcreator
qtcreator: error while loading shared libraries: libicuuc.so.74: cannot open shared object file: No such file or directory
~> gimp
gimp: symbol lookup error: /usr/lib/libgimpbase-2.0.so.0: undefined symbol: g_once_init_leave_pointer
~> clang
clang: error while loading shared libraries: libLLVM-17.so: cannot open shared object file: No such file or directory
~> meld
Traceback (most recent call last):
File "/usr/bin/meld", line 96, in <module>
import meld.conf # noqa: E402
^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'meld'
It looks like during the installation a set of shared libraries have not been installed.
2) When I update the system I keep getting error messages no matter which options I select during the process.
# rm -r /etc/pacman.d/gnupg
# pacman-key --init
# pacman -Sy archlinux-keyring artix-keyring
# pacman-key --populate archlinux artix
# pacman -Scc
# pacman -Syyu
:: Synchronising package databases...
:: Starting full system upgrade...
:: Replace kactivities with world/kactivities5? [Y/n]
...same question for tens of packages...
looking for conflicting packages...
warning: removing 'alpm-octopi-utils' from target list because it conflicts with 'liboctopi'
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libalpm_octopi_utils.so=1-64' required by octopi
:: removing kactivities breaks dependency 'kactivities' required by telepathy-kde-integration-module
The package involved is not always the same.
Thank you for your help.