too long lines were shrinked: /var/tmp/portage/sci-physics/reduze-2.4-r1/work/reduze-2.4/yaml/include/nodeimpl.h:34:27: required from const YAML::Node* YAML::Node::FindValue(const T&) const [with T = std::__cxx11::basic_string<char>] /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/unique_ptr.h:63:28: note: 34 | return FindValueForKey(key); /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/unique_ptr.h:63:28: note: | ~~~~~~~~~~~~~~~^~~~~ /var/tmp/portage/sci-physics/reduze-2.4-r1/work/reduze-2.4/yaml/include/nodeimpl.h:73:19: required from here /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/unique_ptr.h:63:28: note: 73 | return FindValue(std::string(key)); /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/unique_ptr.h:63:28: note: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~ /var/tmp/portage/sci-physics/reduze-2.4-r1/work/reduze-2.4/yaml/include/nodeimpl.h:44:49: error: YAML::noncopyable::noncopyable(const YAML::noncopyable&) is private within this context 44 | for(Iterator it=begin();it!=end();++it) { | ^ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_systemd-20231105-204015 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-14 * clang/llvm (if any): clang version 17.0.4 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.4 Python 3.11.6 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.73.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] 2) Eclipse Temurin JRE 21.0.1_p12 [openjdk-jre-bin-21] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm [2] openjdk-jre-bin-21 The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.21.3 linux/amd64 HEAD of ::gentoo commit 1326a0395f48fa7487d0727abf70996c89c20151 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Nov 7 15:01:57 2023 +0000 2023-11-07 15:01:57 UTC emerge -qpvO sci-physics/reduze [ebuild N ] sci-physics/reduze-2.4-r1 USE="-berkdb -doc -examples -mpi"
Created attachment 874258 [details] emerge-info.txt
Created attachment 874259 [details] emerge-history.txt
Created attachment 874260 [details] environment
Created attachment 874261 [details] etc.clang.tar.xz
Created attachment 874262 [details] etc.portage.tar.xz
Created attachment 874263 [details] qlist-info.txt
Created attachment 874264 [details] sci-physics:reduze-2.4-r1:20231107-154846.log
Created attachment 874265 [details] temp.tar.xz
Created attachment 878655 [details, diff] makes the required functions public instead of private I'm not sure if that yaml library is dev-libs/yaml-cpp but they have the same name in the include folder. I looked at dev-libs/yaml-cpp's source code and they don't have anything mentioning a `noncopyable` so it might just be similar naming.
I can't verify error locally. Latest upstream is 2.6 Version bump, maybe? It fails to build for me with missing cstdint include.