Skip to content

Compilation issue #6

Description

@Pryz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions