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

Build failure (gx dependencies) #2496

Closed
mildred opened this issue Mar 24, 2016 · 2 comments
Closed

Build failure (gx dependencies) #2496

mildred opened this issue Mar 24, 2016 · 2 comments

Comments

@mildred
Copy link
Contributor

mildred commented Mar 24, 2016

Since commit 97d583d I get the following build error:

$ go build ./repo/config
# github.com/ipfs/go-ipfs/repo/config
repo/config/init.go:111: cannot use pk (type "gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/crypto".PubKey) as type "github.com/ipfs/go-libp2p/p2p/crypto".PubKey in argument to peer.IDFromPublicKey:
    "gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/crypto".PubKey does not implement "github.com/ipfs/go-libp2p/p2p/crypto".PubKey (wrong type for Equals method)
        have Equals("gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/crypto".Key) bool
        want Equals("github.com/ipfs/go-libp2p/p2p/crypto".Key) bool

The problem is similar to another issue I reported in libp2p/go-libp2p#29

@whyrusleeping
Copy link
Member

did you run make install ?

@whyrusleeping
Copy link
Member

assuming this has been resolved.

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