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

go plugin builds failing #438

Closed
manedurphy opened this issue Sep 15, 2021 · 2 comments
Closed

go plugin builds failing #438

manedurphy opened this issue Sep 15, 2021 · 2 comments

Comments

@manedurphy
Copy link

A dependency that I have utilizes this library, and builds are failing after I upgraded it. The error I am getting is one that I have received before, also seen here cespare/xxhash#54. I resolved the issue before by upgrading to cespare/xxhash v2.1.2

The error I am getting now that I have upgraded my dependencies is this

asm: xxhash_amd64.s:120: when dynamic linking, R15 is clobbered by a global variable access and is used here: 00092 (path-to-vendor/vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_amd64.s:120) ADDQ R15, AX

I noticed some differences between the files in this repository and cespare/xxhash and wonder if making them the same would resolve the issue, but unfortunately, I will not have free time to explore this further so I thought I would open the issue and ask your thoughts.

The version of Go that I am using is 1.17. Appreciate any insight on the matter.

@klauspost
Copy link
Owner

klauspost commented Sep 15, 2021

@manedurphy Duplicate of #430

@manedurphy
Copy link
Author

I see. Hmm, I wonder why the build is still failing. I will have to investigate further. Thank you @klauspost

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