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

Aura -Au --git installed all packages as dependencies #953

Open
stef204 opened this issue Oct 26, 2024 · 3 comments
Open

Aura -Au --git installed all packages as dependencies #953

stef204 opened this issue Oct 26, 2024 · 3 comments
Labels

Comments

@stef204
Copy link

stef204 commented Oct 26, 2024

aura 4.0.8

Described in title.

It rebuilt a bunch of packages, installed them.
When I did sudo pacman -Rcns $(pacman -Qqdt) it removed all of them. Had to reinstall and manually mark them as explicit.

Also, something I don't understand: (in the above scenario for example) why does it insist on recompiling instead of just pacman -U [nameofpackage] which would suffice on the second run as the compiled binary is in the appropriate aura dir since it has been build a few minutes ago... This is a bit off-topic and a separate issue, probably. More important is the main issue.

@fosskers
Copy link
Owner

Thanks for the report, I will double-check the behaviour of --git.

@stef204
Copy link
Author

stef204 commented Nov 8, 2024

This has happened again on a single package - "non git" called sirikali.
It built the package and marked it as a dependency when it's not.

@fosskers
Copy link
Owner

fosskers commented Nov 9, 2024

Hm, I thought I had fixed an issue with the install order, which involves a topological sort of the dependency graph, but perhaps there are still some edge cases.

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