Summary: | sys-fs/ext3grep-0.10.2-r1 - [perl-5.40] [icu-75.1] /.../stl_algo.h: error: redeclaration of template<class _Tp, class _Compare> constexpr const _Tp min | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Hanno Böck <hanno> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jy6x2b32pie9 |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/39904 | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 914580 | ||
Attachments: |
emerge-info.txt
emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt.xz sys-fs:ext3grep-0.10.2-r1:20240618-230842.log temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 896057 [details]
emerge-info.txt
Created attachment 896058 [details]
emerge-history.txt.xz
Created attachment 896059 [details]
environment
Created attachment 896060 [details]
etc.clang.tar.xz
Created attachment 896061 [details]
etc.portage.tar.xz
Created attachment 896062 [details]
logs.tar.xz
Created attachment 896063 [details]
qlist-info.txt.xz
Created attachment 896064 [details]
sys-fs:ext3grep-0.10.2-r1:20240618-230842.log
Created attachment 896065 [details]
temp.tar.xz
You just need to make libc includes BEFORE you make includes from e2fsprogs to fix this So just move <algorithm> before "ext3.h" The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4aa35ae0f672b7c1af0be0c198dc7ec8dff8d6 commit 5c4aa35ae0f672b7c1af0be0c198dc7ec8dff8d6 Author: Hanno Böck <hanno@gentoo.org> AuthorDate: 2024-12-31 13:06:02 +0000 Commit: Hanno Böck <hanno@gentoo.org> CommitDate: 2024-12-31 13:06:02 +0000 sys-fs/ext3grep: Fix include order / C23 compile errors Based on patch provided by NHOrus via Github. Closes: https://github.com/gentoo/gentoo/pull/39904 Closes: https://bugs.gentoo.org/939024 Closes: https://bugs.gentoo.org/934532 Signed-off-by: Hanno Böck <hanno@gentoo.org> sys-fs/ext3grep/ext3grep-0.10.2-r2.ebuild | 37 ++++++++++ .../files/ext3grep-0.10.2-include-order.patch | 86 ++++++++++++++++++++++ 2 files changed, 123 insertions(+) |