New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/42243#issuecomment-1518167162 Comment: the cargo.sh script looks at build/target/release ``` cp: cannot stat '/builddir/fractal-4.4.2/build/target/release/fractal-gtk': No such file or directory FAILED: fractal-gtk/src/fractal /builddir/fractal-4.4.2/scripts/cargo.sh .. fractal-gtk/src/fractal /builddir/fractal-4.4.2/build '' ``` while for cross we have e.g. build/target/aarch64-unkonwn-linux-gnu/release ``` $ ls masterdir/builddir/fractal-4.4.2/build/target/aarch64-unknown-linux-gnu/release/ build deps examples fractal-gtk fractal-gtk.d incremental ```