Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915570 - [guru] media-sound/spot-0.4.0 fails to compile: mv: cannot stat spot: No such file or directory
Summary: [guru] media-sound/spot-0.4.0 fails to compile: mv: cannot stat spot: No such...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Konstantin Tutsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-11 06:43 UTC by Agostino Sarubbo
Modified: 2024-09-07 13:38 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,434.66 KB, text/plain)
2023-10-11 06:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-10-11 06:43:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/spot-0.4.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-10-11 06:43:50 UTC
Created attachment 872524 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-10-12 03:41:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0993d496f280182e027b48da3fa42612a0c42200

commit 0993d496f280182e027b48da3fa42612a0c42200
Author:     Konstantin Tutsch <mail@konstantintutsch.de>
AuthorDate: 2023-10-11 08:13:14 +0000
Commit:     Konstantin Tutsch <mail@konstantintutsch.de>
CommitDate: 2023-10-11 08:14:21 +0000

    media-sound/spot: respect cargo release target
    
    Closes: https://bugs.gentoo.org/915570
    Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>

 media-sound/spot/spot-0.4.0.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
Comment 3 Justin 2024-09-06 17:47:43 UTC
This bug seems to still occur for me, I checked '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0/target/release/' and only build, deps, example, and incremental exist. Is there any fix?

    Finished `release` profile [optimized] target(s) in 4m 31s
mv: cannot stat '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0/target/release/spot': No such file or directory
 * ERROR: media-sound/spot-0.4.0::guru failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 136:  Called src_compile
 *   environment, line 3480:  Called die
 * The specific snippet of code:
 *           mv "${WORKDIR}/${P}/target/release/spot" "${WORKDIR}/${P}-build/src/spot" || die;
 *
 * If you need support, post the output of `emerge --info '=media-sound/spot-0.4.0::guru'`,
 * the complete build log and the output of `emerge -pqv '=media-sound/spot-0.4.0::guru'`.
 * The complete build log is located at '/tmp/portage/media-sound/spot-0.4.0/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/media-sound/spot-0.4.0/temp/environment'.
 * Working directory: '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0'
 * S: '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0'

>>> Failed to emerge media-sound/spot-0.4.0, Log file:

>>>  '/tmp/portage/media-sound/spot-0.4.0/temp/build.log'

 * Messages for package media-sound/spot-0.4.0:

 * ERROR: media-sound/spot-0.4.0::guru failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 136:  Called src_compile
 *   environment, line 3480:  Called die
 * The specific snippet of code:
 *           mv "${WORKDIR}/${P}/target/release/spot" "${WORKDIR}/${P}-build/src/spot" || die;
 *
 * If you need support, post the output of `emerge --info '=media-sound/spot-0.4.0::guru'`,
 * the complete build log and the output of `emerge -pqv '=media-sound/spot-0.4.0::guru'`.
 * The complete build log is located at '/tmp/portage/media-sound/spot-0.4.0/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/media-sound/spot-0.4.0/temp/environment'.
 * Working directory: '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0'
 * S: '/tmp/portage/media-sound/spot-0.4.0/work/spot-0.4.0'
Comment 4 Larry the Git Cow gentoo-dev 2024-09-07 13:38:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e1d95cb0da72e3453b6aff99a1ae83f5af0700d

commit 5e1d95cb0da72e3453b6aff99a1ae83f5af0700d
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2024-09-07 12:25:54 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-09-07 12:25:54 +0000

    media-sound/spot: fix cargo target dir
    
    Closes: https://bugs.gentoo.org/915570
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 media-sound/spot/spot-0.4.0.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)