[SOLVED]glibc broke while trying to install 26 April 2022, 09:42:52 I've been using vanilla arch for a long time, but yesterday, i noticed that linux-libre has finally been updated on the aur. So i fired up a uefi vm with artix, so i can practice a bit before actually installing on real hardware. I formatted the disks, mounted the partitions. Installed base, base-devel, openrc, elogind-openrc to /mnt. As i already mentioned, i wanted to use a libre kernel from AUR. So i tried to install yay following the instructions here: https://github.com/Jguer/yay. After i did it, it installed, but whilst trying to git clone, it says "git: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by git)". And i get this on almost every command, pacman included. And i can't even continue installing, cuz basestrap is also broken with the same issue. Last Edit: 26 April 2022, 11:03:55 by sendhelp
Re: glibc broke while trying to install Reply #1 – 26 April 2022, 10:52:26 Partial upgrades are unsupported (related to glibc error)Arch User Repository is unsupported AUR helpers are unsupported It would be much easier to first install Artix with the default kernel, then go about compiling and installing a custom kernel from the installed system. Traditional compilation gives the most control over the compiled kernel. Last Edit: 26 April 2022, 11:01:19 by strajder
Re: glibc broke while trying to install Reply #2 – 26 April 2022, 11:03:36 Quote from: strajder – on 26 April 2022, 10:52:26Partial upgrades are unsupported (related to glibc error)Arch User Repository is unsupported AUR helpers are unsupported It would be much easier to first install Artix with the default kernel, then go about compiling and installing a custom kernel from the installed system. Traditional compilation gives the most control over the compiled kernel.Ok, thanks man