[aur-general] [arch-general] [aur] cctag build error

Ralf Mardorf ralf.mardorf at alice-dsl.net
Sat Jul 31 18:10:38 UTC 2021


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


More information about the aur-general mailing list