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

Termux: bad system call #4809

Closed
3 of 4 tasks
rsteube opened this issue Apr 27, 2024 · 0 comments · Fixed by #4812
Closed
3 of 4 tasks

Termux: bad system call #4809

rsteube opened this issue Apr 27, 2024 · 0 comments · Fixed by #4812
Assignees
Labels
bug Something isn't working

Comments

@rsteube
Copy link
Contributor

rsteube commented Apr 27, 2024

What happened?

bad system call when executing a binary built on linux using goreleaser (or with go directly).

carapace-sh/carapace-bin#2362

How can we reproduce this?

Compile a binary that uses exec.LookPath for arm64 on linux and try it in termux.

golang/go#60125

goreleaser version

____       ____      _
 / ___| ___ |  _ \ ___| | ___  __ _ ___  ___ _ __
| |  _ / _ \| |_) / _ \ |/ _ \/ _` / __|/ _ \ '__|
| |_| | (_) |  _ <  __/ |  __/ (_| \__ \  __/ |
 \____|\___/|_| \_\___|_|\___|\__,_|___/\___|_|
goreleaser: Deliver Go Binaries as fast and easily as possible
https://goreleaser.com

GitVersion:    1.22.1
GitCommit:     unknown
GitTreeState:  unknown
BuildDate:     unknown
BuiltBy:       unknown
GoVersion:     go1.21.4
Compiler:      gc
ModuleSum:     unknown
Platform:      linux/amd64

and 1.25.1 (self built)

GoReleaser Check

  • goreleaser check shows no errors

Search

  • I did search for other open and closed issues before opening this

Supporter

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

Seems it just needs GOOS=android for the build.

@rsteube rsteube added bug Something isn't working triage Issue pending triage by one of the maintainers labels Apr 27, 2024
@rsteube rsteube mentioned this issue Apr 27, 2024
@caarlos0 caarlos0 removed the triage Issue pending triage by one of the maintainers label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants