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
Will check locally installed packages for conflicts, but it should not care about them as it is going to be installing to chroot. Well, not even that, it just builds it in chroot and doesn't even install with those flags.
So installing extra/syncplay and then trying to install AUR/syncplay-git will fail, despite the fact that syncplay-git will not be installed to local system even if the package builds correctly.
Ergo to repro, install syncplay and try building syncplay-git with the --noconfirm flag in chroot.
Workaround is removing syncplay(or any other affected package) temporarily.
Output
[130] % paru -U --chroot --noconfirm
:: Generating .SRCINFO for ./syncplay-git...
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
:: Conflicts found:
syncplay-git: syncplay
:: Conflicting packages will have to be confirmed manually
error: can not install conflicting packages with --noconfirm
paru.conf should be stock, pacman.conf as follows:
Affected Version
paru v2.0.1 - libalpm v13.0.2
Description
Will check locally installed packages for conflicts, but it should not care about them as it is going to be installing to chroot. Well, not even that, it just builds it in chroot and doesn't even install with those flags.
So installing extra/syncplay and then trying to install AUR/syncplay-git will fail, despite the fact that syncplay-git will not be installed to local system even if the package builds correctly.
Ergo to repro, install syncplay and try building syncplay-git with the --noconfirm flag in chroot.
Workaround is removing syncplay(or any other affected package) temporarily.
Output
[130] % paru -U --chroot --noconfirm :: Generating .SRCINFO for ./syncplay-git... :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts... :: Conflicts found: syncplay-git: syncplay :: Conflicting packages will have to be confirmed manually error: can not install conflicting packages with --noconfirm
paru.conf should be stock, pacman.conf as follows:
The text was updated successfully, but these errors were encountered: