#flatpak: /usr/lib/libmount.so.1: version 'MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.
68 messages · Page 1 of 1 (latest)
Just update with pacman -Syu.
It seems to mostly be being discussed in #quick-questions.
cant
Do you not have network access or something?
i cant even check 😭
Ok, how much of your system is down?
pinging just returns "Temporary failure in name resolution"
on my main pc
Ok, download util-linux from https://archlinux.org/packages/core/x86_64/util-linux/, copy it to a USB or something, move it to your Arch PC and manually install.
Do you have a phone you can use as storage?
yes
Wait, that would require you to mount the phone, so it might not work at all.
😭
Which means the USB stick idea might not be ideal either.
Do you have anything bootable, or any other partition, or anything?
Getting a file onto a broken system isn't something I'm sure about.
hold on i have another USB stick
i just learned this information
it is also a bit broken
i am trying to fix it
Ok, try using that, but if that doesn't work, you might have to flash Arch onto it and boot from there, then go through some of the install process, but only pacstrap base, or even just util-linux.
Obviously, don't format your current partitions.
okay i put the .tar file on the usb stick
Ok, move it to the other PC and mount it. There's a good chance it won't work, because it's mount that's buggered.
If that is the case, all I can think to do is boot an Arch installer, mount your root directory from there, and pacstrap.
its mounted
Ok, just pacman -U it.
Yeah, should work.
pkg.tar.zst?
yes
extract it so its just a .pkg, yeah?
i also did move it to my home directory
because i couldnt access it in the usb stick
No, pkg.tar.zst is the package format.
Yeah, that can have that effect.
aight its installed
now just reboot?
i know i probably dont have to
but just for good luck?
Yeah, I did
I'm seeing that a lot, not sure how it's happening, or what the difference is
Same error?
lsblk: /usr/lib/libsmartcols.so.1: version 'SMARTCOLS_2.40' not found (required by lsblk)
I think I've found where the problem is. Do the same with https://archlinux.org/packages/core/x86_64/util-linux-libs/ that you did with util-linux.
perfect
Then install that, reboot, and the damn thing should work.
If it does, I'll probably try to get the mods to announce it to everyone.
it worked!!
flatpak: /usr/lib/libmount.so.1: version 'MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.
FIX
Step 1:
On a separate computer go to:
https://archlinux.org/packages/core/x86_64/util-linux/
and Download from Mirror
( Top right of the screen, very bottom of the "Package Actions" menu. )
Do the same for:
https://archlinux.org/packages/core/x86_64/util-linux-libs/
Step 2:
Place these both on a removeable drive.
Mount the drive to the affected machine.
Run the following:
sudo pacman -U /path/to/util-linux-2.40rc2-1-x86_64.pkg.tar.zst
and
sudo pacman -U /path/to/util-linux-libs-2.40rc2-1-x86_64.pkg.tar.zst
Step 3:
Run:
sudo reboot