New review comment by agausmann on void-packages repository https://github.com/void-linux/void-packages/pull/26000#discussion_r528403377 Comment: Yes, I get the same result that you do. However this is still somehow a problem, even if this isn't the source. When I run `./xbps-src -a aarch64 pkg rpi4-kernel`, for some reason. it also builds `rpi-kernel`, `rpi-kernel-headers`, and transitively, `rpi3-kernel` and `rpi3-kernel-headers`. And then, for some reason, `./mkplatformfs.sh rpi4 ...` attempts to install them. ``` $ ls hostdir/binpkgs/rpi-kernel-flavor-subpackage/ aarch64-repodata rpi3-kernel-headers-5.4.68_1.aarch64.xbps rpi-kernel-5.4.68_1.aarch64.xbps rpi4-kernel-5.4.68_1.aarch64.xbps rpi-kernel-headers-5.4.68_1.aarch64.xbps rpi4-kernel-headers-5.4.68_1.aarch64.xbps rpi3-kernel-5.4.68_1.aarch64.xbps ``` see also: the [build log](https://termbin.com/9he0z) for `./xbps-src -a aarch64 pkg rpi4-kernel`, which builds both rpi3-kernel and rpi4-kernel.