Re: missing dynamic libraries - how to resolve
Reply #2 –
For chrooting I use the following:
cd /
for d in dev proc sys; do mount --bind $d /CHROOT/$d; done
xhost +SI:localuser:username
chroot /CHROOT
Your Artix is not fully updated, icu-60 is in [system] since days. Check you mirrorlist.
Uncomment your locale in /etc/locale.gen and run locale-gen as root. I've never encountered problems concerning the systemd's /etc/machine-id tracking crap, you can put a random 'fucktheskullofsystemd' string inside for all I know. Or generate one with
dbus-uuidgen > /etc/machine-id
Might also be fun to regenerate it every hour with cron. Frakking tagging.
pacman -Sy xorg-xinit
pacman -Qo /path/to/file