flexibeast Guru
Joined: 04 Apr 2022 Posts: 431 Location: Naarm/Melbourne, Australia
|
Posted: Fri Aug 16, 2024 12:36 am Post subject: |
|
|
i'm not familiar with Rust ebuilds, so take this with a grain of salt, but the ebuild's handling of the install phase doesn't look right to me. The error is:
Code: | /usr/bin/install: cannot stat 'target/release/speakersafetyd': No such file or directory |
but in the output of the (apparently successful) compilation there are lines referring to:
Code: | target/aarch64-unknown-linux-gnu/release/ |
with the architecture triplet as part of the path.
So i'm guessing the ebuild should look for the `speakersafetyd` binary in the `target/aarch64-unknown-linux-gnu/release` directory, rather than the `target/release` directory? |
|