Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Issue compiling speakersafetyd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
prestige787
n00b
n00b


Joined: 18 Sep 2021
Posts: 38

PostPosted: Thu Aug 15, 2024 6:48 pm    Post subject: Issue compiling speakersafetyd Reply with quote

I'm trying to emerge sys-apps/speakersafetyd from the asahi overlay, and am running into an emake failed error. This is on an M2 macbook air.

emerge --info: https://pastebin.com/isAcwipX
build log: https://pastebin.com/f3ZgkPam
ebuild enviornment: https://pastebin.com/j6zukv35

Any help appreciated!
Back to top
View user's profile Send private message
flexibeast
Guru
Guru


Joined: 04 Apr 2022
Posts: 382
Location: Naarm/Melbourne, Australia

PostPosted: Fri Aug 16, 2024 12:36 am    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum