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

go get failing for danm package #65

Closed
anannaya opened this issue Mar 22, 2019 · 4 comments
Closed

go get failing for danm package #65

anannaya opened this issue Mar 22, 2019 · 4 comments
Labels
support How? And why?

Comments

@anannaya
Copy link

go get -v github.com/nokia/danm/pkg/ipam
github.com/nokia/danm (download)

cd /home/anannaya/data/STUDIES/PROGRAMMING/Go_programs/go/src/github.com/nokia/danm; git pull --ff-only

fatal: unable to access 'https://github.com/nokia/danm/': Failed to connect to 10.158.100.6 port 8080: Connection timed out
package github.com/nokia/danm/pkg/crd/client/clientset/versioned: exit status 1
package github.com/nokia/danm/pkg/crd/client/informers/externalversions: cannot find package "github.com/nokia/danm/pkg/crd/client/informers/externalversions" in any of:
/usr/lib/golang/src/github.com/nokia/danm/pkg/crd/client/informers/externalversions (from $GOROOT)
/home/anannaya/data/STUDIES/PROGRAMMING/Go_programs/go/src/github.com/nokia/danm/pkg/crd/client/informers/externalversions (from $GOPATH)

@TothFerenc
Copy link
Contributor

It is most likely a proxy issue in your environment.

@anannaya
Copy link
Author

@TothFerenc : Nope.
github.com/nokia/danm/pkg/crd/client/clientset/versioned
github.com/nokia/danm/pkg/crd/client/informers/externalversions

These 2 packages are not present.

@Levovar
Copy link
Collaborator

Levovar commented Mar 22, 2019

because they are generated
use the -d during go get, and use the build_danm script to build the binaries
also refer to discussion here: #47

@anannaya
Copy link
Author

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support How? And why?
Projects
None yet
Development

No branches or pull requests

3 participants