https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/asahi-startup-disk-0.1.3 fails to compile. Discovered on: arm64 (internal ref: tinderbox_arm64) System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 885840 [details] build.log build log and emerge --info
Created attachment 917373 [details] build.log
Created attachment 917374 [details] emerge --info output
Experiencing this issue as well almost a year later. I have attached my build.log and emerge --info output.
Package has a hardcoded path to cargo output file in it's Makefile (target/release/startup-disk), and that changed with some eclass update to target/aarch64-unknown-linux-gnu/release/startup-disk. Would need to patch the makefile with the path queried from cargo.eclass