You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When is used aatest glibc snapshot and in $CFLAGS is passed -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 some pragmas in glibs headers turns some warnings into errors
FWIW, I am able to build Open MPI 4.1.8 and 5.0.7 with the inbox gcc-toolset-14 RPM on Alma 9 with -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3.
That being said, make check fails with the described errors on v4.1.8. Especially since make check succeeds in these conditions in 5.0.7, it's unlikely that we'll fix this; the v4.1.x series is in maintenance mode -- we'll only do work on v4.1.x if there's an urgent need. All of our effort is on v5.0.x and the upcoming v6.0.0 these days.
When is used aatest glibc snapshot and in $CFLAGS is passed
-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3
some pragmas in glibs headers turns some warnings into errorsHere is test output:
The text was updated successfully, but these errors were encountered: