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

During 'make', I get 'gojsontoyaml: not found' #37

Closed
geerlingguy opened this issue May 23, 2020 · 4 comments
Closed

During 'make', I get 'gojsontoyaml: not found' #37

geerlingguy opened this issue May 23, 2020 · 4 comments

Comments

@geerlingguy
Copy link
Contributor

When running make, I get the following output:

$ make
rm -rf manifests
./scripts/build.sh main.jsonnet /home/pirate/go/bin/jsonnet
using jsonnet from arg
+ set -o pipefail
+ rm -rf manifests
+ mkdir manifests
+ /home/pirate/go/bin/jsonnet -J vendor -m manifests main.jsonnet
+ xargs '-I{}' sh -c 'cat {} | gojsontoyaml > {}.yaml; rm -f {}' -- '{}'
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found
--: 1: --: gojsontoyaml: not found

All the .yaml manifests are created, but they are empty. It seems like gojsontoyaml may be quite essential to making the manifests actually have content 🤪

@carlosedp
Copy link
Owner

Thanks for reporting it.
Fixed by 7c39bd7. Can you check?

@geerlingguy
Copy link
Contributor Author

Testing, thanks!

@geerlingguy
Copy link
Contributor Author

@carlosedp - That fixed it! Thanks for helping out!

@carlosedp
Copy link
Owner

Awesome! Good to know!

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