Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939187 - [guru] gui-apps/satty-0.14.0 fails to compile: !!! dobin: satty does not exist
Summary: [guru] gui-apps/satty-0.14.0 fails to compile: !!! dobin: satty does not exist
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gonçalo Negrier Duarte
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-09-06 15:26 UTC by Agostino Sarubbo
Modified: 2024-09-18 23:46 UTC (History)
5 users (show)

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


Attachments
build.log (build.log,451.09 KB, text/plain)
2024-09-06 15:26 UTC, Agostino Sarubbo
Details
Patch to fix the target path (fix-satty-install-target.patch,491 bytes, patch)
2024-09-13 15:49 UTC, Thomas Pathmann
Details | Diff
Patch to fix the target path by using cargo eclass variable $cargo_target_dir (now with quotes) (fix-satty-install-target.patch,493 bytes, patch)
2024-09-13 16:33 UTC, Thomas Pathmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-09-06 15:26:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/satty-0.14.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-06 15:26:36 UTC
Created attachment 902252 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-06 15:26:37 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 * 	dobin: satty does not exist
 * QA Notice: file does not exist:
!!! dobin: satty does not exist
Comment 3 Thomas Pathmann 2024-09-13 15:49:19 UTC
Created attachment 902912 [details, diff]
Patch to fix the target path

Patch to fix the target path by using cargo eclass variable $cargo_target_dir
Comment 4 Lucio Sauer 2024-09-13 15:59:44 UTC
(In reply to Thomas Pathmann from comment #3)
> Created attachment 902912 [details, diff] [details, diff]
> Patch to fix the target path
> 
> Patch to fix the target path by using cargo eclass variable $cargo_target_dir

The variable needs to be enclosed in quotation marks.
Comment 5 Thomas Pathmann 2024-09-13 16:33:07 UTC
Created attachment 902923 [details, diff]
Patch to fix the target path by using cargo eclass variable $cargo_target_dir (now with quotes)
Comment 6 Gonçalo Negrier Duarte 2024-09-15 13:04:07 UTC
(In reply to Thomas Pathmann from comment #5)
> Created attachment 902923 [details, diff] [details, diff]
> Patch to fix the target path by using cargo eclass variable
> $cargo_target_dir (now with quotes)

Thanks for the patch I didn’t have the time in front of the laptop to fix commit it, sorry about that.
Comment 7 Larry the Git Cow gentoo-dev 2024-09-18 23:46:38 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19e11cbc52ba3e7ab832ee4a34024250f5e8ceb5

commit 19e11cbc52ba3e7ab832ee4a34024250f5e8ceb5
Author:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
AuthorDate: 2024-09-17 11:32:25 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
CommitDate: 2024-09-17 11:37:25 +0000

    gui-apps/satty: fix dobin location
    
    Bug: https://bugs.gentoo.org/939187
    Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>

 gui-apps/satty/satty-0.14.0.ebuild | 8 +-------
 gui-apps/satty/satty-9999.ebuild   | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)