forked from hashicorp/packer
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hey folks,
Are you still working on the Glance post-processor ?
I get an error when I try to compile it :
$ make
==> Installing dependencies
==> Building
==> Installing dependencies to speed up builds...
# github.com/mitchellh/packer/communicator/ssh
communicator/ssh/communicator.go:21: undefined: ssh.ClientConn
After read other issues on Packer it seems to be a issue with outdated dependencies.
Run 'make updatedeps' did not resolve the problem because it will checkout the master branch of packer and so fail on :
imports github.com/mitchellh/packer/post-processor/openstack: cannot find package "github.com/mitchellh/packer/post-processor/openstack" in any of:
/usr/local/Cellar/go/1.2/libexec/src/pkg/github.com/mitchellh/packer/post-processor/openstack (from $GOROOT)
/Users/Pryz/Dev/go/src/github.com/mitchellh/packer/post-processor/openstack (from $GOPATH)
Metadata
Metadata
Assignees
Labels
No labels