Closed issue by waynevanson on void-packages repository https://github.com/void-linux/void-packages/issues/29603 Description: ### System * xuname: *output of `Void 5.10.24_1 x86_64 GenuineIntel notuptodate rFFFFFF` (part of xtools)* * package: *affected package(s) including the version*: ``xbps-query -p pkgver `` ### Expected behavior Should install in the masterdir without any errors. Because of the error, I cannot natively build aarch64* packages. ### Actual behavior ```sh 0 downloaded, 65 installed, 0 updated, 65 configured, 0 removed. => xbps-src: installed base-chroot successfully! ERROR Failed to execute command /void-packages/xbps-src (Exec format error) ``` ### Steps to reproduce the behavior ```sh git clone git@github.com:void-linux/void-packages cd void-packages ./xbps-src -m masterdir-aarch64 binary-bootstrap aarch64 ```