Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

build breaks ... missing definition of *package.ConfigTemplate #19

Open
at-heind opened this issue Oct 23, 2015 · 0 comments
Open

build breaks ... missing definition of *package.ConfigTemplate #19

at-heind opened this issue Oct 23, 2015 · 0 comments

Comments

@at-heind
Copy link

The build mostly works after I changed in the imports for "code.google.com/p/go-uuid/uuid" to "github.com/pborman/uuid" (because code.google.com is going away).

But then I get this error from 'go get' and 'go build' when trying to build 'packer-builder-hyperv-iso'.

# github.com/MSOpenTech/packer-hyperv/packer/builder/hyperv/common
..\..\builder\hyperv\common\output_config.go:18: undefined: packer.ConfigTemplate

I think that type, ConfigTemplate, no longer exists in Packer ... It looks like it got removed in 0.8.0 hashicorp/packer@1d3a4d6
... but I'm not sure what to do about it.

(I'm trying to get this building so I can then extend it to add Gen 2 support and "standard" edition support for 2012R2 servers.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant