There is a new pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages perl https://github.com/void-linux/void-packages/pull/25899 perl: set stack size for musl. Threaded perl programs can go over musl's default stack size, so setting a bigger one in LDFLAGS is necessary to avoid segfaults. This segfault was observed when using gscan2pdf to open an image. @leahneukirchen A patch file from https://github.com/void-linux/void-packages/pull/25899.patch is attached