Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938536 - gui-apps/lemurs fails to compile with "dobin failed" error
Summary: gui-apps/lemurs fails to compile with "dobin failed" error
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-26 19:26 UTC by zoelueck
Modified: 2024-08-30 13:16 UTC (History)
1 user (show)

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


Attachments
build.log file showing the error (build.log,67.07 KB, text/x-log)
2024-08-26 19:26 UTC, zoelueck
Details
this is my fixed ebuild, it is most liekely exclusive to x86_64 (lemurs-0.3.2.ebuild,3.43 KB, patch)
2024-08-27 06:17 UTC, zoelueck
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zoelueck 2024-08-26 19:26:02 UTC
Created attachment 901288 [details]
build.log file showing the error

lemurs fails to emerge with an "dobin failed" error, ive had this error on both my private laptop and a work VM.

to my understanding it expects the compiled binary to be at target/release/lemurs, from my findings it is actually at target/x86_64-unkown-linux-gnu/release/lemurs, at least on my laptop
Comment 1 zoelueck 2024-08-26 19:47:09 UTC
patching the ebuild to find the file at target/x86_64-unkown-linux-gnu/release/lemurs fixes this issue. I do not consider myself knowledgeable enough to say if this is a proper resolution to this issue but it does solve my issue for the time being
Comment 2 zoelueck 2024-08-27 06:17:03 UTC
Created attachment 901293 [details, diff]
this is my fixed ebuild, it is most liekely exclusive to x86_64
Comment 3 Larry the Git Cow gentoo-dev 2024-08-30 13:16:10 UTC
The bug has been closed via the following commit(s):

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

commit e51c63d5f5309fd076fe8a09c72aee4ea3fcdf30
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-08-28 14:23:04 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-08-28 15:36:05 +0000

    gui-apps/lemurs: use cargo_target_dir helper
    
    Closes: https://bugs.gentoo.org/938536
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 gui-apps/lemurs/lemurs-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)