New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/46958#issuecomment-1879864482 Comment: there are some issues with go-bindata, and possibly with go-md2man, as well as `git grep CGO_ENABLED=0`. need to look closer. for example, crosscompiling go-bindata for aarch64-musl, adding ``` post_install() { file $DESTDIR/usr/bin/go-bindata } ``` on master gives `/destdir/aarch64-linux-musl/go-bindata-3.0.7.20151023/usr/bin/go-bindata: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=049Th31uwiIuGRUL3pij/OnBl5ikERfjKZV3TIvKW/hNR_lVksP6VDJDygk29J/d7c2_zRYyzhoaXpqlU1c, with debug_info, not stripped` while on this branch gives `/destdir/aarch64-linux-musl/go-bindata-3.0.7.20151023/usr/bin/go-bindata: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, Go BuildID=2VcK8rq3V28QzwdA132q/aOXGyFpFnGRjrhFln2o8/QIb7J48ItHPlMUWCBeq-/j_Cj8T_yxdd9IaS_3uto, with debug_info, not stripped`.