`pacman` prompts cannot be answered
Case in point:
% aura -A aurutils
aura :: Determining dependencies...
aura :: Repository dependencies:
aurutils
aura :: AUR packages:
aura :: Proceed? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: aurutils-19.9-1 and aurutils-git-19.9.r9.gc27bfa89-1 are in conflict. Remove aurutils-git? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: aurutils-19.9-1 and aurutils-git-19.9.r9.gc27bfa89-1 are in conflict
aura :: A call to pacman -S failed.
% aura -A bauerbill
aura :: Determining dependencies...
aura :: Repository dependencies:
aria2
c-ares
pm2ml
aura :: AUR packages:
bauerbill
pbget
powerpill
python3-aur
python3-colorsysplus
python3-memoizedb
python3-xcgf
python3-xcpf
aura :: Proceed? [Y/n] y
resolving dependencies...
warning: cannot resolve "python3-xcgf", a dependency of "pm2ml"
warning: cannot resolve "python3-xcpf", a dependency of "pm2ml"
:: The following package cannot be upgraded due to unresolvable dependencies:
pm2ml
:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'python3-xcgf' required by pm2ml
:: unable to satisfy dependency 'python3-xcpf' required by pm2ml
aura :: A call to pacman -S failed.
:: aurutils-19.9-1 and aurutils-git-19.9.r9.gc27bfa89-1 are in conflict. Remove aurutils-git? [y/N]
Did this prompt pass automatically? Do you have noconfirm = true in your config?
It selected N. I don't have an aura config, but aura conf lists noconfirm: false.
Thanks I'll look into it.
I have "noconfirm = false" in my aura/config.toml file and all I ever get is aura :: Determining dependencies... aura :: Repository dependencies: base-devel aura :: AUR packages: ungoogled-chromium-bin aura :: Proceed? [Y/n] aura :: A call to pacman -S failed.
Thanks, I'll confirm.