-
Notifications
You must be signed in to change notification settings - Fork 63
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
recipe for Thriftgens failed #11
Comments
Can you try a later version of Go, e.g. 1.12.4? |
with Go version 1.12.5, this is the following error
|
@nishtala can you make sure the peloton repo is cloned inside the gopath, e.g.
|
Yes, it compiles with protoc 3.8.0 and go 1.12.5. But setting it up in the Go path is inconvenient. Two more things (1) is there a publication for peloton? (2) The slack channel is down. |
@nishtala could you please provide more information about the use case related to this comment?
What kind of publications did you have in mind? Would a newsletter be of interest? Also, what slack channel are you accessing? It looks like the slack channel is up but I'd like to verify which one you're using. |
A publication for this talk: https://www.youtube.com/watch?v=USgbj87Ztlk |
@nishtala I will work on getting a newsletter or communication going. I have tested the slack link and see that it's working on my end now. Can you confirm if it's working for you? Also, would you be able to help me understand the use case for setting up outside of the gopath? I'd like to document ways that users would need something like this outside of the recommended setup. |
Re: Slack. "This invite link is no longer active. Please check with the person who shared it with you to see if there's a new link available." Re: Go. I don't crisply recall what are the exact changes I did. I can dig into it in two weeks time and get back to you - if that works. |
I'm trying to setup Peloton on a Linux machine.
go version go1.10.4 linux/amd64
The recipe for thirftgens fails here
....
go get ./vendor/go.uber.org/thriftrw
vendor/go.uber.org/thriftrw/main.go:34:2: use of internal package not allowed
vendor/go.uber.org/thriftrw/main.go:35:2: use of internal package not allowed
Makefile:117: recipe for target 'thriftgens' failed
make: *** [thriftgens] Error 1
what am I missing?
The text was updated successfully, but these errors were encountered: