https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: games-emulation/snes9x-1.62.3 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 915564 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: <command-line>: fatal error: cstdint: No such file or directory <command-line>: fatal error: cstdint: No such file or directory
-include cstdint is a CXXFLAG and the error comes from the fact that CFLAGS and CXXFLAGS are mixed here.
I don't think that the patch at $See Also fixes this bug. In the patch, cstdint include was added while here, the problem is that cflags and cxxflags are mixed