@@This is an auto-filed bug@@ Feel free to change the summary at your convenience. Issue: sys-boot/syslinux fails to compile. Discovered on: amd64 NOTE: If yout think this issue is related to clang/llvm toolchain, please block bug 408963. If you need further logs, feel free to ask.
Created attachment 646034 [details] build.log build log and emerge --info
ago, accidental rename?
(In reply to Sam James from comment #2) > ago, accidental rename? I guess so, thanks for pointing out
See also https://bugs.chromium.org/p/chromium/issues/detail?id=475978.
*** Bug 874579 has been marked as a duplicate of this bug. ***
*** Bug 881001 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccbf8da63d65ee79093406bde2a132490828bbe commit 2ccbf8da63d65ee79093406bde2a132490828bbe Author: Z. Liu <zhixu.liu@gmail.com> AuthorDate: 2025-03-21 03:47:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-07 04:33:27 +0000 sys-boot/syslinux: fix pkgcheck warning & force gcc '#include_next <stdarg.h>' can be fixed by append '-I/usr/lib/clang/19/include', but gcc only option is used elsewhere, for example '--print-libgcc' is used in mk/{elf,embedded}.mk: > LIBGCC := $(shell $(CC) $(GCCOPT) --print-libgcc) Closes: https://bugs.gentoo.org/729426 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41256 Signed-off-by: Sam James <sam@gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | 17 ++++++++++++++--- sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild | 16 +++++++++++++--- 2 files changed, 27 insertions(+), 6 deletions(-)