New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/34902#issuecomment-1271330787 Comment: > > mv: cannot move '/builddir/gmp-6.2.1' to '/builddir/libgccjit-12.2.0/gmp': No such file or directory > > => ERROR: libgccjit-12.2.0_1: post_extract: `'mv ${XBPS_BUILDDIR}/gmp-${_gmp_version} ${wrksrc}/gmp'` exited with 1 > > That command was changed in this PR, (it should be `mv ${wrksrc}/gmp-${_gmp_version} ${wrksrc}/${build_wrksrc}/gmp`) are you using the latest version of this branch? It's possible, I only cherry picked the libgccjit commit a few days ago, I will do a proper rebase. > > removed-packages should be updated if gccgo doesn't now work on ppc > > Wdym? I never changed anything related to gccgo on ppc? Now I see the removal is only necessary for older gcc versions, gccgo doesn't build for ppc now, so we don't have to remove it.