It seems pamac-aur is broken after the update to 11.7.2-4. I thought it was odd that there were no updates this morning so I tried to run “Refresh databases” and received the following error:
“remove_authorization: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer ‘org.manjaro.pamac.daemon’: startup job failed”
I did all the normal stuff like uninstalling pamac-aur, libpamac-aur, and yay and then reinstalling and rebooting but the problem persists.
I also tried “sudo systemctl restart org.manjaro.pamac.daemon” but got the following error:
“Failed to restart org.manjaro.pamac.daemon.service: Unit org.manjaro.pamac.daemon.service not found.”
I was able to update my system with pacman and yay, but that didn’t help either.
EDIT:
I discovered that “pamac-daemon.service” is not starting with the error “/usr/bin/pamac-daemon: CPU ISA level is lower than required”. So it seems like the installed packages have been compiled for x86_64_v4 instead of x86_64_v3. And yes, pacman.conf contains the line “Architecture = x86_64 x86_64_v3”, and I’m not having any other problems with CachyOS installing packages with the wrong ISA level.
EDIT 2:
I downloaded and installed pamac-aur 11.7.2-3 and libpamac-aur 11.7.0-2 from the AUR and they work without error, so the CachyOS problem indeed appears to be a packaging error.