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

Missing tool dependencies #17

Closed
suxor42 opened this issue Jan 15, 2018 · 2 comments
Closed

Missing tool dependencies #17

suxor42 opened this issue Jan 15, 2018 · 2 comments

Comments

@suxor42
Copy link

suxor42 commented Jan 15, 2018

Missing cli deps:

  1. parallel
  2. upx

Go deps:
joshdk/ykmango has to be installed via go get -u github.com/joshdk/ykmango or the dependency is not found.

(awscli2.7) Mikes-MacBook-Pro:awsu mip$ make build
gox -parallel=8 -osarch="darwin/amd64 linux/amd64" -ldflags "-s -w -X=main.build=edd42b7 -X=main.time=`TZ=UTC date '+%FT%TZ'` -X=main.version="2.0.2"" -output "build/awsu-{{.OS}}-{{.Arch}}" ./bin/
Number of parallel builds: 8

-->     linux/amd64: github.com/kreuzwerker/awsu/bin
-->    darwin/amd64: github.com/kreuzwerker/awsu/bin

2 errors occurred:
--> linux/amd64 error: exit status 1
Stderr: yubikey/oath.go:5:2: cannot find package "github.com/joshdk/ykmango" in any of:
        /Users/mip/go/src/github.com/kreuzwerker/awsu/vendor/github.com/joshdk/ykmango (vendor tree)
        /usr/local/Cellar/go/1.9.2/libexec/src/github.com/joshdk/ykmango (from $GOROOT)
        /Users/mip/go/src/github.com/joshdk/ykmango (from $GOPATH)

--> darwin/amd64 error: exit status 1
Stderr: yubikey/oath.go:5:2: cannot find package "github.com/joshdk/ykmango" in any of:
        /Users/mip/go/src/github.com/kreuzwerker/awsu/vendor/github.com/joshdk/ykmango (vendor tree)
        /usr/local/Cellar/go/1.9.2/libexec/src/github.com/joshdk/ykmango (from $GOROOT)
        /Users/mip/go/src/github.com/joshdk/ykmango (from $GOPATH)

make: *** [build] Error 1
(awscli2.7) Mikes-MacBook-Pro:awsu mip$ go get -u github.com/joshdk/ykmango
(awscli2.7) Mikes-MacBook-Pro:awsu mip$ make build
gox -parallel=8 -osarch="darwin/amd64 linux/amd64" -ldflags "-s -w -X=main.build=edd42b7 -X=main.time=`TZ=UTC date '+%FT%TZ'` -X=main.version="2.0.2"" -output "build/awsu-{{.OS}}-{{.Arch}}" ./bin/
Number of parallel builds: 8

-->     linux/amd64: github.com/kreuzwerker/awsu/bin
-->    darwin/amd64: github.com/kreuzwerker/awsu/bin
parallel upx --best --ultra-brute --quiet {} ::: build/awsu-*-*
/bin/sh: parallel: command not found
@yawn
Copy link
Contributor

yawn commented Apr 3, 2018

Can you retry with latest @suxor42 ?

@yawn
Copy link
Contributor

yawn commented Sep 17, 2018

Closed through #30

@yawn yawn closed this as completed Sep 17, 2018
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

2 participants