aura icon indicating copy to clipboard operation
aura copied to clipboard

`pacman` prompts cannot be answered

Open AladW opened this issue 1 year ago • 5 comments

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.

AladW avatar Aug 29 '24 17:08 AladW

:: 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?

fosskers avatar Aug 29 '24 20:08 fosskers

It selected N. I don't have an aura config, but aura conf lists noconfirm: false.

AladW avatar Aug 29 '24 20:08 AladW

Thanks I'll look into it.

fosskers avatar Aug 30 '24 00:08 fosskers

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.

SirLaffalot avatar Dec 18 '24 18:12 SirLaffalot

Thanks, I'll confirm.

fosskers avatar Dec 21 '24 00:12 fosskers