In file included from /usr/include/c++/v1/iostream:43: In file included from /usr/include/c++/v1/ios:223: In file included from /usr/include/c++/v1/__locale:23: In file included from /usr/include/c++/v1/string:625: In file included from /usr/include/c++/v1/string_view:939: In file included from /usr/include/c++/v1/algorithm:1791: /usr/include/c++/v1/__algorithm/clamp.h:28:7: error: too many arguments provided to function-like macro invocation 28 | _Compare __comp) { ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_llvm-20240825-084454 UNMASKED: Requested by sam /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 18.1.8+libcxx Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.8+libcxx Python 3.12.5 Available Rust versions: [1] rust-bin-1.80.1 [2] rust-1.80.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.23.0 linux/amd64 HEAD of ::gentoo commit f66774595bae46b6095fecbc7e9e2d0ac9980781 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Sep 3 18:48:55 2024 +0000 2024-09-03 18:48:55 UTC emerge -qpvO =sys-fs/ext3grep-0.10.2-r1 [ebuild N ] sys-fs/ext3grep-0.10.2-r1 USE="-debug (-pch)"
Created attachment 902008 [details] emerge-info.txt
Created attachment 902009 [details] emerge-history.txt.xz
Created attachment 902010 [details] environment
Created attachment 902011 [details] etc.clang.tar.xz
Created attachment 902012 [details] etc.portage.tar.xz
Created attachment 902013 [details] logs.tar.xz
Created attachment 902014 [details] qlist-info.txt.xz
Created attachment 902015 [details] sys-fs:ext3grep-0.10.2-r1:20240903-203501.log
Created attachment 902016 [details] temp.tar.xz
Created attachment 902017 [details] var.tmp.clang.tar.xz
I solved the problems with gcc-13 by appending cxx flag -std=c++11
Duplicate of https://bugs.gentoo.org/934532
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(+)