Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950038 - dev-lang/rust-bin-1.83.0-r2 fails to unpack on amd64
Summary: dev-lang/rust-bin-1.83.0-r2 fails to unpack on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Randy Barlow
URL:
Whiteboard:
Keywords:
: 950042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-02-21 17:21 UTC by Sven Wegener
Modified: 2025-02-21 18:22 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2025-02-21 17:21:14 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2025-02-21 17:30:36 UTC
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(-)
Comment 2 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2025-02-21 18:22:17 UTC
*** Bug 950042 has been marked as a duplicate of this bug. ***