aptly-dev / aptly

aptly - Debian repository management tool
https://www.aptly.info/
MIT License
2.55k stars 369 forks source link

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

Open rminsk opened 8 years ago

rminsk commented 8 years ago
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"

smira commented 8 years ago

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

rminsk commented 8 years ago

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.