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
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
Created attachment 901293 [details, diff] this is my fixed ebuild, it is most liekely exclusive to x86_64
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(-)