cc-14 links against gcc 15
Description:
Basically what the title says, https://gitlab.archlinux.org/archlinux/packaging/packages/gcc14/-/blob/main/PKGBUILD?ref_type=heads#L210 has ln -s gcc "$pkgdir"/usr/bin/cc-14
, with gcc
being part of gcc 15. It should be ln -s gcc-14 "$pkgdir"/usr/bin/cc-14
Additional info:
- package version(s): 14.2.1+r753+g1cd744a6828f-2
- config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
pacman -S gcc14
/usr/bin/cc-14 --version
- It returns
cc-14 (GCC) 15.1.1 20250425
instead of14.2.1 20250207