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

No buildable Go source files #6

Open
zhangb1 opened this issue Sep 14, 2017 · 3 comments
Open

No buildable Go source files #6

zhangb1 opened this issue Sep 14, 2017 · 3 comments

Comments

@zhangb1
Copy link

zhangb1 commented Sep 14, 2017

When I try to use make depends ,it comes out the error? Anyone knows what's going on ? How can I solve this?

Thanks

go get -d tes-server
package context: unrecognized import path "context"
package github.com/boltdb/bolt
	imports golang.org/x/sys/unix
	imports github.com/docker/docker/api/types
	imports github.com/docker/go-connections/nat
	imports github.com/docker/go-units
	imports github.com/opencontainers/image-spec/specs-go/v1
	imports github.com/opencontainers/go-digest
	imports github.com/gogo/protobuf/proto
	imports github.com/docker/docker/client
	imports github.com/docker/distribution/reference
	imports golang.org/x/net/proxy
	imports github.com/pkg/errors
	imports golang.org/x/net/context
	imports golang.org/x/net/context/ctxhttp
	imports github.com/ghodss/yaml
	imports gopkg.in/yaml.v2
	imports github.com/golang/protobuf/proto
	imports github.com/gorilla/mux
	imports github.com/gorilla/context
	imports github.com/grpc-ecosystem/grpc-gateway/runtime
	imports github.com/grpc-ecosystem/grpc-gateway/utilities
	imports google.golang.org/grpc/codes
	imports google.golang.org/grpc/grpclog
	imports google.golang.org/grpc/metadata
	imports google.golang.org/grpc/status
	imports google.golang.org/genproto/googleapis/rpc/status
	imports github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api
	imports github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api
	imports github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api: no buildable Go source files in /task-execution-server/buildtools/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api
make: *** [depends] Error 1
@buchanae
Copy link

This code is very outdated and unmaintained. This implementation evolved over the last year into funnel, which is more active, but also more complex.

We're looking at replacing this repo with a simpler version written in Python in #5

Nevertheless, if you'd still prefer to build this code, I'll take a look at see if there's something simple in the Makefile that is wrong.

@golharam
Copy link

I'm running into this as well. While funnel is fine, it is a bit more complex, and I'm looking for a simpler reference implementation. I'd be happy to help with #5 if this doesn't go anywhere.

@kellrott
Copy link
Member

AKAIK the primary working implementations are:

Is https://github.com/golharam/python-flask-tes-server working? I haven't tested it yet, but I would be happy to add it to the list if it is working.

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

4 participants