New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/issues/15104#issuecomment-539245536 Comment: I think this is due to the fact that the `xorg/modules/drivers/*.so` are created as hard links by Mesa. Output of `ls masterdir/usr/lib/xorg/modules/drivers/ -i`: > 394315 i915_dri.so 394315 i965_dri.so 394316 kms_swrast_dri.so 394316 nouveau_dri.so 394315 nouveau_vieux_dri.so 394315 r200_dri.so 394316 r300_dri.so 394316 r600_dri.so 394315 radeon_dri.so 394316 radeonsi_dri.so 394316 swrast_dri.so 394316 virtio_gpu_dri.so 394316 vmwgfx_dri.so They probably result from https://gitlab.freedesktop.org/mesa/mesa/blob/master/bin/install_megadrivers.py.