Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict (Read 395 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

[SOLVED] Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict

$ doas pacman -Syu 
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 lib32 is up to date
 universe is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace dbus-python with world/python-dbus? [Y/n]
warning: mate-netbook: local (1.27.0-1) is newer than galaxy (1.26.0-1.1)
resolving dependencies...
looking for conflicting packages...
warning: removing 'jre11-openjdk-11.0.23.u9-1' from target list because it conflicts with 'jdk11-openjdk-11.0.23.u9-1'
warning: removing 'jre11-openjdk-headless-11.0.23.u9-1' from target list because it conflicts with 'jdk11-openjdk-11.0.23.u9-1'
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: openrc-0.54-1 and runit-rc-20240415-2 are in conflict


Re: Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict

Reply #2
$ doas pacman -Syu                                     
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 lib32 is up to date
 universe is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace dbus-python with world/python-dbus? [Y/n]
warning: mate-netbook: local (1.27.0-1) is newer than galaxy (1.26.0-1.1)
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: openrc-0.54-1 and runit-rc-20240415-2 are in conflict

Re: Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict

Reply #3
say what?  How are you using two init systems at the same time?


Re: Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict

Reply #5
Any output of pacman -Qii openrc?
My guess here is you actually have something like openrc-settingsd that got pulled in.
What's your pacman -Q output? (Also, put it into a pastebin please).
now only the dinit guy in artix

Re: Issue upgrading, openrc-0.54-1 and runit-rc-20240415-2 are in conflict

Reply #6
Any output of pacman -Qii openrc?
My guess here is you actually have something like openrc-settingsd that got pulled in.
What's your pacman -Q output? (Also, put it into a pastebin please).
I did $ doas pacman -Q | grep -i openrc and indeed openrc-settingsd was installed, after removing it everything works as intended, thank you.