New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/14188#issuecomment-527615395 Comment: There seems to be a problem with striping the binary when cross-compiling: ``` => pkgtop-1.7_1: running post-install hook: 06-strip-and-debug-pkgs ... /usr/bin/aarch64-linux-gnu-strip: Unable to recognise the format of the input file `/destdir/aarch64-linux-gnu/pkgtop-1.7/usr/bin/pkgtop' ``` I can use nostrip, but I do not have any arm installation to test if the resulting binary works...