aptly icon indicating copy to clipboard operation
aptly copied to clipboard

Problem with rename14 from aws/aws-sdk-go/awsmigrate/awsmigrate-renamer

Open rminsk opened this issue 9 years ago • 2 comments

Installed Packages
golang.x86_64 1.4.2-9.el7  
golang-pkg-bin-linux-amd64.x86_64 1.4.2-9.el7
golang-pkg-linux-amd64.noarch 1.4.2-9.el7
golang-src.noarch 1.4.2-9.el7


gom -production install
downloading github.com/AlekSi/pointer
downloading github.com/awalterschulze/gographviz
downloading github.com/aws/aws-sdk-go
downloading github.com/cheggaaa/pb
downloading github.com/DisposaBoy/JsonConfigReader
downloading github.com/gin-gonic/gin
downloading github.com/go-ini/ini
downloading github.com/jlaffaye/ftp
downloading github.com/jmespath/go-jmespath
downloading github.com/julienschmidt/httprouter
downloading github.com/mattn/go-shellwords
downloading github.com/mkrautz/goar
downloading github.com/mxk/go-flowrate/flowrate
downloading github.com/ncw/swift
downloading github.com/smira/go-aws-auth
downloading github.com/smira/go-xz
downloading github.com/smira/commander
downloading github.com/smira/flag
downloading github.com/smira/go-ftp-protocol/protocol
downloading github.com/smira/go-uuid/uuid
downloading github.com/smira/lzma
downloading github.com/golang/snappy
downloading github.com/syndtr/goleveldb/leveldb
downloading github.com/ugorji/go/codec
downloading github.com/vaughan0/go-ini
downloading github.com/wsxiaoys/terminal/color
downloading golang.org/x/crypto/ssh/terminal
rename/rename14.go:15:2: no buildable Go source files in /home/CORP/robert.minsk/aptly/src/github.com/smira/aptly/_vendor/src/golang.org/x/tools/go/types

I can still build aptly with "gom build -o $GOPATH/bin/aptly"

rminsk avatar Apr 08 '16 00:04 rminsk

In general, it's hard to support go 1.4 unfortunately, there were some changes to golang.org/x/ repos recently

smira avatar Apr 19 '16 19:04 smira

I guess that is a problem with CentOS 7 since CentOS typically does not upgrade feature but only patches bugs. I guess I will have to build my own local golang.

rminsk avatar Apr 25 '16 20:04 rminsk