We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I try to build rosetta-cli from source, there is a build problem like below. Please take a look.
go build ./... # github.com/coinbase/kryptology/pkg/core/curves/native/bls12-381 ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/field_element.go:180:2: undefined: neg ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:53:2: undefined: mul ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:54:2: undefined: add ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:98:2: undefined: mul ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:102:2: undefined: mul ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:109:3: undefined: mul ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:110:3: undefined: mul ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp.go:123:2: undefined: square ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp2.go:75:2: undefined: add ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp2.go:76:2: undefined: add ../../../go/pkg/mod/github.com/coinbase/[email protected]/pkg/core/curves/native/bls12-381/fp2.go:76:2: too many errors
To Reproduce
make build
make deps
make install
Expected behavior Must be build successfully.
Additional context
go1.17.7 darwin/arm64
BTW, Build on Latest tag v0.7.3 works
The text was updated successfully, but these errors were encountered:
Hello @aeharvlee - I just merged the fix in #284 - this should help you build from from source. Let me know if that doesn't work.
Sorry, something went wrong.
@shrimalmadhur
I checked it and building is done successfully :) Thanks for your response.
shrimalmadhur
No branches or pull requests
Describe the bug
When I try to build rosetta-cli from source, there is a build problem like below.
Please take a look.
To Reproduce
make build
ormake deps
ormake install
.Expected behavior
Must be build successfully.
Additional context
go1.17.7 darwin/arm64
BTW, Build on Latest tag v0.7.3 works
The text was updated successfully, but these errors were encountered: