Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 947259

Summary: games-emulation/snes9x-1.62.3 fails to compile: <command-line>: fatal error: cstdint: No such file or directory (mixes CFLAGS and CXXFLAGS)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: CONFIRMED ---    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40375
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 234011    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-12-31 07:59:38 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-31 07:59:39 UTC
Created attachment 915564 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-12-31 07:59:40 UTC
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
Comment 3 Agostino Sarubbo gentoo-dev 2024-12-31 08:00:43 UTC
-include cstdint is a CXXFLAG and the error comes from the fact that CFLAGS and CXXFLAGS are mixed here.
Comment 4 Agostino Sarubbo gentoo-dev 2025-01-30 08:00:38 UTC
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