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

When building btcd fails on aead/siphash #1829

Open
cwheat19 opened this issue Mar 15, 2022 · 1 comment
Open

When building btcd fails on aead/siphash #1829

cwheat19 opened this issue Mar 15, 2022 · 1 comment

Comments

@cwheat19
Copy link

Error messages about redefined functions, for example;
github.com/aead/siphash

github.com/aead/siphash

../../../../../../pkg/mod/github.com/aead/[email protected]/siphash_ref.go:9:1: error: redefinition of ‘core’
9 | func core(hVal *[4]uint64, msg []byte) {
| ^
The same for finalize64, and finalize128.
--Cliff

@chappjc
Copy link
Contributor

chappjc commented Mar 15, 2022

ARM? gccgo? Seems like a https://github.com/aead/siphash issue.

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