gcc9
- Category: local-install (see
arch/scripts/install_only_packages) —
plain upstream AUR package (https://aur.archlinux.org/gcc9.git,
maintainer severach), not maintained/adapted by us. Rebuilt+published
2026-08-27 specifically so a private-repo chroot build (e.g.
[[cmake2]]) can resolve gcc9/gcc-9/g++-9 as a makedepends —
it was already installed directly on this host (euronuc) but not
published to archlinuxaba, so no chroot could see it.
- Not actually rebuilt from source — the local
/data/INSTALL/gcc9 yay checkout already had a current build
(9.5.0-1, built 2026-01-25) sitting there, verified still matching
AUR’s current version via the RPC API before republishing as-is
(repo_sign.sh + repo_publish.sh directly, skipping
repo_build.sh — same shortcut as [[cmake2]]’s own republish, no
point rebuilding an already-current package). x86_64 only (that’s
all yay ever built).
- Published all three split packages:
gcc9, gcc9-libs,
gcc9-fortran.
- Doesn’t fully follow [[feedback_local_install_rebuilds]]’s normal
“backup, fresh reclone, real rebuild” flow since there was nothing
outdated to rebuild — just a straight republish of an already-current
local build. If gcc9 needs an actual rebuild in the future (new AUR
pkgrel, or a rebuild against a newer musl/glibc), follow that
workflow’s steps 1-4 for real next time.