Summary: | [guru] gui-apps/satty-0.14.0 fails to compile: !!! dobin: satty does not exist | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | Gonçalo Negrier Duarte <gonegrier.duarte> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | gonegrier.duarte, guru-bugs, thomas.pathmann, watermanpaint, yamadharma |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
Patch to fix the target path Patch to fix the target path by using cargo eclass variable $cargo_target_dir (now with quotes) |
Description
Agostino Sarubbo
2024-09-06 15:26:34 UTC
Created attachment 902252 [details]
build.log
build log and emerge --info
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 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
(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. Created attachment 902923 [details, diff]
Patch to fix the target path by using cargo eclass variable $cargo_target_dir (now with quotes)
(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. 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(-) |