You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
package FZF fails to run on samsung s9 starlte (exynos version). It fails with the error: zsh: illegal hardware instruction
Steps to reproduce pkg install fzf; fzf
Expected behavior
FZF should load correctly.
Additional information
Note: installing from source works (go get -u github.com/junegunn/fzf). I think there are architecture differences that go build takes into account when building on exynos. This workaround works for me at present, I'm mainly pointing this out for awareness and a package fix.
Updatable packages:
All packages up to date
System information:
Linux localhost 4.9.59-ElementalX-S9-1.15 #1 SMP PREEMPT Fri Nov 30 16:15:59 EST 2018 aarch64 Android
Termux-packages arch:
aarch64
Android version:
8.0.0
Device manufacturer:
samsung
Device model:
SM-G960F
The text was updated successfully, but these errors were encountered:
Problem description
package FZF fails to run on samsung s9 starlte (exynos version). It fails with the error:
zsh: illegal hardware instruction
Steps to reproduce
pkg install fzf; fzf
Expected behavior
FZF should load correctly.
Additional information
Note: installing from source works (
go get -u github.com/junegunn/fzf
). I think there are architecture differences that go build takes into account when building on exynos. This workaround works for me at present, I'm mainly pointing this out for awareness and a package fix.The text was updated successfully, but these errors were encountered: