Cannot use "snap run --strace" on riscv64
Bug #2016869 reported by
Isaac True
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to debug a snap on Ubuntu Core 22 on riscv64, but I'm unable to use the builtin strace functionality of snapd:
$ snap run --strace itrue-lsusb
error: cannot find an installed strace, please try 'snap install strace-static'
$ snap install strace-static
error: snap "strace-static" is not available on stable for this architecture (riscv64) but exists
on other architectures (amd64, arm64, armhf, i386, powerpc, ppc64el, s390x).
Please build strace-static for riscv64.