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
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.
The text was updated successfully, but these errors were encountered:
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.
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 asexplicit
.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.The text was updated successfully, but these errors were encountered: