Summary: | dev-libs/cxxopts-3.2.0-r1 fails to compile: cxxopts.hpp:123:3: error: uint8_t does not name a type | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cyber+gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474, 937503 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 903705 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: test/CMakeFiles/link_test.dir/link_a.cpp.o FAILED: test/CMakeFiles/link_test.dir/link_b.cpp.o /var/tmp/portage/dev-libs/cxxopts-3.2.0-r1/work/cxxopts-3.2.0/include/cxxopts.hpp:123:3: error: ‘uint8_t’ does not name a type This commit can be backported https://github.com/jarro2783/cxxopts/commit/63d1b65a694cfceafc20863afa75df49dfbe6b2a The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f9c2a9dd278aabe4224592812266f2bd8369b6 commit 59f9c2a9dd278aabe4224592812266f2bd8369b6 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-03 02:09:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-03 02:09:48 +0000 dev-libs/cxxopts: fix build issues * Fix build w/ GCC 15 (missing include (in installed header)) * Fix test build w/ newer ICU (which needs C++17) Closes: https://bugs.gentoo.org/938824 Closes: https://bugs.gentoo.org/937503 Closes: https://bugs.gentoo.org/940222 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/cxxopts/cxxopts-3.2.1-r1.ebuild | 49 ++++++++++++++++++++++++ dev-libs/cxxopts/files/cxxopts-3.2.1-gcc15.patch | 18 +++++++++ 2 files changed, 67 insertions(+) |