New issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/27190 Description: A stage0 bootstrap for `x86_64` with `kernel-libc-headers-5.10` finishes w/o errors. Yet you cannot use it for a binary-bootstrap because `gdb` depends on `debuginfod`, a subpkgf of `elfutils`, yet `elfutils` is not `bootstrap=yes` and so `debuginfod` is not there. I think to solve this the `gdb` template should add `debuginfod` to the `build_options_default` iff `$CHROOT_READY` is non zero.