New comment by martnnw on void-packages repository https://github.com/void-linux/void-packages/issues/24204#issuecomment-678613890 Comment: It seems to compile sucessfully on all platforms now, but can't proceed building on ARM and the other non x86 and i686 platforms. It fails to copy a file and I don't understand why. Here is the output: ``` + cp /builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk src/com.gitlab.newsflash cp: cannot stat '/builddir/news_flash_gtk-1.0.5/build/target/release/news_flash_gtk': No such file or directory [2/3] Generating com.gitlab.newsflash.appdata.xml_data_merge with a custom command FAILED: src/com.gitlab.newsflash /bin/bash /builddir/news_flash_gtk-1.0.5/build-aux/cargo.sh .. src/com.gitlab.newsflash /builddir/news_flash_gtk-1.0.5/build '' '--features "readability"' ninja: build stopped: subcommand failed. => ERROR: news_flash_gtk-1.0.5_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1 => ERROR: in do_build() at common/build-style/meson.sh:122 The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1. ``` You can take a look at the pull request. I did not know github had a drafting feature so excuse the mess. Next time I'll try to build the package sucessfully locally before I submit a PR. I'm really terribly sorry...