New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1001773753 Comment: > takes 2.5x time so I won't enable it by default, but I'll probably add a build option to run long tests). `XBPS_CHECK_PKGS=full` is the shorthand for that, don't need a build option. > Do you know if there's a way to disable malloc canaries in musl 1.2.2 or use the old malloc to see to what extent the issues are due to malloc or due to something else? There is a way to build with old malloc, but it's a build time choice `--with-malloc=oldmalloc`. But unless the tests are segfaulting instead of just failing, it shouldn't be an issue; all musl does is call `a_crash` when it detects something is wrong, which is an asm block that derefs a null pointer. So either it crashes or malloc isn't an issue, at least for most cases. Re licensing: > license="GPL-3.0-only, GPL-2.0-or-later, CC-BY-SA-3.0, custom:Various Free" would follow the `foomatic-db-nonfree` case, and I think it fits.