Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Dbus-openrc conflicts with dbus-runit [dbus-init] (Read 670 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Dbus-openrc conflicts with dbus-runit [dbus-init]

I don't know why but I get confict on upgrade now -
Code: [Select]
~% sudo pacman -Syu                                                                                                                                                                                                                    22:58:35
[sudo] password for lich:
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
:: dbus-openrc and dbus-runit are in conflict (init-dbus). Remove dbus-runit? [y/N]
EDIT: It seems the issue is related to thermald-openrc after I set ignorepkg to dbus-openrc
Code: [Select]
?1~% sudo pacman -Syu                                                                                                                                                                                                                  10:35:12
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
warning: ignoring package dbus-openrc-20202602-1
warning: cannot resolve "dbus-openrc", a dependency of "thermald-openrc"
:: The following package cannot be upgraded due to unresolvable dependencies:
      thermald-openrc

:: Do you want to skip the above package for this upgrade? [y/N] y
looking for conflicting packages...

EDIT2: The source was thermald-openrc and thermald-runit being installed, I don't know why it did not conflict before.