New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/17969#issuecomment-570555104 Comment: It seems `binpkgs/multilib` is missing from the repo paths scanned for `x86_64`: ``` $ ./xbps-src -N -t pkg gcc-multilib => xbps-src: updating repositories for host (x86_64)... => xbps-src: cleaning up / masterdir... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => gcc-multilib-9.2.0_1: building for x86_64... [host] perl-5.30.1_1: found (/host/binpkgs) [host] flex-2.6.4_3: found (/host/binpkgs) [host] zip-3.0_5: found (/host/binpkgs) [host] unzip-6.0_13: found (/host/binpkgs) => ERROR: gcc-multilib-9.2.0_1: target dependency 'glibc-32bit' does not exist! ``` ``` ls -l /work/void/binpkgs/multilib/glibc* -rw-r--r-- 1 jbu jbu 6997544 2. Jan 23:22 glibc-32bit-2.30_1.x86_64.xbps -rw-r--r-- 1 jbu jbu 512 2. Jan 23:23 glibc-32bit-2.30_1.x86_64.xbps.sig -rw-r--r-- 1 jbu jbu 1269892 2. Jan 23:21 glibc-devel-32bit-2.30_1.x86_64.xbps -rw-r--r-- 1 jbu jbu 512 2. Jan 23:23 glibc-devel-32bit-2.30_1.x86_64.xbps.sig ```