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 packages | Assignee: | 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
![]() 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 |