New comment by teh-jazzman on void-packages repository https://github.com/void-linux/void-packages/pull/19722#issuecomment-602134466 Comment: The xlint error is a false positive. It sees backticks and assumes they imply a command substitution, but they are just part of a sed replacement pattern. The build issues occur because the building takes longer than the allowed maximum time and so the processes are killed. I don't see what I can do to fix that.