Hi, krb5 fails to build from source on musl-linux-any. The musl C library does not support nss libraries. Therefore, they'll be disabled in systemd, see https://salsa.debian.org/systemd-team/systemd/-/merge_requests/305. Then, there will be no libnss-myhostname for musl-linux-any architectures. As a result, krb5 has unsatisfiable Build-Depends and that prevents us from bootstrapping the port. The use of libnss-myhostname is for running tests. As such, the dependency can be annotated <!nocheck>. This will resolve the situation for the cross bootstrap. I don't expect musl-based Debian to become self-hosting anytime soon. Please find a patch attached. Helmut