git-wd40
Path: arch/maintained/git-wd40
2026-07-06: built/published 2.55.0-1 to the private archlinuxaba repo for
i486andx86_64only.i686andpentium4failed identically while linking thecontrib/credential/libsecrethelper:/usr/bin/ld: .../libsecret-1.so: undefined reference to `g_variant_builder_init_static'This is a stale
libsecret/glibpairing in those two chroots specifically (/var/lib/archbuild/extra-{i686,pentium4}) —i486andx86_64built the same step fine, so it’s not a PKGBUILD bug. Eachextra-<arch>-buildsyncs its own independent chroot copy, so they can drift out of sync with each other over time.- Fix:
pacman -Syuinside those two chroots (e.g.sudo extra-i686-build -- -Syuor equivalent) before retrying. - Once fixed, only
i686/pentium4need rebuilding+publishing for 2.55.0-1 —i486/x86_64are already done.
- Fix:
Its
source=()includes agit+https://...VCS entry, whichextra-<arch>-buildclones into a localgit/directory in the package dir (~300MB) — this isn’t covered byrepo_build.sh’s generic post-build cleanup (VCS checkout directory naming varies too much per package to safely generalize), so remove it manually after a build:rm -rf git/(confirm untracked first:git ls-files --error-unmatch git).