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

Cannot build shapeshifter-dispatcher #15

Closed
komivlad opened this issue Sep 18, 2019 · 2 comments
Closed

Cannot build shapeshifter-dispatcher #15

komivlad opened this issue Sep 18, 2019 · 2 comments

Comments

@komivlad
Copy link

Hello, i`m trying build shapeshifter-dispatcher and it gives me error:

package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish" in any of:
	/usr/local/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOROOT)
	/root/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOPATH)
package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst" in any of:
	/usr/local/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOROOT)
	/root/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOPATH)

Everything was fine for a week ago, and yours last commits give an error, please check this.

@CryptoSax
Copy link
Collaborator

Since Replicant was recently re-implemented, you may need to update your shapeshifter-transports folder. Try making sure the replicant files are in the go directory under shapeshifter-transports and if that didn't help, let me know! Sorry for the inconvenience!

@KwadroNaut
Copy link
Contributor

Bug report is correct

~/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/Replicant# git pull
Already up-to-date.

Here you import polish: OperatorFoundation/shapeshifter-transports@566171f
https://github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish
-> 404

:~/go# go get -u github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish" in any of:
        /usr/lib/go-1.11/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOROOT)
        /root/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOPATH)
package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst" in any of:
        /usr/lib/go-1.11/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOROOT)
        /root/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOPATH)

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

3 participants