New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/46709#issuecomment-1765059813 Comment: Well, if I remove `nocross` and set `$makedepends=hostmakedepends`, then it almost does: ``` => maxima-ecl-5.47.0_3: 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/maxima-ecl-5.47.0/usr/lib/maxima/5.47.0/binary-ecl/libmaxima-ecl.so' => ERROR: maxima-ecl-5.47.0_3: failed to strip /usr/lib/maxima/5.47.0/binary-ecl/libmaxima-ecl.so => ERROR: maxima-ecl-5.47.0_3: post-install_06-strip-and-debug-pkgs: 'find ${PKGDESTDIR} -type f' exited with 1 => ERROR: in hook() at common/hooks/post-install/06-strip-and-debug-pkgs.sh:68 => ERROR: in run_func() at common/xbps-src/shutils/common.sh:57 => ERROR: in run_pkg_hooks() at common/xbps-src/shutils/common.sh:298 => ERROR: in main() at common/xbps-src/libexec/xbps-src-doinstall.sh:66 ```