There's a merged pull request on the void-packages repository screen: fix socket dir and utmp https://github.com/void-linux/void-packages/pull/53113 Description: This adjusts configure changes necessary for 5.0.0 - Use `/run/screens/S-` for socket dir as before; the default `$HOME/.screen` is not nice when home is shared. - Enable UTMP so screen sessions show up (used to be enabled by default in 4.9.1) - Other minor cleanup in the configure args - No need to run autogen.sh - skip check which are broken (https://savannah.gnu.org/bugs/?66416) @leahneukirchen #### Testing the changes - I tested the changes in this PR: **briefly**