cryfs failed to build from source in Fedora rawhide/f38 https://koji.fedoraproject.org/koji/taskinfo?taskID=96319189 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Please fix cryfs at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, cryfs will be orphaned. Before branching of Fedora 39, cryfs will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
The build tells you exactly what's wrong and how to fix it: In file included from /builddir/build/BUILD/cryfs-0.11.2/src/cpp-utils/thread/LeftRight.cpp:1: /builddir/build/BUILD/cryfs-0.11.2/src/cpp-utils/thread/LeftRight.h: In member function 'auto cpputils::LeftRight<T>::read(F&&) const': /builddir/build/BUILD/cryfs-0.11.2/src/cpp-utils/thread/LeftRight.h:54:24: error: 'logic_error' is not a member of 'std' 54 | throw std::logic_error("Issued LeftRight::read() after the destructor started running"); | ^~~~~~~~~~~ /builddir/build/BUILD/cryfs-0.11.2/src/cpp-utils/thread/LeftRight.h:7:1: note: 'std::logic_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
Fixed in https://koji.fedoraproject.org/koji/buildinfo?buildID=2159532 , patch sent upstream as https://github.com/cryfs/cryfs/pull/448 .