Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FZF Error on Samsung S9 (Exynos) #3288

Closed
verboze opened this issue Jan 27, 2019 · 3 comments
Closed

FZF Error on Samsung S9 (Exynos) #3288

verboze opened this issue Jan 27, 2019 · 3 comments
Labels
arch-aarch64 Issue reproducible on packages compiled for AArch64 bug report Something is not working properly

Comments

@verboze
Copy link

verboze commented Jan 27, 2019

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
@fornwall fornwall added bug report Something is not working properly help wanted Help is wanted in order to solve the issue arch-aarch64 Issue reproducible on packages compiled for AArch64 labels Jan 27, 2019
@fornwall
Copy link
Member

Unfortunately I do not have an exynos device available to reproduce the issue.

As a wild shot I rebuilt fzf to version 0.17.5-1 with the latest go toolchain. If you update to it with pkg up, does that make any difference?

@fornwall
Copy link
Member

Ah, it could very well be this issue: golang/go#28586, which seems to be fixed in go 1.11.4.

In that case the rebuild with the current (1.11.5) go toolchain fix the issue. Let us know @verboze !

@fornwall fornwall removed the help wanted Help is wanted in order to solve the issue label Jan 27, 2019
@kagbodji
Copy link

kagbodji commented Feb 6, 2019

sorry for the late reply. This indeed fixes the issue, thanks!

@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-aarch64 Issue reproducible on packages compiled for AArch64 bug report Something is not working properly
Projects
None yet
Development

No branches or pull requests

3 participants