Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938114 - games-action/astromenace-1.4.2-r1 fails to compile: vfs.h:60:5: error: uint8_t does not name a type
Summary: games-action/astromenace-1.4.2-r1 fails to compile: vfs.h:60:5: error: uint8_...
Status: RESOLVED FIXED
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: gcc-15
  Show dependency tree
 
Reported: 2024-08-17 19:14 UTC by Agostino Sarubbo
Modified: 2025-03-13 13:35 UTC (History)
0 users

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


Attachments
build.log (build.log,136.80 KB, text/plain)
2024-08-17 19:14 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-08-17 19:14:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-action/astromenace-1.4.2-r1 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-08-17 19:14:17 UTC
Created attachment 900472 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-17 19:14:18 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/astromenace.dir/src/assets/audio.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/assets/loading.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/assets/model3d.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/assets/shader.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/assets/texture.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/command.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/config/config.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/core/audio/audio.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/core/audio/buffer.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/core/audio/music.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/core/audio/sound.cpp.o 
FAILED: CMakeFiles/astromenace.dir/src/core/graphics/gl_glsl.cpp.o 
/var/tmp/portage/games-action/astromenace-1.4.2-r1/work/astromenace-1.4.2/src/core/audio/../vfs/vfs.h:60:5: error: ‘uint8_t’ does not name a type
Comment 3 Larry the Git Cow gentoo-dev 2025-03-13 13:35:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a291b942cc02ff4b1abe87d31675e7b18b6951

commit b3a291b942cc02ff4b1abe87d31675e7b18b6951
Author:     Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
AuthorDate: 2025-03-13 13:14:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-13 13:33:33 +0000

    games-action/astromenace: add 1.4.3
    
    Simple bump to 1.4.3, has commits [1] and [2] that include <stdint.h>
    and <cstdint> which need to be explicitly included with gcc 15 and 13
    respectively. The ODR violations from bug 858515 are also fixed [3].
    
    [1] https://github.com/viewizard/astromenace/commit/ddc7de6
    [2] https://github.com/viewizard/astromenace/commit/d5e007c
    [3] https://github.com/viewizard/astromenace/commit/710b35e
    
    Bug: https://bugs.gentoo.org/858515
    Bug: https://bugs.gentoo.org/895760
    Closes: https://bugs.gentoo.org/938114
    Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/41059
    Signed-off-by: Sam James <sam@gentoo.org>

 games-action/astromenace/Manifest                 |  1 +
 games-action/astromenace/astromenace-1.4.3.ebuild | 56 +++++++++++++++++++++++
 2 files changed, 57 insertions(+)