119 | using Container = std::remove_const_t<T>; | ^~~~~~~~~~~~~~ | remove_const /usr/include/absl/types/internal/span.h:121:44: error: parse error in template argument list 121 | decltype(span_internal::GetData(std::declval<const Container&>())); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/absl/types/internal/span.h:122:64: error: 'Container' was not declared in this scope; did you mean 'container_of'? 122 | sing MutData = decltype(span_internal::GetData(std::declval<Container&>())); | ^~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_systemd-20240419-132003 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 18.1.4 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.4 Python 3.11.9 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.77.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.402_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.22.2 linux/amd64 HEAD of ::gentoo commit 463768329842390704d7819ffd56da8cd26b1d20 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Apr 23 11:19:23 2024 +0000 2024-04-23 11:19:22 UTC emerge -qpvO net-misc/frr [ebuild N ] net-misc/frr-9.1 USE="fpm grpc ipv6 nhrp ospfapi -doc -pam -rpki -snmp -test" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12"
Created attachment 891531 [details] emerge-info.txt
Created attachment 891532 [details] emerge-history.txt
Created attachment 891533 [details] environment
Created attachment 891534 [details] etc.clang.tar.xz
Created attachment 891535 [details] etc.portage.tar.xz
Created attachment 891536 [details] logs.tar.xz
Created attachment 891537 [details] net-misc:frr-9.1:20240423-125157.log.xz
Created attachment 891538 [details] qlist-info.txt.xz
Created attachment 891539 [details] temp.tar.xz
I believe this was an issue on abseil-cpp (which owns /usr/include/absl/types/internal/span.h) side, which is plainly already fixed on that side.