Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: dimgel on 22 May 2022, 06:59:48

Title: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: dimgel on 22 May 2022, 06:59:48
Upgrade just gave me error:

...
(19/53) upgrading gnome-keyring [##...##] 100%
/tmp/alpm_TOJgIz/.INSTALL: line 12: systemctl: command not found
error: command failed to execute correctly
...

But upgrade proceeded afterwards (no rollback, no re-upgrade on next pacman run).
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: gavincc on 22 May 2022, 11:07:06
systemctl is sysd command (so doesn't throw this up by default as artix doesn't have/use systemctl).  Got any aur or direct arch repo packages that use gnome-keyring perhaps and also reference sysd?
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: Roberto on 22 May 2022, 12:10:47
I have the same problem.

Gnome-keyring is an official package from the world repo and I need it e.g. to store my mail password for Evolution Mail.
This morning I started an update and got the same error message as dimgel.

greets
Roberto
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: gavincc on 22 May 2022, 12:19:12
yes, i do know that... i just updated 2 systems both of which have gnome-keyring without issue hence the post (I also use evolution), hence the thought about aur packages or something from arch repo's. 
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: cat herders of linux on 22 May 2022, 15:46:00
sudo pacman -Rdd gnome-keyring

if it wants systemd then get rid of it or switch to something else?
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: Dudemanguy on 22 May 2022, 16:05:10
No need to panic. A systemctl command in the install script just slipped in on the new update (does nothing of course). I'll remove it now.
Title: Re: world/gnome-keyring 1:42.0-1 upgrade: "systemctl: command not found"
Post by: dimgel on 22 May 2022, 16:52:29
No need to panic. [...] I'll remove it now.

Just reporting. :) Thank you. :)