php74-apcu
Category: local-install (rebuilt only so archlinuxaba/the cluster gets it
too; not maintained/adapted/owned by us — see
arch/scripts/install_only_packages).
Userland caching module for PHP 7.4 (php74).
Build notes (2026-08-19)
- Existing checkout already current (
5.1.23-1, matches AUR exactly),arch=('i686' 'x86_64')– no pentium4 to try sincephp74itself isn’t published for pentium4 (seememory/php74.md, a real GD/gd linking bug on that chroot specifically), sophp74-apcu’s harddepends=(php74)wouldn’t be satisfiable there anyway. - First attempt: x86_64 succeeded, i686 failed with
error: failed to commit transaction (invalid or corrupted package (checksum))on/var/cache/archbuild32/php74-7.4.33-11.1-i686.pkg.tar.zst– a transient corrupted local pacman cache entry (same class of issue seen withtrojita-gitearlier), not a real build/packaging bug. Removed the corrupted cache file and retried i686 alone viaREPO_BUILD_ONLY_ARCH=i686 repo_build.sh, which then built cleanly first try; signed and published manually viarepo_sign.sh/repo_publish.shsince that path bypasses the full release script. - No local edits needed, no
pkgrelbump (matches upstream exactly).