Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacman prompts cannot be answered #924

Open
AladW opened this issue Aug 29, 2024 · 3 comments
Open

pacman prompts cannot be answered #924

AladW opened this issue Aug 29, 2024 · 3 comments
Labels

Comments

@AladW
Copy link
Contributor

AladW commented Aug 29, 2024

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.
@fosskers fosskers added the bug label Aug 29, 2024
@fosskers
Copy link
Owner

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

@AladW
Copy link
Contributor Author

AladW commented Aug 29, 2024

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

@fosskers
Copy link
Owner

Thanks I'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants