Conversation
|
ERROR: /home/nerd/snowblossom.git/protolib/BUILD:13:18: error executing shell command: '/bin/bash -c bazel-out/host/bin/external/com_google_protobuf/protoc --descriptor_set_out=bazel-out/k8-fastbuild/bin/protolib/protogrpc_pb/descriptor.source.bin --proto_path=bazel-out/k8-fastbuild/b...' failed (Exit 1): bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox |
fireduck64
left a comment
There was a problem hiding this comment.
This makes the java not compile, it really needs to compile with both. I imagine there is some solution but I don't know what it is.
|
In python, it seems to work if I cd into the |
Python implementation can't seem to build/import this correctly. Making it relative seems to fix it for me, but I'm not sure if this would interfere with your java implementation.