Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925363 - sys-apps/asahi-startup-disk-0.1.3 fails to compile: install: cannot stat startup-disk: No such file or directory
Summary: sys-apps/asahi-startup-disk-0.1.3 fails to compile: install: cannot stat star...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Calligeros
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-24 07:49 UTC by Agostino Sarubbo
Modified: 2025-01-24 20:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,189.14 KB, text/plain)
2024-02-24 07:49 UTC, Agostino Sarubbo
Details
build.log (build.log,196.45 KB, text/x-log)
2025-01-23 10:05 UTC, opensauce04
Details
emerge --info output (emerge-info.txt,6.70 KB, text/plain)
2025-01-23 10:05 UTC, opensauce04
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-24 07:49:54 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-24 07:49:55 UTC
Created attachment 885840 [details]
build.log

build log and emerge --info
Comment 2 opensauce04 2025-01-23 10:05:05 UTC
Created attachment 917373 [details]
build.log
Comment 3 opensauce04 2025-01-23 10:05:34 UTC
Created attachment 917374 [details]
emerge --info output
Comment 4 opensauce04 2025-01-23 10:06:10 UTC
Experiencing this issue as well almost a year later. I have attached my build.log and emerge --info output.
Comment 5 fnkl.kernel 2025-01-24 20:46:00 UTC
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