b5724fc17272 was committed to fix "install: /wrkdirs/usr/ports/lang/gcc14-devel/work/stage/usr/local/lib/gcc14/gcc/powerpc64-portbld-freebsd14.0/14.0.0/include/ISO_Fortran_binding.h: No such file or directory", but 326042daae89 reverses that partially, so this error appears again. Can we please hack pkg-plist or the Makefile so this does not occur again?
Note that /wrkdirs/usr/ports/lang/gcc14-devel/work/gcc-14-20240114/gcc/BASE-VER contains 14.0.1, so I think PORTVERSION should indeed be bumped to 14.0.1.sYYYYMMDD, not left at 14.0.0.
Thanks. You and Piotr are right: the GCC minor version was bumped on the 12th of January and I had missed it. I am going to fix it right now.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d90097f638f49c8f6f5090edbd38ce25d8cc0cf commit 7d90097f638f49c8f6f5090edbd38ce25d8cc0cf Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-02-08 10:39:03 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-02-08 10:39:03 +0000 lang/gcc14-devel: Bump GCC_VERSION Piotr was right in b5724fc1727292af44b489d5bafbca04a0380fce: GCC_VERSION was bumped upstream on the 12th of January as GCC 14 entered in stage 4 (see gcc/BASE-VER). PR: 276889 Reported by: pkubaj, dim lang/gcc14-devel/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Fixed, and sorry for the mess.
Thanks for the quick fix!