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

[aarch64] '/app/bin/authenticator: cannot execute binary file' #81

Closed
maxrdz opened this issue Jan 29, 2024 · 2 comments · Fixed by #82
Closed

[aarch64] '/app/bin/authenticator: cannot execute binary file' #81

maxrdz opened this issue Jan 29, 2024 · 2 comments · Fixed by #82

Comments

@maxrdz
Copy link

maxrdz commented Jan 29, 2024

Getting the following when running yubico authenticator.

/app/bin/authenticator: /app/bin/authenticator: cannot execute binary file

My first thought was that this is an x86_64 binary, but I see that the flatpak is available for aarch64 systems. Is this a bug or an error in the architecture options?

@maxrdz maxrdz changed the title [aarch64] '/app/bin/authenticator: cannot execute binary file [aarch64] '/app/bin/authenticator: cannot execute binary file' Jan 29, 2024
@Erick555
Copy link
Contributor

Erick555 commented Jan 29, 2024

flatpak uses upstream binaries which aren't published for aarch64 architecture which effectively means x86_64 binary is packaged into aarch64 flatpak which obviously can't work. This was missed while updating to flutter based yubioath - previous version was build from sources for aarch64 as well.

@maxrdz
Copy link
Author

maxrdz commented Jan 29, 2024

Yeah, I looked up their repository issues and saw that has been the case since last year. Hopefully they support aarch64 again sometime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants