You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
nowaker@nwkr-laptop ~ % pacaur -Syu --aur
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting AUR upgrade...
:: baloo4-akonadi is not present in AUR -- skipping
(...)
:: virtuoso-base is not present in AUR -- skipping
:: resolving dependencies...
:: unresolvable package conflicts detected
:: failed to prepare transaction (conflicting dependencies: gstreamer0.10-bad-plugins)
This error message should provide more information, e.g. which package conflicts against gstreamer0.10-bad-plugins.
After I called pacaur -S gstreamer0.10-bad-plugins, the problem no longer appeared.
Thanks for the report. This is related to #173. This error message done without much explanation happens only when two targets directly conflict with each other (ie, two packages that are listed in the -Qum output - this does not include their dependencies). This specific user case is not straightforward to fix, but I'll see what I can do.
In case you encounter a similar issue again, please add a debug output here.
Version
Description
pacaur -Syu --aur
This error message should provide more information, e.g. which package conflicts against gstreamer0.10-bad-plugins.
After I called
pacaur -S gstreamer0.10-bad-plugins
, the problem no longer appeared.Debug output
I don't have the debug output.
pacaur -S gstreamer0.10-bad-plugins
fixed the problem and I could no longer reproduce the problem.The text was updated successfully, but these errors were encountered: