Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947259 - games-emulation/snes9x-1.62.3 fails to compile: <command-line>: fatal error: cstdint: No such file or directory (mixes CFLAGS and CXXFLAGS)
Summary: games-emulation/snes9x-1.62.3 fails to compile: <command-line>: fatal error: ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: mixing-flags
  Show dependency tree
 
Reported: 2024-12-31 07:59 UTC by Agostino Sarubbo
Modified: 2025-01-30 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,92.78 KB, text/plain)
2024-12-31 07:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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