New comment by Sqvid on void-packages repository https://github.com/void-linux/void-packages/pull/42148#issuecomment-1426029490 Comment: I would appreciate advice on whether the aarch64 build is possible? [Upstream](https://github.com/CyberShadow/btdu) provides such a build but `xbps-src` seems to fail at the linking stage with the following error: ``` Linking... [cc-wrapper] ignoring -L/usr/lib [cc-wrapper] ignoring -L/usr/lib aarch64-linux-gnu-gcc: error: unrecognized command-line option '-m64' Error: linker exited with status 1 /usr/bin/dmd failed with exit code 1. => ERROR: btdu-0.5.0_1: do_build: 'dub build -b release' exited with 2 => ERROR: in do_build() at srcpkgs/btdu/template:19 ``` of course for this attempt I modified the template by commenting out `nocross` and setting `archs="x86_64 aarch64"`. I would appreciate any advice that might allow us to bring this aarch64 users.