Created attachment 907901 [details] build.log and emerge --info Regression from dev-libs/boost-1.85.0-r1, which still compiles fine. gcc.compile.c++ bin.v2/libs/process/build/gcc-14.2/gentoorelease/pch-off/threading-multi/visibility-hidden/error.o "alpha-unknown-linux-gnu-g++" -fvisibility-inlines-hidden -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mieee -pipe -O2 -mcpu=ev4 -std=c++17 -fPIC -pthread -finline-functions -Wno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_ASIO_NO_DEPRECATED -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_PROCESS_DYN_LINK=1 -DBOOST_PROCESS_SOURCE=1 -DNDEBUG -I"." -c -o "bin.v2/libs/process/build/gcc-14.2/gentoorelease/pch-off/threading-multi/visibility-hidden/error.o" "libs/process/src/error.cpp" libs/process/src/error.cpp: In member function ‘virtual std::string boost::process::v2::error::detail::exit_code_category::message(int) const’: libs/process/src/error.cpp:128:21: error: duplicate case value 128 | case SIGPWR: return "SIGPWR: Power failure (System V)"; | ^~~~ libs/process/src/error.cpp:104:21: note: previously used here 104 | case SIGINFO: return "SIGINFO: A synonym for SIGPWR"; | ^~~~ ...failed updating 0 target...
Does https://github.com/boostorg/process/pull/418 help?
(In reply to Sam James from comment #1) > Does https://github.com/boostorg/process/pull/418 help? No, this patch does not help.
Created attachment 915531 [details] build.log and emerge --info Still an issue with 1.87.0