Works on linux: 0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath $ go get github.com/mitchellh/packer
0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath $ cd src/ github.com/mitchellh/packer/ 0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath/src/ github.com/mitchellh/packer (master) $ make dev go get github.com/mitchellh/gox go get golang.org/x/tools/cmd/stringer go get github.com/kardianos/govendor govendor sync ==> Removing old directory... ==> Building... Number of parallel builds: 7 --> linux/amd64: github.com/mitchellh/packer ==> Copying binaries for this platform... ==> Results: total 44M -rwxr-xr-x 1 alvaro alvaro 44M okt 26 20:25 packer 0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath/src/ github.com/mitchellh/packer (master) $ bin/packer version Packer v0.11.1.dev (a66d125fc9747f90baba048cb6d42547cda458b7) 0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath/src/ github.com/mitchellh/packer (master) $ go version go version go1.6.3 linux/amd64 0 alvaro@alvaro-XPS-15-9550 ~/Downloads/gopath/src/ github.com/mitchellh/packer (master) $ On Wed, Oct 26, 2016 at 1:13 AM, Dan Tran <[email protected]> wrote: > Hi > > Attempt to build packer with GO 1.6.3 ( make) and it stops here > > govendor sync > Ensures the contents of the vendor folder matches the vendor file. > Options: > -n dry run, print out action only > -insecure allow downloading over insecure connection > > > I need to test a fix at packer for 0.11.1 dev build > > any suggestion? > > > very appreciate any help. > > Thanks > > -Dan > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/afac5f44-626b-4371-b9bd-47f25bf619af%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/afac5f44-626b-4371-b9bd-47f25bf619af%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAHqq0eyvZMYYGsSPDcsq1t%2BkqT8kHwu6RY4RCGSfb7E6G%3D2yOw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
