[SOLVED] Version GLIBC_2.33 not found 06 February 2021, 01:29:00 After a recent Artix update (I update daily), my system is mostly unusable. Connman (among many other programs, including X) is giving the error:Code: [Select]connmanctl: /usr/lib/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/libglib-2.0.so.0)Anything I can do to fix this besides reinstallation from boot USB? Last Edit: 05 March 2021, 22:28:32 by nous
Re: Version GLIBC_2.33 not found Reply #2 – 06 February 2021, 02:11:26 cd /var/cache/pacman/pkgsudo pacman -U glib2-2.66.4-2-x86_64.pkg.tar.zst 1 Likes
Re: Version GLIBC_2.33 not found Reply #3 – 06 February 2021, 02:12:45 The current glibc in `system` is 2.32, but it appears that a number of packages have been compiled against 2.33. You can get glibc 2.33 from `gremlins`.Assuming you have a standard configuration for pacman, you can edit /etc/pacman.conf to include lines like below to enable `gremlins`. Then you can install 2.33Code: [Select][gremlins]Include = /etc/pacman.d/mirrorlistAfter that you can update glibc:Code: [Select]# pacman -S glibc
Re: Version GLIBC_2.33 not found Reply #4 – 06 February 2021, 02:21:48 update dissapeared?sudo pacman -S glibcavertisment: glibc-2.32-5 este actualizat
Re: Version GLIBC_2.33 not found Reply #5 – 06 February 2021, 02:45:44 Im running into same/similar issue. I updated the system using pacman -Syu. After the update, none of my programs would work so i made the mistake of rebooting the system. Now the system wont start up and after the ASCII A is displayed, i get an endless loop of...sys-log-ng: /usr/lib/libc.so.6: version 'GLIBC_2.33' not found (required by /usr/lib/libglib-2.0.so.0)sddm: /usr/lib/libc.so.6: version 'GLIBC_2.33' not found (required by /usr/lib/libglib-2.0.so.0)Any advice would be greatly appreciated.
Re: Version GLIBC_2.33 not found Reply #6 – 06 February 2021, 02:50:23 change tty (alt-fx) and log inrevert to previous version:cd /var/cache/pacman/pkgsudo pacman -U glib2-2.66.4-2-x86_64.pkg.tar.zst 1 Likes
Re: Version GLIBC_2.33 not found Reply #7 – 06 February 2021, 02:58:49 Apologies to everyone who was bit by this. A bad version of glib2 that was linked against glibc 2.33 (testing version) was pushed. The offending glib2 package has been removed from the repos. For those that are affected, downgrade your glib2 package as zippy has suggested. 2 Likes
Re: Version GLIBC_2.33 not found Reply #8 – 06 February 2021, 02:59:30 That worked and let me back in......thank you SO much
Re: Version GLIBC_2.33 not found Reply #9 – 06 February 2021, 03:07:15 Id love to downgrade but for some reason I do not have the previous version from which I upgraded (2.66.4-2). I only have the current version (2.66.6-1). I have been awake for a very long time. I'm looking in /var/cache/pacman/pkg/. My brain isnt working, am I in the wrong spot?
Re: Version GLIBC_2.33 not found Reply #10 – 06 February 2021, 03:15:42 https://pkgbuild.com/~eschwartz/repo/x86_64/glib2-2.66.4-2.1-x86_64.pkg.tar.zst 1 Likes
Re: Version GLIBC_2.33 not found Reply #11 – 06 February 2021, 03:25:15 Quote from: tomatoman – on 06 February 2021, 03:07:15Id love to downgrade but for some reason I do not have the previous version from which I upgraded (2.66.4-2). I only have the current version (2.66.6-1). I have been awake for a very long time. I'm looking in /var/cache/pacman/pkg/. My brain isnt working, am I in the wrong spot?If you resync the mirror (pacman -Sy), you can install glib2 again (pacman -S glib2) which should be at 2.66.4-2 again. 1 Likes
Re: Version GLIBC_2.33 not found Reply #12 – 06 February 2021, 03:40:10 he hasn't network access if restarts nor a terminal opening to issue commands even before restarting... try from tty Last Edit: 06 February 2021, 03:53:03 by zippy99 1 Likes
Re: Version GLIBC_2.33 not found Reply #13 – 06 February 2021, 04:08:27 hey guys, so ill give a quick update, I've manged to downgrade with the package given by zippy (thanks dude, lifesaver). I wasnt able to do much. I was using i3 and after the upgrade, i3 suddenly started falling apart. When I tried to reload, I got stuck on a black screen and had to cold reboot. When I got back in, networkmanager was not working so while I had a console I couldnt do anything with internet. Maybe there was a way around it but ive been delivering actual, physical packages for like 18 hours so I think its okay that I dont know atm. I managed to transfer the package from another device onto the system and from there the downgrade was smooth.What a day. I'm gonna go back to watching moomin valley now, thanks for everybody's help.
Re: Version GLIBC_2.33 not found Reply #14 – 06 February 2021, 08:39:17 Another way to downgrade your pacage is:#pacman -Syyuuyy - force resync mirrorsuu - force downgrade packages with wrong version