Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938962 - dev-db/mongodb-5.0.26 fails to compile: container_memory.h:65:27: error: uintptr_t does not name a type [-Wtemplate-body]
Summary: dev-db/mongodb-5.0.26 fails to compile: container_memory.h:65:27: error: uint...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-09-03 08:35 UTC by Agostino Sarubbo
Modified: 2024-12-11 05:48 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,50.24 KB, application/x-xz)
2024-09-03 08:35 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-09-03 08:35:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/mongodb-5.0.26 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-09-03 08:35:11 UTC
Created attachment 901949 [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 2024-09-03 08:35:13 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


   43 | const Client::Decoration<LastError> LastError::get = Client::declareDecoration<LastError>();
src/third_party/abseil-cpp-master/abseil-cpp/absl/container/internal/container_memory.h:65:27: error: 'uintptr_t' does not name a type [-Wtemplate-body[https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wno-template-body]]
Comment 3 Larry the Git Cow gentoo-dev 2024-12-11 05:48:38 UTC
The bug has been closed via the following commit(s):

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

commit a1ade7128433fd35f41e4f4b83de9f387b1d19f7
Author:     Robert Förster <Dessa@gmake.de>
AuthorDate: 2024-09-10 14:13:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-11 05:45:55 +0000

    dev-db/mongodb: add 5.0.30
    
    Closes: https://bugs.gentoo.org/843329
    Closes: https://bugs.gentoo.org/908987
    Closes: https://bugs.gentoo.org/932278
    Closes: https://bugs.gentoo.org/938962
    Bug: https://bugs.gentoo.org/944308
    Signed-off-by: Robert Förster <Dessa@gmake.de>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mongodb/Manifest                          |   1 +
 dev-db/mongodb/files/mongodb-5.0.30-gcc-11.patch |  12 ++
 dev-db/mongodb/files/mongodb-5.0.30-gcc-15.patch |  13 ++
 dev-db/mongodb/metadata.xml                      |   1 +
 dev-db/mongodb/mongodb-5.0.30.ebuild             | 211 +++++++++++++++++++++++
 5 files changed, 238 insertions(+)