There is a new pull request by kruceter against master on the void-packages repository https://github.com/kruceter/void-packages mame-fix https://github.com/void-linux/void-packages/pull/41706 mame: fix build `libXinerama-devel` was the missing dependency (see https://vasilek.cz/logs/rebuild3/bad/mame.txt). ``` Compiling generated/mame/mame/drivlist.cpp... Linking mame... /usr/bin/ld: cannot find -lXinerama collect2: error: ld returned 1 exit status make[2]: *** [mame.make:269: ../../../../../mame] Error 1 make[1]: *** [Makefile:1144: mame] Error 2 make: *** [makefile:1387: linux_x64] Error 2 => ERROR: mame-0229_1: do_build: 'make OVERRIDE_CC="$CC" OVERRIDE_CXX="$CXX" OVERRIDE_LD="$CXX" ${makejobs} ${_options}' exited with 2 => ERROR: in do_build() at srcpkgs/mame/template:94 ``` #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/41706.patch is attached