Bug #3159
Bug #3404: pacman hooks with hard-coded systemd-isms print error messages on openrc systems
qcr: systemctl: command not found
0%
Description
I can see this during upgrade on OpenRC Parabola:
(146/694) upgrading gcr [##########################################] 100% /tmp/alpm_5idXnr/.INSTALL: line 14: systemctl: command not found error: command failed to execute correctly
History
Updated by oaken-source about 1 year ago
- Status changed from unconfirmed to info needed
looking at the upstream .INSTALL file for gcr here:
https://github.com/archlinux/svntogit-packages/blob/packages/gcr/trunk/gcr.install
it seems that arch has decided to enable systemd sockets for the package automatically. on openrc, these steps will fail, but this appears to be benign. Does the gcr package itself behave correctly after installation?
Oh, I just noticed -- does the installation actually complete, or does it stop with the output you quoted above? that would be a more serious issue.
Updated by bill-auger 3 months ago
- Parent task set to #3404
- Status changed from info needed to confirmed
this affects multiple/arbitrary packages - these appear to be harnmless - though presumably some service (something) will not be initialized (restarted, or something) properly