Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899034 - games-strategy/colobot-0.2.0_alpha fails to compile (GCC-13-SYSTEM): CBotFileUtils.h:93:38: error: uint32_t has not been declared
Summary: games-strategy/colobot-0.2.0_alpha fails to compile (GCC-13-SYSTEM): CBotFile...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-03-03 08:54 UTC by Agostino Sarubbo
Modified: 2023-04-19 04:32 UTC (History)
0 users

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


Attachments
build.log (build.log,125.92 KB, text/plain)
2023-03-03 08:54 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 2023-03-03 08:54:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-strategy/colobot-0.2.0_alpha fails to compile (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-03 08:54:19 UTC
Created attachment 855942 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-03 08:54:20 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
FAILED: src/CMakeFiles/colobotbase.dir/common/restext.cpp.o 
/var/tmp/portage/games-strategy/colobot-0.2.0_alpha/work/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotFileUtils.h:93:38: error: ‘uint32_t’ has not been declared
Comment 3 Larry the Git Cow gentoo-dev 2023-04-19 04:32:00 UTC
The bug has been closed via the following commit(s):

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

commit d2083bcde987b24ea09164d7fb71d46bdc77adb2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-19 04:20:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-19 04:31:47 +0000

    games-strategy/colobot: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/899034
    Signed-off-by: Sam James <sam@gentoo.org>

 games-strategy/colobot/colobot-0.2.0_alpha.ebuild  |  4 +++-
 .../colobot/files/colobot-0.2.0_alpha-gcc13.patch  | 26 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)