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

Breaks on i386 and arm64: undefined: andInplaceFuncs, undefined: andFuncs #4

Closed
yurivict opened this issue Aug 15, 2022 · 4 comments
Closed

Comments

@yurivict
Copy link

The kmcp project fails to compile on i386 and arm64:

# github.com/shenwei356/pand
vendor/github.com/shenwei356/pand/dispatch.go:19:20: undefined: andInplaceFuncs
vendor/github.com/shenwei356/pand/dispatch.go:29:20: undefined: andFuncs

FreeBSD 13.1

@shenwei356
Copy link
Owner

Hi, it's not designed to support i386. 😂

@shenwei356
Copy link
Owner

I also try the command below, they work fine.

[shenwei@BioS pand]$ GOOS=freebsd GOARCH=arm64 go build
[shenwei@BioS pand]$ GOOS=freebsd GOARCH=386 go build
[shenwei@BioS pand]$ GOOS=freebsd GOARCH=arm go build

I see, I guess you're using KMCP v0.8.2, which depended on pand v0.0.5 where arm64 was not appropriately supported back then.

@yurivict
Copy link
Author

Yes.

@shenwei356
Copy link
Owner

I've just tagged a new release: https://github.com/shenwei356/kmcp/releases/tag/v0.8.3

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