Summary: | dev-cpp/abseil-cpp-20240116.2: [gcc-15] error: ‘uintptr_t’ does not name a type | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christopher Fore <csfore> |
Component: | Current packages | Assignee: | Paul Zander <negril.nx+gentoo> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | ted.d.rodgers |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/abseil/abseil-cpp/pull/1739 https://github.com/gentoo/gentoo/pull/37987 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474 | ||
Attachments: |
build.log
includes <cstdint> into container_memory.h succesful build log with the patch |
Description
Christopher Fore
2024-08-04 13:36:56 UTC
Created attachment 899188 [details, diff]
includes <cstdint> into container_memory.h
Created attachment 899189 [details]
succesful build log with the patch
the "see also" links upstream where the same fix is already in a merge request The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd9acca22780aff0bcae40d9a110213f00b243f commit fcd9acca22780aff0bcae40d9a110213f00b243f Author: Christopher Fore <csfore@posteo.net> AuthorDate: 2024-08-07 12:55:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-08-07 13:03:36 +0000 dev-cpp/abseil-cpp: Fix compilation on GCC 15 - Tests pass - Include patch from upstream including <cstdint> - 20211102.0-r2 and 20220623.1 need an additional commit backported from upstream so those will be done at a later time. Bug: https://bugs.gentoo.org/937307 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/37987 Signed-off-by: Sam James <sam@gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r5.ebuild | 68 ++++++++++++++++++++++ dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r4.ebuild | 68 ++++++++++++++++++++++ dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r4.ebuild | 68 ++++++++++++++++++++++ .../files/abseil-cpp-include-cstdint.patch | 33 +++++++++++ 4 files changed, 237 insertions(+) |