Hi, The package papi@5.5.1 does not compile. It fails with an error during the build phase :
‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] While this is a problem in the application itself, GCC started diagnosing these problems in version 7.1¹ and expanded coverage in version 8², so a change in the compiler version probably triggered the problem. Also, I believe this is fixed in newer releases of PAPI³ but I don't know if updating the version would be acceptable. Clément 1. https://gcc.gnu.org/gcc-7/changes.html section -Wformat-truncation=level 2. https://gcc.gnu.org/gcc-8/changes.html 3. https://bitbucket.org/icl/papi/issues/51/build-failed-using-gcc-810