Upgrading dev-libs/poco to the newly stabilized 1.14.0-r1 makes compilation of net-p2p/fms fail with many poco-related errors. Reproducible: Always
Created attachment 918950 [details] emerge log
Created attachment 928377 [details, diff] Use modern C++ to fix errors building with new dev-libs/poco Related to https://bugs.gentoo.org/931705 – forcing use of a newer C++ standard via CMakeLists.txt allows FMS to build. I didn't test whether it runs. dev-libs/poco-1.13.3 requires at least C++14, dev-libs/poco-1.14.0-r1 requires at least C++17.