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

make dist failed #67

Open
aalfox opened this issue Feb 6, 2025 · 1 comment
Open

make dist failed #67

aalfox opened this issue Feb 6, 2025 · 1 comment

Comments

@aalfox
Copy link

aalfox commented Feb 6, 2025

I'm using Ubuntu 22.04.4 LTS
go version go1.18.1 linux/amd64
npm 10.9.2
node v22.13.1

I attempted to run make dist and got this error, partway through:

go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-playground/locales v0.14.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
cd server && env GOOS=linux GOARCH=arm64 /usr/bin/go build  -trimpath -o dist/plugin-linux-arm64;
cd server && env GOOS=darwin GOARCH=amd64 /usr/bin/go build  -trimpath -o dist/plugin-darwin-amd64;
cd server && env GOOS=darwin GOARCH=arm64 /usr/bin/go build  -trimpath -o dist/plugin-darwin-arm64;
# runtime
/usr/lib/go-1.18/src/runtime/sys_darwin_arm64.s:769: unexpected a evaluating expression
asm: assembly of /usr/lib/go-1.18/src/runtime/sys_darwin_arm64.s failed
make: *** [Makefile:66: server] Error 2

I don't know how to proceed. Can anyone help?

@Nsenz
Copy link
Member

Nsenz commented Feb 27, 2025

@aalfox Hello! We will look into the issue, thanks for your feedback!

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

No branches or pull requests

2 participants