Closed issue by boson-at on void-packages repository https://github.com/void-linux/void-packages/issues/12990 Description: ### System * xuname: Void 4.19.58_1 x86_64 GenuineIntel uptodate rrmFFF since about 17 hours I have problems with ( after commit e4984d01ea049e7cde260fc1a05d61fbdd403180 ) srcpkgs/my-test-package/template ``` [ "$XBPS_TARGET_MACHINE" == "x86_64" ] && depends+=" glibc-32bit" ``` ``` $ ./xbps-src pkg my-test-package grep: : Datei oder Verzeichnis nicht gefunden [*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found [*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata': Not Found [*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => my-test-package-1.0.1_1: removing autodeps, please wait... => my-test-package-1.0.1_1: building ... => ERROR: my-test-package-1.0.1_1: host dependency 'glibc-32bit' does not exist! ```