New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/31635#issuecomment-883478732 Comment: @leahneukirchen That's what confuses me: none of the `checkdepends` of `perl` are rebuilt in this pr, but if I first do `./xbps-pkg update-bulk` and then `./xbps-pkg -f perl` (I set `XBPS_CHECK_PKGS=full`), then `perl` passes the tests (see above), so I do not know why it fails on ci. Btw, I fixed a couple of `checkdepends` for the failures above, and I'm left with test failures in ``` srcpkgs/biber/template srcpkgs/gnumeric/template srcpkgs/perl-Fuse/template srcpkgs/perl-Gtk2/template srcpkgs/perl-Image-Sane/template srcpkgs/perl-Linux-Inotify2/template srcpkgs/perl-OpenGL/template srcpkgs/perl-Search-Xapian/template srcpkgs/perl-Unix-Mknod/template srcpkgs/perl-pcsc/template srcpkgs/postgresql12/template srcpkgs/postgresql13/template srcpkgs/rrdtool/template srcpkgs/subversion/template ``` as for biber, it can be removed from this pr, where it does not belong, but what about remaining others? should I be happy with `make_check=no`?