Closed DBLouis closed 2 years ago
Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.
This is expected.
Xbps can replace already installed package with another package that has provides
on it, but does not backtrack to solve conflict if virtual is added to transaction after real one.
Backtracking is hard, if you have a good idea of how to implement, send an RFC to xbps repo.
I am having an issue with XBPS, not sure if this is the expected behavior or not.
Here is a minimal reproducible example:
The following will attempt to install both
dbus
anddbus-elogind
and eventually fail.Installing directly does not fail and correctly replace
dbus
withdbus-elogind
, no matter the order: