New comment by SpidFightFR on void-packages repository https://github.com/void-linux/void-packages/pull/49288#issuecomment-2047033709 Comment: > I ran through some extensive, but not exhaustive, randomized builds across all supported architectures and the following packages have failed: > > ``` > modified: srcpkgs/AppStream/template > modified: srcpkgs/bijiben/template > modified: srcpkgs/fractal/template > modified: srcpkgs/mesa/template > modified: srcpkgs/nemo-preview/template > modified: srcpkgs/pax-utils/template > modified: srcpkgs/planner/template > modified: srcpkgs/virt-viewer/template > ``` > > I do not yet know why these failed and will look more closely soon. Hey, so i checked in further details... For pax-utils: The current template is broken not because of meson but because of a restructuring in upstream. the distfile location changed, i would suggest to use [this link](https://gitweb.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-1.3.7.tar.gz) instead (this is the link to the archive with the proper tag, which can be found here: https://gitweb.gentoo.org/proj/pax-utils.git/tag/?h=v1.3.7). Tests do fail as of now with pax-utils. I struggle to find a reason why, but from what i found: `lddtree -l /bin/bash` command fails to execute, and this causes the test itself to fail. I can't seem to find if it's ~~related to meson~~ or if it's caused by something else. UPDATE: It isn't caused by the meson update but because of something else.