Closed aaronbareford closed 8 years ago
Thanks for opening an issue!
Packer recently started vendoring their dependencies, which broke my local build too. I opened a PR against the packer repo to "fix" it, but my "fix" was wrong. Chris (@cbednarski) provided the real fix, which is to use godep. Please see that PR for details.
We are working on merging the two repos, so this will problem will no longer exist. We'll be ready to merge once the pending ARM issues are addressed.
HTH, Christopher
I found the same issue... our 'custom script' communicator doesn't yet have the new DownloadDir method that was added in https://github.com/mitchellh/packer/commit/feee19e4ed51e9045e4de6639b4b954f5ac37e58
Thanks Paul, I clearly missed the obvious.
Thanks for the quick response @boumenot @paulmey. I was able to build locally following the linked PR.
Hello,
I encountered some issues when trying to build packer-azure
go get github.com/Azure/packer-azure/packer/plugin/...
today.github.com/Azure/packer-azure/packer/builder/azure/smapi/win fails withr: `*azureVmCustomScriptExtension.comm does not implement packer.Communicator (missing DownloadDir method)
github.com/Azure/packer-azure/packer/builder/azure/arm fails with:
*"github.com/mitchellh/packer/common".StepProvision does not implement "github.com/mitchellh/multistep".Step (wrong type for Cleanup method) have Cleanup("github.com/mitchellh/packer/vendor/github.com/mitchellh/multistep".StateBag) want Cleanup("github.com/mitchellh/multistep".StateBag)
Build output messages:
System: go version go1.6 linux/amd64 ubuntu 14.04
If I can provide any more information to help track down this issue, please let me know.
Thanks, Aaron