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: CONFIRMED
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-09-03 08:35 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]]