Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see repo_release_logs/adapted_p2c.log).
makedepends (or depends) requires gcc14. error: target not found:
gcc14 – it’s not in the official Arch repos anymore (pacman -Si gcc
currently resolves to 16.1.1+r346+..., i.e. upstream Arch has moved
past versioned gcc12/gcc13/gcc14 side-install packages), and it
isn’t a custom package tracked anywhere in this arch/ tree either
(find ... -iname gcc14 finds nothing).
This is environment drift, not a defect introduced by this release pass:
the PKGBUILD was written when Arch still shipped a gcc14 package, and
that package has since been retired upstream with no local replacement
built here (contrast arch/adapted/gcc47, which is a locally-maintained
old-GCC package, but there’s no equivalent gcc14 in this tree).
Not fixed as part of the mass build pass. Needs a decision: pin to
whatever gcc version is now available (test if current default gcc
actually still builds p2c 2.02), or vendor a gcc14 package into this
tree the way gcc47 already is, before this package can build again.