New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395 Comment: 1.) One needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers` to be able to compile it for that arch. 2.) It's missing some deps `ldb` and `tevent` for ARM. One needs to manually build them on ARM. (Those have nocross right now. Maybe they have been fixed meanwhile?) 3.) Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: ``` [rpi@rpi3] ~/pkg/xb/git-repo ˪master » grep 'samba-3.6' common/shlibs libnetapi.so.0 samba-3.6.23_1 libsmbsharemodes.so.0 samba-3.6.23_1 ``` Those shlibs need to be fixed in the `common/shlibs` file. 4.) The template is wrong for `samba4-devel`, should require `libsmbclient4` not `libsmbclient`.