Hi

I'm trying to build a version of Packer from source code on windows 10 for 
windows x64. I've followed the instructions on the github page but I'm 
having issues getting the build to work. So far I have:

* Installed Go and set the GOPATH to the directory in which I want all my 
go code to appear

        echo %GOPATH% returns E:\documents\Petrik\documents\software\go)

* Got the source code via 

        go get github.com/mitchellh/packer

* Executing make returns

        go get github.com/mitchellh/gox
        go get golang.org/x/tools/cmd/stringer
        go get github.com/kardianos/govendor
        govendor sync
        process_begin: CreateProcess(NULL, govendor sync, ...) failed.
        make (e=2): The system cannot find the file specified.
        make: *** [deps] Error 2

I have tried to use the Linux subsystem but that has a known bug which 
makes it not possible to execute go (see 
https://github.com/Microsoft/BashOnWindows/issues/349).

All I'm trying to do is to build an x64 version of Packer so that I can 
test a single line change I think I need to make to the Hyper-V provider.

Can anybody give me a hand shaving this compilation yak?

Thanks

Petrik

-- 
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/8295aec7-c778-4e81-8b9c-bcfb016e2175%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to