arqinator icon indicating copy to clipboard operation
arqinator copied to clipboard

GCE code is out of date, arqinator no longer cleanly builds

Open tals opened this issue 9 years ago • 1 comments

It appears that the google.golang.org/cloud/storage api has changed since this was written.

As a result, it no longer builds for a fresh checkout:

$ make build-mac-amd64
go get github.com/asimihsan/arqinator/arq github.com/asimihsan/arqinator/arq/types github.com/asimihsan/arqinator/crypto github.com/asimihsan/arqinator/connector 
# github.com/asimihsan/arqinator/connector
../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:114: undefined: "google.golang.org/cloud/storage".ListObjects
../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:200: undefined: "google.golang.org/cloud/storage".NewReader
../../.go/src/github.com/asimihsan/arqinator/connector/s3.go:48: undefined: s3manager.DownloadOptions
make: *** [internal-deps] Error 2

ListObjects doesn't seem to be around anymore. https://godoc.org/google.golang.org/cloud/storage

tals avatar Apr 27 '16 08:04 tals

Thanks for reporting this. Hopefully the API has been replaced with something else that's compatible in some way so hopefully a quick fix. On Wed, Apr 27, 2016 at 1:24 AM Tal Sh [email protected] wrote:

It appears that the google.golang.org/cloud/storage api has changed since this was written.

As a result, it no longer builds for a fresh checkout:

$ make build-mac-amd64 go get github.com/asimihsan/arqinator/arq github.com/asimihsan/arqinator/arq/types github.com/asimihsan/arqinator/crypto github.com/asimihsan/arqinator/connector # github.com/asimihsan/arqinator/connector ../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:114: undefined: "google.golang.org/cloud/storage".ListObjects ../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:200: undefined: "google.golang.org/cloud/storage".NewReader ../../.go/src/github.com/asimihsan/arqinator/connector/s3.go:48: undefined: s3manager.DownloadOptions make: *** [internal-deps] Error 2

ListObjects doesn't seem to be around anymore. https://godoc.org/google.golang.org/cloud/storage

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/asimihsan/arqinator/issues/4

asimihsan avatar May 11 '16 03:05 asimihsan