https://bugzilla.redhat.com/show_bug.cgi?id=1856005
--- Comment #19 from Paul Grosu pgrosu@gmail.com --- Hi Orion,
The failure of DMTCP to compile is apparently due to a change to /usr/include in rawhide. They used to define the macro _STAT_VER in /usr/include/bits/stat.h, and upstream glibc certainly defines it. But rawhide removed that macro. We'll soon provide a new version of DMTCP, in which we check if the macro is provided by stat.h, and if not, we'll define it ourselves. This seems to have caused problems with other Fedora packages that also use lxstat, etc. But the fix will be simple. We'll test it and package the updated DMTCP shortly.
Thank you, Paul and Gene