Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899750 - media-libs/opencollada-1.6.68 fails to compile (GCC-13-SYSTEM): DaeValidator.cpp:37:35: error: uint64_t was not declared in this scope
Summary: media-libs/opencollada-1.6.68 fails to compile (GCC-13-SYSTEM): DaeValidator....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-03-06 08:14 UTC by Agostino Sarubbo
Modified: 2023-04-16 23:16 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,44.57 KB, application/x-xz)
2023-03-06 08: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 2023-03-06 08:14:16 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/opencollada-1.6.68 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-06 08:14:19 UTC
Created attachment 856236 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-06 08:14:19 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: DAEValidator/CMakeFiles/DAEValidatorLibrary.dir/library/src/Dae.cpp.o 
FAILED: DAEValidator/CMakeFiles/DAEValidatorLibrary.dir/library/src/DaeValidator.cpp.o 
FAILED: DAEValidator/CMakeFiles/DAEValidatorLibrary.dir/library/src/XmlDoc.cpp.o 
/var/tmp/portage/media-libs/opencollada-1.6.68/work/OpenCOLLADA-1.6.68/DAEValidator/library/src/DaeValidator.cpp:37:35: error: ‘uint64_t’ was not declared in this scope
Comment 3 Larry the Git Cow gentoo-dev 2023-04-16 23:16:59 UTC
The bug has been closed via the following commit(s):

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

commit b76590f9fb8615da3da9d783ad841c0e3881a27b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-16 10:27:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-16 23:16:42 +0000

    media-libs/opencollada: fix build w/ gcc 13, drop -Werror
    
    Closes: https://bugs.gentoo.org/877335
    Closes: https://bugs.gentoo.org/895102
    Closes: https://bugs.gentoo.org/899750
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/opencollada-1.6.68-gcc13.patch           | 35 ++++++++++++++++++++++
 .../files/opencollada-1.6.68-werror.patch          | 11 +++++++
 media-libs/opencollada/opencollada-1.6.68.ebuild   |  4 ++-
 3 files changed, 49 insertions(+), 1 deletion(-)