31 Jul
2021
31 Jul
'21
8:10 p.m.
Hi, it might not be related to your issue, however, when updating AUR packages, an AUR helper might build packages in lexical order, but not in the order they need to be build. For example, there might be an update for a-foo and b-bar. Since b-bar is a dependency of a-foo, there's the need to first build b-bar and after that a-foo against b-bar, but an AUR helper might build a-foo first and then b-bar. IOW a-foo is build against the outdated b-bar and after that b-bar is updated, hence a-foo is build against a version of b-bar that isn't installed anymore. Regards, Ralf