Comment 5 for bug 1709905

Revision history for this message
Hubba (hubba) wrote :

I have managed to compile 0.09.00 by renaming F_OWNER_PGRP back to F_OWNER_GID which I believe from some reading is what this was called on older Linux distros (https://gitlab.collabora.com/martyn/linux/commit/978b4053aefd422713f289f2a315ce2acba62018) so I did on the source:

sed -i 's/F_OWNER_PGRP/F_OWNER_GID/g' stress-fcntl.c

Not sure yet as that has any negative impact.

Best regards
Hubba