Commit "dev-lang/rust-bin: fix RPATH for our tarballs" did not update the amd64 tarballs, resulting in a failing mv command in src_unpack. Looking at the diff from first glance other versions might be affected as well. >>> Emerging (1 of 1) dev-lang/rust-bin-1.83.0-r2::gentoo * rust-1.83.0-x86_64-unknown-linux-gnu.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking rust-1.83.0-x86_64-unknown-linux-gnu.tar.xz to /var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/work mv: cannot stat '/var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/work/rust-1.83.0-r2-x86_64-unknown-linux-gnu': No such file or directory * ERROR: dev-lang/rust-bin-1.83.0-r2::gentoo failed (unpack phase): * (no error message) * * Call stack: * ebuild.sh, line 136: Called src_unpack * environment, line 2436: Called die * The specific snippet of code: * mv "${WORKDIR}/${MY_P}-$(rust_abi)" "${S}" || die * * If you need support, post the output of `emerge --info '=dev-lang/rust-bin-1.83.0-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lang/rust-bin-1.83.0-r2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-lang:rust-bin-1.83.0-r2:20250221-170809.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/work' * S: '/var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/work/rust-bin-1.83.0' >>> Failed to emerge dev-lang/rust-bin-1.83.0-r2, Log file: >>> '/var/log/portage/dev-lang:rust-bin-1.83.0-r2:20250221-170809.log' host ~ # ls -l /var/tmp/portage/dev-lang/rust-bin-1.83.0-r2/work total 0 drwxr-xr-x 14 portage portage 500 Jul 24 2006 rust-1.83.0-x86_64-unknown-linux-gnu
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a4fcf01aaf59332a5eccc1d0a89842dffe8a96 commit a2a4fcf01aaf59332a5eccc1d0a89842dffe8a96 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-02-21 17:30:02 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-02-21 17:30:02 +0000 dev-lang/rust-bin: fix src_unpack Closes: https://bugs.gentoo.org/950038 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-lang/rust-bin/rust-bin-1.78.0-r102.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.79.0-r103.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.81.0-r103.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.82.0-r103.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.84.0-r2.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.84.1-r2.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-)
*** Bug 950042 has been marked as a duplicate of this bug. ***