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

can't make binary-cross at HEAD #256

Closed
ngtuna opened this issue Oct 30, 2016 · 0 comments · Fixed by #257
Closed

can't make binary-cross at HEAD #256

ngtuna opened this issue Oct 30, 2016 · 0 comments · Fixed by #257

Comments

@ngtuna
Copy link
Contributor

ngtuna commented Oct 30, 2016

Tunas-MacBook-Pro:kompose tuna$ make binary-cross
CGO_ENABLED=1 ./script/make.sh binary-cross
---> Making bundle: binary-cross (in .)
Number of parallel builds: 3

-->      darwin/386: command-line-arguments
-->       linux/386: command-line-arguments
-->     linux/amd64: command-line-arguments
-->   windows/amd64: command-line-arguments
-->     windows/386: command-line-arguments
-->    darwin/amd64: command-line-arguments

6 errors occurred:
--> linux/amd64 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

--> darwin/386 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

--> linux/386 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

--> windows/386 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

--> darwin/amd64 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

--> windows/amd64 error: exit status 1
Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of:
    /usr/local/go/src/command-line-arguments (from $GOROOT)
    /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH)

make: *** [binary-cross] Error 1
ngtuna added a commit to ngtuna/kompose that referenced this issue Oct 30, 2016
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

Successfully merging a pull request may close this issue.

1 participant