New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/33494#issuecomment-941199273 Comment: >When building the packages I specified "-a aarch64" to "./xbps-src" to build the packages for arm64. I believe that makes it a crossbuild as it was not built on a native arm64 platform. Yeah that was a cross build on glibc. We like to have the commit messages have a specific format. Right now this branch has 8 commits with a lot of merge commits. You should only have two commits (in the same branch/PR), as I mentioned before. Always rebase commits on master, do not merge master into your branch. You should probably review the [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) document in this repo.