There's a merged pull request on the void-packages repository virtuoso: update to 7.2.10 https://github.com/void-linux/void-packages/pull/42666 Description: #### Testing the changes - I tested the changes in this PR: most of the test suite passes (excepting tgraphql), I don't use this package directly This package has some weirdness in the test suite. It fails when run from `./xbps-src -K pkg virtuoso` but succeeds if I do `./xbps-src chroot` afterwards and: ``` make clean ./autogen.sh ./configure make make check ``` I tried replacing pre_configure, do_configure, do_build and do_check to do the same thing but it still fails. Maybe I'm missing some dependencies or something. `tgraphql` is the only test failing: [tgraphql.output.log](https://github.com/void-linux/void-packages/files/10926435/tgraphql.output.log) #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) - I built this PR locally for my native architecture, (x86_64-musl)