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)
Created attachment 872524 [details] build.log build log and emerge --info
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(-)
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'
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(-)