https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/texlive-core-2023-r10 fails to compile. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 913646 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
gcc15_tinderbox has reproduced this issue with version 2024-r1 - Updating summary.
I'll add -std=gnu17 for now, I still have handling C23 porting for various TeX stuff WIP locally.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c81669c9bc90c22b1ca7d842eed1f299efd99b commit c6c81669c9bc90c22b1ca7d842eed1f299efd99b Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-24 05:03:24 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-24 05:03:24 +0000 app-text/texlive-core: build w/ -std=gnu17 I have drafts for some (not all yet) for TL for C23 porting. I need to report this upstream still but ideally with a patch. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James <sam@gentoo.org> app-text/texlive-core/texlive-core-2024-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+)
command-line option '-std=gnu17' is valid for C/ObjC but not for C++ so: - append-flags -std=gnu17 + append-cflags -std=gnu17
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd3650e550eee4bcdbb6b3683c1e2fa326b859 commit 54fd3650e550eee4bcdbb6b3683c1e2fa326b859 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-16 11:04:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-16 11:05:04 +0000 app-text/texlive-core: append-flags -> append-cflags Apparently there's some C++ in TL. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James <sam@gentoo.org> app-text/texlive-core/texlive-core-2024-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)