New comment by manfredu on void-packages repository https://github.com/void-linux/void-packages/pull/27504#issuecomment-753597670 Comment: > The 1 means that tests are being run. Thanks. So this explains why only those with 1 fail. Can this pr still be processed? Maybe some tests are failing because `make test` is used? Only `make check` builds and runs the full test suite. Some tests depend on additional libraries and the cmake built-in target test does not build them. Once the check target has been built check and test are synonyms. Gnucash has got an automatic build and test bot on Travis CI to run the full test suite after every commit and for every Github pull request, so the released code should be fine despite See https://wiki.gnucash.org/wiki/Testing.