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

Error when trying to build / install from source #4

Open
BrunoVernay opened this issue Apr 20, 2016 · 0 comments
Open

Error when trying to build / install from source #4

BrunoVernay opened this issue Apr 20, 2016 · 0 comments

Comments

@BrunoVernay
Copy link

The documentation may be lacking: How do I clean up ? git reset --hard ?

I have errors when building:

~/tmp/allmark  (master)  go run make.go -install -v
# command-line-arguments
ar: `u' modifier ignored since `D' is the default (see `U')
Version: 2015-11-17-09b235a
GOPATH: /home/bruno/tmp/allmark
GOBIN: /home/bruno/tmp/allmark/bin
Running go install --ldflags=-X allmark.io/modules/common/buildinfo.GitInfo=2015-11-17-09b235a allmark.io/cmd/allmark
# allmark.io/modules/common/certificates
src/allmark.io/modules/common/certificates/cert.go:75:42: error: reference to undefined identifier ‘elliptic.P224’
   priv, err = ecdsa.GenerateKey(elliptic.P224(), rand.Reader)
                                          ^
Error running go install --ldflags=-X allmark.io/modules/common/buildinfo.GitInfo=2015-11-17-09b235a allmark.io/cmd/allmark: exit status 2
exit status 1
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

1 participant