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

Facing problem while running Hotrod example #232

Closed
PritomAhmed opened this issue Jun 22, 2017 · 2 comments
Closed

Facing problem while running Hotrod example #232

PritomAhmed opened this issue Jun 22, 2017 · 2 comments

Comments

@PritomAhmed
Copy link

Cloned the jaeger repo using go get github.com/uber/jaeger

make install_examples -- worked
cd examples/hotrod -- worked
go run ./main.go all -- failed

Message:

pkg/log/factory.go:24:2: cannot find package "context" in any of:
/home/pahmed/src/github.com/uber/jaeger/examples/hotrod/vendor/context (vendor tree)
/home/pahmed/src/github.com/uber/jaeger/vendor/context
/usr/lib/go-1.6/src/context (from $GOROOT)
/home/pahmed/src/context (from $GOPATH)

Not familiar with Go so could be missing something totally obvious ... but thought i would log this as an issue as other noobs like me will likely hit this too.

@yurishkuro
Copy link
Member

this might be the reason: /usr/lib/go-1.6. We only build with 1.7 and up.

@PritomAhmed
Copy link
Author

Thanks. It worked.

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