Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error #40

Open
deepix opened this issue Jan 28, 2016 · 0 comments
Open

Build error #40

deepix opened this issue Jan 28, 2016 · 0 comments

Comments

@deepix
Copy link

deepix commented Jan 28, 2016

I'm on Ubuntu 14.04 and I had to make this change for it to work -

$ git diff
diff --git a/build.sh b/build.sh
index 4fdbcc3..eebefa2 100755
--- a/build.sh
+++ b/build.sh
@@ -32,7 +32,7 @@ case $(uname) in
         ;;
 esac
 OLDIFS=$IFS
-IFS=: MAIN_GOPATH=($GOPATH)
+IFS=: MAIN_GOPATH=$GOPATH
 IFS=$OLDIFS

 # Copy our OS/Arch to the bin/ directory
diff --git a/builder/xenserver/common/step_start_on_himn.go b/builder/xenserver/common/step_start_on_himn.go
index 50b5aee..e39c154 100644
--- a/builder/xenserver/common/step_start_on_himn.go
+++ b/builder/xenserver/common/step_start_on_himn.go
@@ -1,7 +1,7 @@
 package common

 import (
-       gossh "code.google.com/p/go.crypto/ssh"
+       gossh "golang.org/x/crypto/ssh"
        "fmt"
        "github.com/mitchellh/multistep"
        "github.com/mitchellh/packer/packer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant